Uses of Interface
org.apache.batik.parser.PathHandler
Packages that use PathHandler
Package
Description
Provides a set of parsers and objects to manipulate SVG attributes.
-
Uses of PathHandler in org.apache.batik.dom.svg
Classes in org.apache.batik.dom.svg that implement PathHandlerModifier and TypeClassDescriptionprotected static class
protected static class
Methods in org.apache.batik.dom.svg with parameters of type PathHandlerModifier and TypeMethodDescriptionstatic void
SVGAnimatedPathDataSupport.handlePathSegList
(org.w3c.dom.svg.SVGPathSegList p, PathHandler h) Uses the givenPathHandler
to handle the path segments from the givenSVGPathSegList
. -
Uses of PathHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement PathHandlerModifier and TypeClassDescriptionclass
This class provides an implementation of the PathHandler that initializes a Shape from the value of a path's 'd' attribute.class
The class provides an adapter for PathHandler.class
A handler class that generates an array of shorts and an array floats from parsing path data.Fields in org.apache.batik.parser declared as PathHandlerModifier and TypeFieldDescriptionstatic final PathHandler
DefaultPathHandler.INSTANCE
The only instance of this class.protected PathHandler
PathParser.pathHandler
The path handler used to report parse events.Methods in org.apache.batik.parser that return PathHandlerMethods in org.apache.batik.parser with parameters of type PathHandlerModifier and TypeMethodDescriptionvoid
PathParser.setPathHandler
(PathHandler handler) Allows an application to register a path handler.