Uses of Interface
org.apache.batik.parser.PreserveAspectRatioHandler
Packages that use PreserveAspectRatioHandler
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 PreserveAspectRatioHandler in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement PreserveAspectRatioHandlerModifier and TypeClassDescriptionprotected static class
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 PreserveAspectRatioHandler in org.apache.batik.dom.svg
Classes in org.apache.batik.dom.svg that implement PreserveAspectRatioHandlerModifier and TypeClassDescriptionprotected static class
-
Uses of PreserveAspectRatioHandler in org.apache.batik.parser
Subinterfaces of PreserveAspectRatioHandler in org.apache.batik.parserModifier and TypeInterfaceDescriptioninterface
This interface must be implemented and then registred as the handler of aPreserveAspectRatioParser
instance in order to be notified of parsing events.Classes in org.apache.batik.parser that implement PreserveAspectRatioHandlerModifier and TypeClassDescriptionclass
This class provides an adapter for FragmentIdentifierHandler.class
This class provides an adapter for PreserveAspectRatioHandler.Fields in org.apache.batik.parser declared as PreserveAspectRatioHandlerModifier and TypeFieldDescriptionstatic final PreserveAspectRatioHandler
DefaultPreserveAspectRatioHandler.INSTANCE
The only instance of this class.protected PreserveAspectRatioHandler
PreserveAspectRatioParser.preserveAspectRatioHandler
The PreserveAspectRatio handler used to report parse events.Methods in org.apache.batik.parser that return PreserveAspectRatioHandlerModifier and TypeMethodDescriptionPreserveAspectRatioParser.getPreserveAspectRatioHandler()
Returns the length handler in use.Methods in org.apache.batik.parser with parameters of type PreserveAspectRatioHandlerModifier and TypeMethodDescriptionvoid
PreserveAspectRatioParser.setPreserveAspectRatioHandler
(PreserveAspectRatioHandler handler) Allows an application to register a PreserveAspectRatioParser handler.