Package org.apache.batik.parser
Interface LengthListHandler
- All Superinterfaces:
LengthHandler
- All Known Implementing Classes:
AbstractSVGLengthList.LengthListBuilder
,DefaultLengthListHandler
,LengthArrayProducer
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
Modifier and TypeMethodDescriptionvoid
Invoked when the length attribute ends.void
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 Details
-
startLengthList
Invoked when the length list attribute starts.- Throws:
ParseException
- if an error occures while processing the length list.
-
endLengthList
Invoked when the length attribute ends.- Throws:
ParseException
- if an error occures while processing the length list.
-