| Package | Description |
|---|---|
| org.apache.batik.anim.dom | |
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| org.apache.batik.css.parser |
Provides a CSS parser conform to the
SAC API.
|
| org.apache.batik.dom |
Provides an implementation of the DOM level 2 core module.
|
| org.apache.batik.i18n |
Provides utility classes for internationalization.
|
| org.apache.batik.parser |
Provides a set of parsers and objects to manipulate SVG attributes.
|
| org.apache.batik.script |
Provides an API for interpreting scripting language found in
SVG files.
|
| org.apache.batik.script.jpython |
Provides an API for interpreting Python language through
the JPython interpreter.
|
| org.apache.batik.xml |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SVG12DOMImplementation |
This class implements the
DOMImplementation interface. |
class |
SVG12OMDocument |
This class implements
SVGDocument and provides support for
SVG 1.2 specifics. |
class |
SVGDOMImplementation |
This class implements the
DOMImplementation interface. |
class |
SVGOMDocument |
This class implements
SVGDocument. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
RhinoInterpreter |
A simple implementation of
Interpreter interface to use
Rhino ECMAScript interpreter. |
class |
SVG12RhinoInterpreter |
A RhinoInterpreter for SVG 1.2 documents.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Parser |
This class implements the
Parser interface. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractDocument |
This class implements the
Document interface. |
class |
AbstractDOMImplementation |
This class implements the
DOMImplementation,
DOMImplementationCSS interfaces. |
class |
AbstractStylableDocument |
A Document that supports CSS styling.
|
class |
ExtensibleDOMImplementation |
This class implements the
DOMImplementation interface. |
class |
GenericDocument |
This class implements the
Document,
DocumentEvent. |
class |
GenericDOMImplementation |
This class implements the
DOMImplementation. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ExtendedLocalizable |
This interface provides much more control over internationalization
than the Localizable interface.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
LocalizableSupport |
This class provides a default implementation of the Localizable interface.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Parser |
This interface represents a parser.
|
| Modifier and Type | Class | 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.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Interpreter |
A high level interface that represents an interpreter engine for
a particular scripting language.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JPythonInterpreter |
A simple implementation of
Interpreter interface to use
JPython python parser. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
XMLScanner |
This class represents a scanner for XML documents.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.