|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LengthListHandler
This interface must be implemented and then registred as the
handler of a LengthListParser
instance in order to be
notified of parsing events.
Method Summary | |
---|---|
void |
endLengthList()
Invoked when the length attribute ends. |
void |
startLengthList()
Invoked when the length list attribute starts. |
Methods inherited from interface org.apache.batik.parser.LengthHandler |
---|
cm, em, endLength, ex, in, lengthValue, mm, pc, percentage, pt, px, startLength |
Method Detail |
---|
void startLengthList() throws ParseException
ParseException
- if an error occures while processing the
length list.void endLengthList() throws ParseException
ParseException
- if an error occures while processing the
length list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |