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 classprotected static classMethods in org.apache.batik.dom.svg with parameters of type PathHandlerModifier and TypeMethodDescriptionstatic voidSVGAnimatedPathDataSupport.handlePathSegList(org.w3c.dom.svg.SVGPathSegList p, PathHandler h) Uses the givenPathHandlerto 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 TypeClassDescriptionclassThis class provides an implementation of the PathHandler that initializes a Shape from the value of a path's 'd' attribute.classThe class provides an adapter for PathHandler.classA 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 PathHandlerDefaultPathHandler.INSTANCEThe only instance of this class.protected PathHandlerPathParser.pathHandlerThe 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 TypeMethodDescriptionvoidPathParser.setPathHandler(PathHandler handler) Allows an application to register a path handler.