Free Download - Stylus Studio, The World's Best XML IDE!


Uses of Class
org.apache.batik.parser.ParseException

Packages that use ParseException
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.dom.svg   
org.apache.batik.parser Provides a set of parsers and objects to manipulate SVG attributes. 
 

Uses of ParseException in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that throw ParseException
 void ViewBox.ViewHandler.endTransformList()
           
 void ViewBox.ViewHandler.startFragmentIdentifier()
          Invoked when the fragment identifier starts.
 void ViewBox.ViewHandler.idReference(java.lang.String s)
          Invoked when an ID has been parsed.
 void ViewBox.ViewHandler.viewBox(float x, float y, float width, float height)
          Invoked when 'viewBox(x,y,width,height)' has been parsed.
 void ViewBox.ViewHandler.startViewTarget()
          Invoked when a view target specification starts.
 void ViewBox.ViewHandler.viewTarget(java.lang.String name)
          Invoked when a identifier has been parsed within a view target specification.
 void ViewBox.ViewHandler.endViewTarget()
          Invoked when a view target specification ends.
 void ViewBox.ViewHandler.endFragmentIdentifier()
          Invoked when the fragment identifier ends.
 void ViewBox.ViewHandler.startPreserveAspectRatio()
          Invoked when the PreserveAspectRatio parsing starts.
 void ViewBox.ViewHandler.none()
          Invoked when 'none' been parsed.
 void ViewBox.ViewHandler.xMaxYMax()
          Invoked when 'xMaxYMax' has been parsed.
 void ViewBox.ViewHandler.xMaxYMid()
          Invoked when 'xMaxYMid' has been parsed.
 void ViewBox.ViewHandler.xMaxYMin()
          Invoked when 'xMaxYMin' has been parsed.
 void ViewBox.ViewHandler.xMidYMax()
          Invoked when 'xMidYMax' has been parsed.
 void ViewBox.ViewHandler.xMidYMid()
          Invoked when 'xMidYMid' has been parsed.
 void ViewBox.ViewHandler.xMidYMin()
          Invoked when 'xMidYMin' has been parsed.
 void ViewBox.ViewHandler.xMinYMax()
          Invoked when 'xMinYMax' has been parsed.
 void ViewBox.ViewHandler.xMinYMid()
          Invoked when 'xMinYMid' has been parsed.
 void ViewBox.ViewHandler.xMinYMin()
          Invoked when 'xMinYMin' has been parsed.
 void ViewBox.ViewHandler.meet()
          Invoked when 'meet' has been parsed.
 void ViewBox.ViewHandler.slice()
          Invoked when 'slice' has been parsed.
 void ViewBox.ViewHandler.endPreserveAspectRatio()
          Invoked when the PreserveAspectRatio parsing ends.
 

Uses of ParseException in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg that throw ParseException
protected abstract  void AbstractSVGList.doParse(java.lang.String value, ListHandler builder)
          Parse the value of the attribute and build a list.
protected  void AbstractSVGPointList.doParse(java.lang.String value, ListHandler handler)
          Parse the 'points' attribute.
protected  void AbstractSVGNumberList.doParse(java.lang.String value, ListHandler handler)
          Parse the attribute associated with this SVGNumberList.
protected  void AbstractSVGTransformList.doParse(java.lang.String value, ListHandler handler)
          Parse the 'points' attribute.
 void AbstractSVGTransformList.TransformListBuilder.startTransformList()
           
 void AbstractSVGTransformList.TransformListBuilder.matrix(float a, float b, float c, float d, float e, float f)
          Invoked when 'matrix(a, b, c, d, e, f)' has been parsed.
 void AbstractSVGTransformList.TransformListBuilder.rotate(float theta)
          Invoked when 'rotate(theta)' has been parsed.
 void AbstractSVGTransformList.TransformListBuilder.rotate(float theta, float cx, float cy)
          Invoked when 'rotate(theta, cx, cy)' has been parsed.
 void AbstractSVGTransformList.TransformListBuilder.translate(float tx)
          Invoked when 'translate(tx)' has been parsed.
 void AbstractSVGTransformList.TransformListBuilder.translate(float tx, float ty)
          Invoked when 'translate(tx, ty)' has been parsed.
 void AbstractSVGTransformList.TransformListBuilder.scale(float sx)
          Invoked when 'scale(sx)' has been parsed.
 void AbstractSVGTransformList.TransformListBuilder.scale(float sx, float sy)
          Invoked when 'scale(sx, sy)' has been parsed.
 void AbstractSVGTransformList.TransformListBuilder.skewX(float skx)
          Invoked when 'skewX(skx)' has been parsed.
 void AbstractSVGTransformList.TransformListBuilder.skewY(float sky)
          Invoked when 'skewY(sky)' has been parsed.
 void AbstractSVGTransformList.TransformListBuilder.endTransformList()
          Invoked when the transform ends.
protected  void AbstractSVGPathSegList.doParse(java.lang.String value, ListHandler handler)
          Parse the 'd' attribute.
 void AbstractSVGPathSegList.PathSegListBuilder.startPath()
          Implements PathHandler.startPath().
 void AbstractSVGPathSegList.PathSegListBuilder.endPath()
          Implements PathHandler.endPath().
 void AbstractSVGPathSegList.PathSegListBuilder.movetoRel(float x, float y)
          Implements PathHandler.movetoRel(float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.movetoAbs(float x, float y)
          Implements PathHandler.movetoAbs(float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.closePath()
          Implements PathHandler.closePath().
 void AbstractSVGPathSegList.PathSegListBuilder.linetoRel(float x, float y)
          Implements PathHandler.linetoRel(float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.linetoAbs(float x, float y)
          Implements PathHandler.linetoAbs(float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.linetoHorizontalRel(float x)
          Implements PathHandler.linetoHorizontalRel(float).
 void AbstractSVGPathSegList.PathSegListBuilder.linetoHorizontalAbs(float x)
          Implements PathHandler.linetoHorizontalAbs(float).
 void AbstractSVGPathSegList.PathSegListBuilder.linetoVerticalRel(float y)
          Implements PathHandler.linetoVerticalRel(float).
 void AbstractSVGPathSegList.PathSegListBuilder.linetoVerticalAbs(float y)
          Implements PathHandler.linetoVerticalAbs(float).
 void AbstractSVGPathSegList.PathSegListBuilder.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicRel(float,float,float,float,float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicAbs(float,float,float,float,float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.curvetoCubicSmoothRel(float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicSmoothRel(float,float,float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.curvetoCubicSmoothAbs(float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicSmoothAbs(float,float,float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticRel(float x1, float y1, float x, float y)
          Implements PathHandler.curvetoQuadraticRel(float,float,float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticAbs(float x1, float y1, float x, float y)
          Implements PathHandler.curvetoQuadraticAbs(float,float,float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticSmoothRel(float x, float y)
          Implements PathHandler.curvetoQuadraticSmoothRel(float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.curvetoQuadraticSmoothAbs(float x, float y)
          Implements PathHandler.curvetoQuadraticSmoothAbs(float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y)
          Implements PathHandler.arcRel(float,float,float,boolean,boolean,float,float).
 void AbstractSVGPathSegList.PathSegListBuilder.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y)
          Implements PathHandler.arcAbs(float,float,float,boolean,boolean,float,float).
 void AbstractSVGPointList.PointsListBuilder.startPoints()
           
 void AbstractSVGPointList.PointsListBuilder.point(float x, float y)
          Create SVGPoint item and motifies the list handler is new item was created.
 void AbstractSVGPointList.PointsListBuilder.endPoints()
           
protected  void AbstractSVGLengthList.doParse(java.lang.String value, ListHandler handler)
          Parse the attribute associated with this SVGLengthList.
 void AbstractSVGLengthList.LengthListBuilder.startLengthList()
           
 void AbstractSVGLengthList.LengthListBuilder.startLength()
          Implements LengthHandler.startLength().
 void AbstractSVGLengthList.LengthListBuilder.lengthValue(float v)
          Implements LengthHandler.lengthValue(float).
 void AbstractSVGLengthList.LengthListBuilder.em()
          Implements LengthHandler.em().
 void AbstractSVGLengthList.LengthListBuilder.ex()
          Implements LengthHandler.ex().
 void AbstractSVGLengthList.LengthListBuilder.in()
          Implements LengthHandler.in().
 void AbstractSVGLengthList.LengthListBuilder.cm()
          Implements LengthHandler.cm().
 void AbstractSVGLengthList.LengthListBuilder.mm()
          Implements LengthHandler.mm().
 void AbstractSVGLengthList.LengthListBuilder.pc()
          Implements LengthHandler.pc().
 void AbstractSVGLengthList.LengthListBuilder.pt()
          Implements LengthHandler.pt().
 void AbstractSVGLengthList.LengthListBuilder.px()
          Implements LengthHandler.px().
 void AbstractSVGLengthList.LengthListBuilder.percentage()
          Implements LengthHandler.percentage().
 void AbstractSVGLengthList.LengthListBuilder.endLength()
          Implements LengthHandler.endLength().
 void AbstractSVGLengthList.LengthListBuilder.endLengthList()
           
 void AbstractSVGNumberList.NumberListBuilder.startNumberList()
           
 void AbstractSVGNumberList.NumberListBuilder.startNumber()
          Implements org.apache.batik.parser.NumberHandler#startNumber().
 void AbstractSVGNumberList.NumberListBuilder.numberValue(float v)
          Implements org.apache.batik.parser.NumberHandler#numberValue(float).
 void AbstractSVGNumberList.NumberListBuilder.endNumber()
          Implements org.apache.batik.parser.NumberHandler#endNumber().
 void AbstractSVGNumberList.NumberListBuilder.endNumberList()
           
 

Uses of ParseException in org.apache.batik.parser
 

Methods in org.apache.batik.parser with parameters of type ParseException
 void DefaultErrorHandler.error(ParseException e)
          Implements ErrorHandler.error(ParseException).
 void ErrorHandler.error(ParseException e)
          Called when a parse error occurs.
 

Methods in org.apache.batik.parser that throw ParseException
static java.awt.geom.AffineTransform AWTTransformProducer.createAffineTransform(java.io.Reader r)
          Utility method for creating an AffineTransform.
static java.awt.geom.AffineTransform AWTTransformProducer.createAffineTransform(java.lang.String s)
          Utility method for creating an AffineTransform.
 void AWTTransformProducer.startTransformList()
          Implements TransformListHandler.startTransformList().
 void AWTTransformProducer.matrix(float a, float b, float c, float d, float e, float f)
          Implements TransformListHandler.matrix(float,float,float,float,float,float).
 void AWTTransformProducer.rotate(float theta)
          Implements TransformListHandler.rotate(float).
 void AWTTransformProducer.rotate(float theta, float cx, float cy)
          Implements TransformListHandler.rotate(float,float,float).
 void AWTTransformProducer.translate(float tx)
          Implements TransformListHandler.translate(float).
 void AWTTransformProducer.translate(float tx, float ty)
          Implements TransformListHandler.translate(float,float).
 void AWTTransformProducer.scale(float sx)
          Implements TransformListHandler.scale(float).
 void AWTTransformProducer.scale(float sx, float sy)
          Implements TransformListHandler.scale(float,float).
 void AWTTransformProducer.skewX(float skx)
          Implements TransformListHandler.skewX(float).
 void AWTTransformProducer.skewY(float sky)
          Implements TransformListHandler.skewY(float).
 void AWTTransformProducer.endTransformList()
          Implements TransformListHandler.endTransformList().
static float UnitProcessor.svgToObjectBoundingBox(java.lang.String s, java.lang.String attr, short d, UnitProcessor.Context ctx)
          Returns the specified value with the specified direction in objectBoundingBox units.
static float UnitProcessor.svgToUserSpace(java.lang.String s, java.lang.String attr, short d, UnitProcessor.Context ctx)
          Returns the specified coordinate with the specified direction in user units.
 void DefaultPathHandler.startPath()
          Implements PathHandler.startPath().
 void DefaultPathHandler.endPath()
          Implements PathHandler.endPath().
 void DefaultPathHandler.movetoRel(float x, float y)
          Implements PathHandler.movetoRel(float,float).
 void DefaultPathHandler.movetoAbs(float x, float y)
          Implements PathHandler.movetoAbs(float,float).
 void DefaultPathHandler.closePath()
          Implements PathHandler.closePath().
 void DefaultPathHandler.linetoRel(float x, float y)
          Implements PathHandler.linetoRel(float,float).
 void DefaultPathHandler.linetoAbs(float x, float y)
          Implements PathHandler.linetoAbs(float,float).
 void DefaultPathHandler.linetoHorizontalRel(float x)
          Implements PathHandler.linetoHorizontalRel(float).
 void DefaultPathHandler.linetoHorizontalAbs(float x)
          Implements PathHandler.linetoHorizontalAbs(float).
 void DefaultPathHandler.linetoVerticalRel(float y)
          Implements PathHandler.linetoVerticalRel(float).
 void DefaultPathHandler.linetoVerticalAbs(float y)
          Implements PathHandler.linetoVerticalAbs(float).
 void DefaultPathHandler.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicRel(float,float,float,float,float,float).
 void DefaultPathHandler.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicAbs(float,float,float,float,float,float).
 void DefaultPathHandler.curvetoCubicSmoothRel(float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicSmoothRel(float,float,float,float).
 void DefaultPathHandler.curvetoCubicSmoothAbs(float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicSmoothAbs(float,float,float,float).
 void DefaultPathHandler.curvetoQuadraticRel(float x1, float y1, float x, float y)
          Implements PathHandler.curvetoQuadraticRel(float,float,float,float).
 void DefaultPathHandler.curvetoQuadraticAbs(float x1, float y1, float x, float y)
          Implements PathHandler.curvetoQuadraticAbs(float,float,float,float).
 void DefaultPathHandler.curvetoQuadraticSmoothRel(float x, float y)
          Implements PathHandler.curvetoQuadraticSmoothRel(float,float).
 void DefaultPathHandler.curvetoQuadraticSmoothAbs(float x, float y)
          Implements PathHandler.curvetoQuadraticSmoothAbs(float,float).
 void DefaultPathHandler.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y)
          Implements PathHandler.arcRel(float,float,float,boolean,boolean,float,float).
 void DefaultPathHandler.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y)
          Implements PathHandler.arcAbs(float,float,float,boolean,boolean,float,float).
 void TransformListHandler.startTransformList()
          Invoked when the tranform starts.
 void TransformListHandler.matrix(float a, float b, float c, float d, float e, float f)
          Invoked when 'matrix(a, b, c, d, e, f)' has been parsed.
 void TransformListHandler.rotate(float theta)
          Invoked when 'rotate(theta)' has been parsed.
 void TransformListHandler.rotate(float theta, float cx, float cy)
          Invoked when 'rotate(theta, cx, cy)' has been parsed.
 void TransformListHandler.translate(float tx)
          Invoked when 'translate(tx)' has been parsed.
 void TransformListHandler.translate(float tx, float ty)
          Invoked when 'translate(tx, ty)' has been parsed.
 void TransformListHandler.scale(float sx)
          Invoked when 'scale(sx)' has been parsed.
 void TransformListHandler.scale(float sx, float sy)
          Invoked when 'scale(sx, sy)' has been parsed.
 void TransformListHandler.skewX(float skx)
          Invoked when 'skewX(skx)' has been parsed.
 void TransformListHandler.skewY(float sky)
          Invoked when 'skewY(sky)' has been parsed.
 void TransformListHandler.endTransformList()
          Invoked when the transform ends.
 void AbstractParser.parse(java.io.Reader r)
          Parses the given reader
 void AbstractParser.parse(java.io.InputStream is, java.lang.String enc)
          Parses the given input stream.
 void AbstractParser.parse(java.lang.String s)
          Parses the given string.
protected abstract  void AbstractParser.doParse()
          Method responsible for actually parsing data after AbstractParser has initialized itself.
protected  void AbstractParser.reportError(java.lang.String key, java.lang.Object[] args)
          Signals an error to the error handler.
protected  float NumberParser.parseFloat()
          Parses the content of the buffer and converts it to a float.
protected  void AngleParser.doParse()
          Parses the current reader representing an angle.
 void DefaultPreserveAspectRatioHandler.startPreserveAspectRatio()
          Implements PreserveAspectRatioHandler.startPreserveAspectRatio().
 void DefaultPreserveAspectRatioHandler.none()
          Implements PreserveAspectRatioHandler.none().
 void DefaultPreserveAspectRatioHandler.xMaxYMax()
          Implements PreserveAspectRatioHandler.xMaxYMax().
 void DefaultPreserveAspectRatioHandler.xMaxYMid()
          Implements PreserveAspectRatioHandler.xMaxYMid().
 void DefaultPreserveAspectRatioHandler.xMaxYMin()
          Implements PreserveAspectRatioHandler.xMaxYMin().
 void DefaultPreserveAspectRatioHandler.xMidYMax()
          Implements PreserveAspectRatioHandler.xMidYMax().
 void DefaultPreserveAspectRatioHandler.xMidYMid()
          Implements PreserveAspectRatioHandler.xMidYMid().
 void DefaultPreserveAspectRatioHandler.xMidYMin()
          Implements PreserveAspectRatioHandler.xMidYMin().
 void DefaultPreserveAspectRatioHandler.xMinYMax()
          Implements PreserveAspectRatioHandler.xMinYMax().
 void DefaultPreserveAspectRatioHandler.xMinYMid()
          Implements PreserveAspectRatioHandler.xMinYMid().
 void DefaultPreserveAspectRatioHandler.xMinYMin()
          Implements PreserveAspectRatioHandler.xMinYMin().
 void DefaultPreserveAspectRatioHandler.meet()
          Implements PreserveAspectRatioHandler.meet().
 void DefaultPreserveAspectRatioHandler.slice()
          Implements PreserveAspectRatioHandler.slice().
 void DefaultPreserveAspectRatioHandler.endPreserveAspectRatio()
          Implements PreserveAspectRatioHandler.endPreserveAspectRatio().
 void DefaultAngleHandler.startAngle()
          Implements AngleHandler.startAngle().
 void DefaultAngleHandler.angleValue(float v)
          Implements AngleHandler.angleValue(float).
 void DefaultAngleHandler.deg()
          Implements AngleHandler.deg().
 void DefaultAngleHandler.grad()
          Implements AngleHandler.grad().
 void DefaultAngleHandler.rad()
          Implements AngleHandler.rad().
 void DefaultAngleHandler.endAngle()
          Implements AngleHandler.endAngle().
 void DefaultLengthHandler.startLength()
          Implements LengthHandler.startLength().
 void DefaultLengthHandler.lengthValue(float v)
          Implements LengthHandler.lengthValue(float).
 void DefaultLengthHandler.em()
          Implements LengthHandler.em().
 void DefaultLengthHandler.ex()
          Implements LengthHandler.ex().
 void DefaultLengthHandler.in()
          Implements LengthHandler.in().
 void DefaultLengthHandler.cm()
          Implements LengthHandler.cm().
 void DefaultLengthHandler.mm()
          Implements LengthHandler.mm().
 void DefaultLengthHandler.pc()
          Implements LengthHandler.pc().
 void DefaultLengthHandler.pt()
          Implements LengthHandler.pt().
 void DefaultLengthHandler.px()
          Implements LengthHandler.px().
 void DefaultLengthHandler.percentage()
          Implements LengthHandler.percentage().
 void DefaultLengthHandler.endLength()
          Implements LengthHandler.endLength().
 void DefaultLengthListHandler.startLengthList()
          Implements LengthListHandler.startLengthList().
 void DefaultLengthListHandler.endLengthList()
          Implements LengthListHandler.endLengthList().
 void AngleHandler.startAngle()
          Invoked when the angle attribute parsing starts.
 void AngleHandler.angleValue(float v)
          Invoked when a float value has been parsed.
 void AngleHandler.deg()
          Invoked when 'deg' has been parsed.
 void AngleHandler.grad()
          Invoked when 'grad' has been parsed.
 void AngleHandler.rad()
          Invoked when 'rad' has been parsed.
 void AngleHandler.endAngle()
          Invoked when the angle attribute parsing ends.
 void DefaultErrorHandler.error(ParseException e)
          Implements ErrorHandler.error(ParseException).
 void ErrorHandler.error(ParseException e)
          Called when a parse error occurs.
 void PathHandler.startPath()
          Invoked when the path starts.
 void PathHandler.endPath()
          Invoked when the path ends.
 void PathHandler.movetoRel(float x, float y)
          Invoked when a relative moveto command has been parsed.
 void PathHandler.movetoAbs(float x, float y)
          Invoked when an absolute moveto command has been parsed.
 void PathHandler.closePath()
          Invoked when a closepath has been parsed.
 void PathHandler.linetoRel(float x, float y)
          Invoked when a relative line command has been parsed.
 void PathHandler.linetoAbs(float x, float y)
          Invoked when an absolute line command has been parsed.
 void PathHandler.linetoHorizontalRel(float x)
          Invoked when an horizontal relative line command has been parsed.
 void PathHandler.linetoHorizontalAbs(float x)
          Invoked when an horizontal absolute line command has been parsed.
 void PathHandler.linetoVerticalRel(float y)
          Invoked when a vertical relative line command has been parsed.
 void PathHandler.linetoVerticalAbs(float y)
          Invoked when a vertical absolute line command has been parsed.
 void PathHandler.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y)
          Invoked when a relative cubic bezier curve command has been parsed.
 void PathHandler.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y)
          Invoked when an absolute cubic bezier curve command has been parsed.
 void PathHandler.curvetoCubicSmoothRel(float x2, float y2, float x, float y)
          Invoked when a relative smooth cubic bezier curve command has been parsed.
 void PathHandler.curvetoCubicSmoothAbs(float x2, float y2, float x, float y)
          Invoked when an absolute smooth cubic bezier curve command has been parsed.
 void PathHandler.curvetoQuadraticRel(float x1, float y1, float x, float y)
          Invoked when a relative quadratic bezier curve command has been parsed.
 void PathHandler.curvetoQuadraticAbs(float x1, float y1, float x, float y)
          Invoked when an absolute quadratic bezier curve command has been parsed.
 void PathHandler.curvetoQuadraticSmoothRel(float x, float y)
          Invoked when a relative smooth quadratic bezier curve command has been parsed.
 void PathHandler.curvetoQuadraticSmoothAbs(float x, float y)
          Invoked when an absolute smooth quadratic bezier curve command has been parsed.
 void PathHandler.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y)
          Invoked when a relative elliptical arc command has been parsed.
 void PathHandler.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y)
          Invoked when an absolute elliptical arc command has been parsed.
static java.awt.Shape AWTPathProducer.createShape(java.io.Reader r, int wr)
          Utility method for creating an ExtendedGeneralPath.
 void AWTPathProducer.startPath()
          Implements PathHandler.startPath().
 void AWTPathProducer.endPath()
          Implements PathHandler.endPath().
 void AWTPathProducer.movetoRel(float x, float y)
          Implements PathHandler.movetoRel(float,float).
 void AWTPathProducer.movetoAbs(float x, float y)
          Implements PathHandler.movetoAbs(float,float).
 void AWTPathProducer.closePath()
          Implements PathHandler.closePath().
 void AWTPathProducer.linetoRel(float x, float y)
          Implements PathHandler.linetoRel(float,float).
 void AWTPathProducer.linetoAbs(float x, float y)
          Implements PathHandler.linetoAbs(float,float).
 void AWTPathProducer.linetoHorizontalRel(float x)
          Implements PathHandler.linetoHorizontalRel(float).
 void AWTPathProducer.linetoHorizontalAbs(float x)
          Implements PathHandler.linetoHorizontalAbs(float).
 void AWTPathProducer.linetoVerticalRel(float y)
          Implements PathHandler.linetoVerticalRel(float).
 void AWTPathProducer.linetoVerticalAbs(float y)
          Implements PathHandler.linetoVerticalAbs(float).
 void AWTPathProducer.curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicRel(float,float,float,float,float,float).
 void AWTPathProducer.curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicAbs(float,float,float,float,float,float).
 void AWTPathProducer.curvetoCubicSmoothRel(float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicSmoothRel(float,float,float,float).
 void AWTPathProducer.curvetoCubicSmoothAbs(float x2, float y2, float x, float y)
          Implements PathHandler.curvetoCubicSmoothAbs(float,float,float,float).
 void AWTPathProducer.curvetoQuadraticRel(float x1, float y1, float x, float y)
          Implements PathHandler.curvetoQuadraticRel(float,float,float,float).
 void AWTPathProducer.curvetoQuadraticAbs(float x1, float y1, float x, float y)
          Implements PathHandler.curvetoQuadraticAbs(float,float,float,float).
 void AWTPathProducer.curvetoQuadraticSmoothRel(float x, float y)
          Implements PathHandler.curvetoQuadraticSmoothRel(float,float).
 void AWTPathProducer.curvetoQuadraticSmoothAbs(float x, float y)
          Implements PathHandler.curvetoQuadraticSmoothAbs(float,float).
 void AWTPathProducer.arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y)
          Implements PathHandler.arcRel(float,float,float,boolean,boolean,float,float).
 void AWTPathProducer.arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y)
          Implements PathHandler.arcAbs(float,float,float,boolean,boolean,float,float).
 void FragmentIdentifierHandler.startFragmentIdentifier()
          Invoked when the fragment identifier starts.
 void FragmentIdentifierHandler.idReference(java.lang.String s)
          Invoked when an ID has been parsed.
 void FragmentIdentifierHandler.viewBox(float x, float y, float width, float height)
          Invoked when 'viewBox(x,y,width,height)' has been p