Class DefaultLengthListHandler
java.lang.Object
org.apache.batik.parser.DefaultLengthHandler
org.apache.batik.parser.DefaultLengthListHandler
- All Implemented Interfaces:
LengthHandler, LengthListHandler
- Direct Known Subclasses:
LengthArrayProducer
This class provides an adapter for LengthListHandler
- Version:
- $Id$
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedThis class does not need to be instantiated. -
Method Summary
Modifier and TypeMethodDescriptionvoidImplementsLengthListHandler.endLengthList().voidImplementsLengthListHandler.startLengthList().Methods inherited from class DefaultLengthHandler
cm, em, endLength, ex, in, lengthValue, mm, pc, percentage, pt, px, startLengthMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LengthHandler
cm, em, endLength, ex, in, lengthValue, mm, pc, percentage, pt, px, startLength
-
Field Details
-
INSTANCE
The only instance of this class.
-
-
Constructor Details
-
DefaultLengthListHandler
protected DefaultLengthListHandler()This class does not need to be instantiated.
-
-
Method Details
-
startLengthList
ImplementsLengthListHandler.startLengthList().- Specified by:
startLengthListin interfaceLengthListHandler- Throws:
ParseException- if an error occures while processing the length list.
-
endLengthList
ImplementsLengthListHandler.endLengthList().- Specified by:
endLengthListin interfaceLengthListHandler- Throws:
ParseException- if an error occures while processing the length list.
-