Package | Description |
---|---|
org.apache.batik.parser |
Provides a set of parsers and objects to manipulate SVG attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParser
This class is the superclass of all parsers.
|
class |
AngleParser
This class implements an event-based parser for the SVG angle
values.
|
class |
ClockParser
A parser for clock values.
|
class |
FragmentIdentifierParser
This class represents an event-based parser for the SVG
fragment identifiers.
|
class |
LengthListParser
This class implements an event-based parser for the SVG length
list values.
|
class |
LengthPairListParser
This class implements an event-based parser for semicolon separated
length pair lists, as used in the 'values' attribute of the 'animateMotion'
element.
|
class |
LengthParser
This class implements an event-based parser for the SVG length
values.
|
class |
NumberListParser
This class implements an event-based parser for the SVG Number
list values.
|
class |
NumberParser
This class represents a parser with support for numbers.
|
class |
PathParser
This class implements an event-based parser for the SVG path's d
attribute values.
|
class |
PointsParser
This class implements an event-based parser for the SVG points
attribute values (used with polyline and polygon elements).
|
class |
PreserveAspectRatioParser
This class implements an event-based parser for the SVG preserveAspectRatio
attribute values.
|
class |
TimingParser
An abstract base class for SMIL timing value parsers.
|
class |
TimingSpecifierListParser
This class implements an event-based parser for SMIL timing specifier
list values.
|
class |
TimingSpecifierParser
This class implements an event-based parser for SMIL timing specifier
list values.
|
class |
TransformListParser
This class implements an event-based parser for the SVG transform
attribute values.
|
Copyright © 2022 Apache Software Foundation. All Rights Reserved.