Class DefaultLengthHandler
java.lang.Object
org.apache.batik.parser.DefaultLengthHandler
- All Implemented Interfaces:
LengthHandler
- Direct Known Subclasses:
DefaultLengthListHandler
This class provides an adapter for LengthHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedThis class does not need to be instantiated. -
Method Summary
Modifier and TypeMethodDescriptionvoidcm()ImplementsLengthHandler.cm().voidem()ImplementsLengthHandler.em().voidImplementsLengthHandler.endLength().voidex()ImplementsLengthHandler.ex().voidin()ImplementsLengthHandler.in().voidlengthValue(float v) ImplementsLengthHandler.lengthValue(float).voidmm()ImplementsLengthHandler.mm().voidpc()ImplementsLengthHandler.pc().voidImplementsLengthHandler.percentage().voidpt()ImplementsLengthHandler.pt().voidpx()ImplementsLengthHandler.px().voidImplementsLengthHandler.startLength().
-
Field Details
-
INSTANCE
The only instance of this class.
-
-
Constructor Details
-
DefaultLengthHandler
protected DefaultLengthHandler()This class does not need to be instantiated.
-
-
Method Details
-
startLength
ImplementsLengthHandler.startLength().- Specified by:
startLengthin interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-
lengthValue
ImplementsLengthHandler.lengthValue(float).- Specified by:
lengthValuein interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-
em
ImplementsLengthHandler.em().- Specified by:
emin interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-
ex
ImplementsLengthHandler.ex().- Specified by:
exin interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-
in
ImplementsLengthHandler.in().- Specified by:
inin interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-
cm
ImplementsLengthHandler.cm().- Specified by:
cmin interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-
mm
ImplementsLengthHandler.mm().- Specified by:
mmin interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-
pc
ImplementsLengthHandler.pc().- Specified by:
pcin interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-
pt
ImplementsLengthHandler.pt().- Specified by:
ptin interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-
px
ImplementsLengthHandler.px().- Specified by:
pxin interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-
percentage
ImplementsLengthHandler.percentage().- Specified by:
percentagein interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-
endLength
ImplementsLengthHandler.endLength().- Specified by:
endLengthin interfaceLengthHandler- Throws:
ParseException- if an error occures while processing the length
-