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 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 FragmentIdentifierHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement FragmentIdentifierHandlerModifier and TypeClassDescriptionclass
This class provides an adapter for FragmentIdentifierHandler.Fields in org.apache.batik.parser declared as FragmentIdentifierHandlerModifier and TypeFieldDescriptionprotected FragmentIdentifierHandler
FragmentIdentifierParser.fragmentIdentifierHandler
The FragmentIdentifierHandler.static final FragmentIdentifierHandler
DefaultFragmentIdentifierHandler.INSTANCE
The 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 TypeMethodDescriptionvoid
FragmentIdentifierParser.setFragmentIdentifierHandler
(FragmentIdentifierHandler handler) Allows an application to register a fragment identifier handler.