Uses of Interface
org.apache.batik.parser.PathHandler
-
Packages that use PathHandler Package Description org.apache.batik.dom.svg org.apache.batik.parser 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 PathHandler Modifier and Type Class Description protected static classAbstractSVGNormPathSegList.NormalizedPathSegListBuilderprotected static classAbstractSVGPathSegList.PathSegListBuilderMethods in org.apache.batik.dom.svg with parameters of type PathHandler Modifier and Type Method Description static 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 PathHandler Modifier and Type Class Description classAWTPathProducerThis class provides an implementation of the PathHandler that initializes a Shape from the value of a path's 'd' attribute.classDefaultPathHandlerThe class provides an adapter for PathHandler.classPathArrayProducerA handler class that generates an array of shorts and an array floats from parsing path data.Fields in org.apache.batik.parser declared as PathHandler Modifier and Type Field Description static 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 PathHandler Modifier and Type Method Description PathHandlerPathParser. getPathHandler()Returns the path handler in use.Methods in org.apache.batik.parser with parameters of type PathHandler Modifier and Type Method Description voidPathParser. setPathHandler(PathHandler handler)Allows an application to register a path handler.
-