Uses of Package
org.apache.batik.parser
-
Packages that use org.apache.batik.parser Package Description org.apache.batik.anim.dom org.apache.batik.anim.timing org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.bridge.svg12 org.apache.batik.dom.svg org.apache.batik.extension.svg org.apache.batik.parser Provides a set of parsers and objects to manipulate SVG attributes. -
Classes in org.apache.batik.parser used by org.apache.batik.anim.dom Class Description LengthHandler This interface must be implemented and then registred as the handler of aLengthParser
instance in order to be notified of parsing events.LengthListHandler This interface must be implemented and then registred as the handler of aLengthListParser
instance in order to be notified of parsing events.ParseException This class encapsulates a general parse error or warning.UnitProcessor.Context Holds the informations needed to compute the units. -
Classes in org.apache.batik.parser used by org.apache.batik.anim.timing Class Description DefaultTimingSpecifierHandler An adapter class forTimingSpecifierHandler
.DefaultTimingSpecifierListHandler An adapter class forTimingSpecifierListHandler
.ParseException This class encapsulates a general parse error or warning.TimingSpecifierHandler This interface must be implemented and then registered as the handler of aTimingSpecifierParser
instance in order to be notified of parsing events.TimingSpecifierListHandler An adapter class forTimingSpecifierListHandler
. -
Classes in org.apache.batik.parser used by org.apache.batik.bridge Class Description AWTTransformProducer This class provides an implementation of the PathHandler that initializes an AffineTransform from the value of a 'transform' attribute.DefaultPreserveAspectRatioHandler This class provides an adapter for PreserveAspectRatioHandler.FloatArrayProducer A handler class that generates an array of floats from parsing a number list or a point list.FragmentIdentifierHandler This interface must be implemented and then registred as the handler of aPreserveAspectRatioParser
instance in order to be notified of parsing events.LengthArrayProducer A handler class that generates an array of shorts and an array floats from parsing a length list.LengthHandler This interface must be implemented and then registred as the handler of aLengthParser
instance in order to be notified of parsing events.LengthListParser This class implements an event-based parser for the SVG length list values.LengthParser This class implements an event-based parser for the SVG length values.NumberListParser This class implements an event-based parser for the SVG Number list values.ParseException This class encapsulates a general parse error or warning.PathArrayProducer A handler class that generates an array of shorts and an array floats from parsing path data.PathParser This class implements an event-based parser for the SVG path's d attribute values.PointsParser This class implements an event-based parser for the SVG points attribute values (used with polyline and polygon elements).PreserveAspectRatioHandler This interface must be implemented and then registred as the handler of aPreserveAspectRatioParser
instance in order to be notified of parsing events.PreserveAspectRatioParser This class implements an event-based parser for the SVG preserveAspectRatio attribute values.TransformListHandler This interface must be implemented and then registred as the handler of aTransformParser
instance in order to be notified of parsing events.UnitProcessor This class provides methods to convert SVG length and coordinate to float in user units.UnitProcessor.Context Holds the informations needed to compute the units. -
Classes in org.apache.batik.parser used by org.apache.batik.bridge.svg12 Class Description AbstractScanner An abstract scanner class to be extended.ParseException This class encapsulates a general parse error or warning. -
Classes in org.apache.batik.parser used by org.apache.batik.dom.svg Class Description DefaultPathHandler The class provides an adapter for PathHandler.DefaultPreserveAspectRatioHandler This class provides an adapter for PreserveAspectRatioHandler.NumberListHandler An handler interface for parsing NumberLists.ParseException This class encapsulates a general parse error or warning.PathHandler This interface must be implemented and then registred as the handler of aPathParser
instance in order to be notified of parsing events.PointsHandler This interface must be implemented and then registred as the handler of aPointsParser
instance in order to be notified of parsing events.PreserveAspectRatioHandler This interface must be implemented and then registred as the handler of aPreserveAspectRatioParser
instance in order to be notified of parsing events.TransformListHandler This interface must be implemented and then registred as the handler of aTransformParser
instance in order to be notified of parsing events. -
Classes in org.apache.batik.parser used by org.apache.batik.extension.svg Class Description UnitProcessor.Context Holds the informations needed to compute the units. -
Classes in org.apache.batik.parser used by org.apache.batik.parser Class Description AbstractParser This class is the superclass of all parsers.AngleHandler This interface must be implemented and then registred as the handler of aAngleParser
instance in order to be notified of parsing events.AWTPolylineProducer This class produces a polyline shape from a reader.ClockHandler This interface must be implemented and then registered as the handler of aClockParser
instance in order to be notified of parsing events.DefaultLengthHandler This class provides an adapter for LengthHandlerDefaultLengthListHandler This class provides an adapter for LengthListHandlerDefaultNumberListHandler DefaultPointsHandler This class provides an adapter for PointsHandler.DefaultPreserveAspectRatioHandler This class provides an adapter for PreserveAspectRatioHandler.DefaultTimingSpecifierHandler An adapter class forTimingSpecifierHandler
.ErrorHandler This interface must be implemented and then registred as the error handler in order to be notified of parsing errors.FragmentIdentifierHandler This interface must be implemented and then registred as the handler of aPreserveAspectRatioParser
instance in order to be notified of parsing events.LengthHandler This interface must be implemented and then registred as the handler of aLengthParser
instance in order to be notified of parsing events.LengthListHandler This interface must be implemented and then registred as the handler of aLengthListParser
instance in order to be notified of parsing events.LengthListParser This class implements an event-based parser for the SVG length list values.LengthParser This class implements an event-based parser for the SVG length values.NumberListHandler An handler interface for parsing NumberLists.NumberParser This class represents a parser with support for numbers.ParseException This class encapsulates a general parse error or warning.Parser This interface represents a parser.PathHandler This interface must be implemented and then registred as the handler of aPathParser
instance in order to be notified of parsing events.PointsHandler This interface must be implemented and then registred as the handler of aPointsParser
instance in order to be notified of parsing events.PreserveAspectRatioHandler This interface must be implemented and then registred as the handler of aPreserveAspectRatioParser
instance in order to be notified of parsing events.ShapeProducer This interface represents objects which creates Shape objects.TimingParser An abstract base class for SMIL timing value parsers.TimingSpecifierHandler This interface must be implemented and then registered as the handler of aTimingSpecifierParser
instance in order to be notified of parsing events.TimingSpecifierListHandler An adapter class forTimingSpecifierListHandler
.TimingSpecifierParser This class implements an event-based parser for SMIL timing specifier list values.TransformListHandler This interface must be implemented and then registred as the handler of aTransformParser
instance in order to be notified of parsing events.UnitProcessor.Context Holds the informations needed to compute the units.