Uses of Interface
org.apache.batik.parser.FragmentIdentifierHandler
Packages that use FragmentIdentifierHandler
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 FragmentIdentifierHandler in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement FragmentIdentifierHandlerModifier 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 FragmentIdentifierHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement FragmentIdentifierHandlerModifier and TypeClassDescriptionclassThis class provides an adapter for FragmentIdentifierHandler.Fields in org.apache.batik.parser declared as FragmentIdentifierHandlerModifier and TypeFieldDescriptionprotected FragmentIdentifierHandlerFragmentIdentifierParser.fragmentIdentifierHandlerThe FragmentIdentifierHandler.static final FragmentIdentifierHandlerDefaultFragmentIdentifierHandler.INSTANCEThe only instance of this class.Methods in org.apache.batik.parser that return FragmentIdentifierHandlerModifier and TypeMethodDescriptionFragmentIdentifierParser.getFragmentIdentifierHandler()Returns the points handler in use.Methods in org.apache.batik.parser with parameters of type FragmentIdentifierHandlerModifier and TypeMethodDescriptionvoidFragmentIdentifierParser.setFragmentIdentifierHandler(FragmentIdentifierHandler handler) Allows an application to register a fragment identifier handler.