|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.parser.DefaultLengthHandler | +--org.apache.batik.parser.DefaultLengthListHandler
This class provides an adapter for LengthListHandler
Field Summary | |
static LengthListHandler |
INSTANCE
The only instance of this class. |
Constructor Summary | |
protected |
DefaultLengthListHandler()
This class does not need to be instantiated. |
Method Summary | |
void |
endLengthList()
Implements LengthListHandler.endLengthList() . |
void |
startLengthList()
Implements LengthListHandler.startLengthList() . |
Methods inherited from class org.apache.batik.parser.DefaultLengthHandler |
cm, em, endLength, ex, in, lengthValue, mm, pc, percentage, pt, px, startLength |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.batik.parser.LengthHandler |
cm, em, endLength, ex, in, lengthValue, mm, pc, percentage, pt, px, startLength |
Field Detail |
public static final LengthListHandler INSTANCE
Constructor Detail |
protected DefaultLengthListHandler()
Method Detail |
public void startLengthList() throws ParseException
LengthListHandler.startLengthList()
.startLengthList
in interface LengthListHandler
org.apache.batik.parser.LengthListHandler
ParseException
- if an error occures while processing the
length list.public void endLengthList() throws ParseException
LengthListHandler.endLengthList()
.endLengthList
in interface LengthListHandler
org.apache.batik.parser.LengthListHandler
ParseException
- if an error occures while processing the
length list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |