Package org.apache.batik.parser
Class DefaultLengthListHandler
- java.lang.Object
-
- org.apache.batik.parser.DefaultLengthHandler
-
- org.apache.batik.parser.DefaultLengthListHandler
-
- All Implemented Interfaces:
LengthHandler,LengthListHandler
- Direct Known Subclasses:
LengthArrayProducer
public class DefaultLengthListHandler extends DefaultLengthHandler implements LengthListHandler
This class provides an adapter for LengthListHandler- Version:
- $Id: DefaultLengthListHandler.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description static LengthListHandlerINSTANCEThe only instance of this class.
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultLengthListHandler()This class does not need to be instantiated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendLengthList()ImplementsLengthListHandler.endLengthList().voidstartLengthList()ImplementsLengthListHandler.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
-
INSTANCE
public static final LengthListHandler INSTANCE
The only instance of this class.
-
-
Method Detail
-
startLengthList
public void startLengthList() throws ParseExceptionImplementsLengthListHandler.startLengthList().- Specified by:
startLengthListin interfaceLengthListHandler- Throws:
ParseException- if an error occures while processing the length list.
-
endLengthList
public void endLengthList() throws ParseExceptionImplementsLengthListHandler.endLengthList().- Specified by:
endLengthListin interfaceLengthListHandler- Throws:
ParseException- if an error occures while processing the length list.
-
-