|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformListHandler | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.parser | Provides a set of parsers and objects to manipulate SVG attributes. |
Uses of TransformListHandler in org.apache.batik.bridge |
Classes in org.apache.batik.bridge that implement TransformListHandler | |
protected static class |
ViewBox.ViewHandler
This class can be used to store the value of the attribute viewBox or can also be used to store the various attribute value that can be specified on a SVG URI fragments. |
Uses of TransformListHandler in org.apache.batik.parser |
Subinterfaces of TransformListHandler in org.apache.batik.parser | |
interface |
FragmentIdentifierHandler
This interface must be implemented and then registred as the handler of a PreserveAspectRatioParser instance
in order to be notified of parsing events. |
Classes in org.apache.batik.parser that implement TransformListHandler | |
class |
AWTTransformProducer
This class provides an implementation of the PathHandler that initializes an AffineTransform from the value of a 'transform' attribute. |
class |
DefaultFragmentIdentifierHandler
This class provides an adapter for FragmentIdentifierHandler. |
class |
DefaultTransformListHandler
This class provides an adapter for TransformListHandler. |
Fields in org.apache.batik.parser declared as TransformListHandler | |
protected TransformListHandler |
TransformListParser.transformListHandler
The transform list handler used to report parse events. |
static TransformListHandler |
DefaultTransformListHandler.INSTANCE
The only instance of this class. |
Methods in org.apache.batik.parser that return TransformListHandler | |
TransformListHandler |
TransformListParser.getTransformListHandler()
Returns the transform list handler in use. |
Methods in org.apache.batik.parser with parameters of type TransformListHandler | |
void |
TransformListParser.setTransformListHandler(TransformListHandler handler)
Allows an application to register a transform list handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |