Uses of Interface
org.apache.batik.parser.TransformListHandler
Packages that use TransformListHandler
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
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 TransformListHandlerModifier and TypeClassDescriptionprotected static classThis 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.dom.svg
Classes in org.apache.batik.dom.svg that implement TransformListHandlerModifier and TypeClassDescriptionprotected static classHelper class to interface theTransformListParserand theListHandler. -
Uses of TransformListHandler in org.apache.batik.parser
Subinterfaces of TransformListHandler in org.apache.batik.parserModifier and TypeInterfaceDescriptioninterfaceThis interface must be implemented and then registred as the handler of aPreserveAspectRatioParserinstance in order to be notified of parsing events.Classes in org.apache.batik.parser that implement TransformListHandlerModifier and TypeClassDescriptionclassThis class provides an implementation of the PathHandler that initializes an AffineTransform from the value of a 'transform' attribute.classThis class provides an adapter for FragmentIdentifierHandler.classThis class provides an adapter for TransformListHandler.Fields in org.apache.batik.parser declared as TransformListHandlerModifier and TypeFieldDescriptionstatic final TransformListHandlerDefaultTransformListHandler.INSTANCEThe only instance of this class.protected TransformListHandlerTransformListParser.transformListHandlerThe transform list handler used to report parse events.Methods in org.apache.batik.parser that return TransformListHandlerModifier and TypeMethodDescriptionTransformListParser.getTransformListHandler()Returns the transform list handler in use.Methods in org.apache.batik.parser with parameters of type TransformListHandlerModifier and TypeMethodDescriptionvoidTransformListParser.setTransformListHandler(TransformListHandler handler) Allows an application to register a transform list handler.