Uses of Interface
org.apache.batik.parser.FragmentIdentifierHandler
-
Packages that use FragmentIdentifierHandler Package Description 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 FragmentIdentifierHandler in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement FragmentIdentifierHandler Modifier and Type Class Description 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 FragmentIdentifierHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement FragmentIdentifierHandler Modifier and Type Class Description class
DefaultFragmentIdentifierHandler
This class provides an adapter for FragmentIdentifierHandler.Fields in org.apache.batik.parser declared as FragmentIdentifierHandler Modifier and Type Field Description protected FragmentIdentifierHandler
FragmentIdentifierParser. fragmentIdentifierHandler
The FragmentIdentifierHandler.static FragmentIdentifierHandler
DefaultFragmentIdentifierHandler. INSTANCE
The only instance of this class.Methods in org.apache.batik.parser that return FragmentIdentifierHandler Modifier and Type Method Description FragmentIdentifierHandler
FragmentIdentifierParser. getFragmentIdentifierHandler()
Returns the points handler in use.Methods in org.apache.batik.parser with parameters of type FragmentIdentifierHandler Modifier and Type Method Description void
FragmentIdentifierParser. setFragmentIdentifierHandler(FragmentIdentifierHandler handler)
Allows an application to register a fragment identifier handler.
-