protected void |
PathParser._parsel(boolean expectNumber) |
|
protected void |
PathParser._parseL(boolean expectNumber) |
|
void |
AngleHandler.angleValue(float v) |
Invoked when a float value has been parsed.
|
void |
DefaultAngleHandler.angleValue(float v) |
|
void |
AWTPathProducer.arcAbs(float rx,
float ry,
float xAxisRotation,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y) |
|
void |
DefaultPathHandler.arcAbs(float rx,
float ry,
float xAxisRotation,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y) |
|
void |
PathArrayProducer.arcAbs(float rx,
float ry,
float xAxisRotation,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y) |
|
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.
|
void |
AWTPathProducer.arcRel(float rx,
float ry,
float xAxisRotation,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y) |
|
void |
DefaultPathHandler.arcRel(float rx,
float ry,
float xAxisRotation,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y) |
|
void |
PathArrayProducer.arcRel(float rx,
float ry,
float xAxisRotation,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y) |
|
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 |
AWTPathProducer.closePath() |
|
void |
DefaultPathHandler.closePath() |
|
void |
PathArrayProducer.closePath() |
|
void |
PathHandler.closePath() |
Invoked when a closepath has been parsed.
|
void |
DefaultLengthHandler.cm() |
|
void |
LengthArrayProducer.cm() |
|
void |
LengthHandler.cm() |
Invoked when 'cm' has been parsed.
|
void |
UnitProcessor.UnitResolver.cm() |
|
protected void |
PathArrayProducer.command(short val) |
Adds a path command to the list.
|
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.
|
static java.awt.Shape |
AWTPathProducer.createShape(java.io.Reader r,
int wr) |
Utility method for creating an ExtendedGeneralPath.
|
static java.awt.Shape |
AWTPolygonProducer.createShape(java.io.Reader r,
int wr) |
Utility method for creating an ExtendedGeneralPath.
|
static java.awt.Shape |
AWTPolylineProducer.createShape(java.io.Reader r,
int wr) |
Utility method for creating an ExtendedGeneralPath.
|
void |
AWTPathProducer.curvetoCubicAbs(float x1,
float y1,
float x2,
float y2,
float x,
float y) |
|
void |
DefaultPathHandler.curvetoCubicAbs(float x1,
float y1,
float x2,
float y2,
float x,
float y) |
|
void |
PathArrayProducer.curvetoCubicAbs(float x1,
float y1,
float x2,
float y2,
float x,
float y) |
|
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 |
AWTPathProducer.curvetoCubicRel(float x1,
float y1,
float x2,
float y2,
float x,
float y) |
|
void |
DefaultPathHandler.curvetoCubicRel(float x1,
float y1,
float x2,
float y2,
float x,
float y) |
|
void |
PathArrayProducer.curvetoCubicRel(float x1,
float y1,
float x2,
float y2,
float x,
float y) |
|
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 |
AWTPathProducer.curvetoCubicSmoothAbs(float x2,
float y2,
float x,
float y) |
|
void |
DefaultPathHandler.curvetoCubicSmoothAbs(float x2,
float y2,
float x,
float y) |
|
void |
PathArrayProducer.curvetoCubicSmoothAbs(float x2,
float y2,
float x,
float y) |
|
void |
PathHandler.curvetoCubicSmoothAbs(float x2,
float y2,
float x,
float y) |
Invoked when an absolute smooth cubic bezier curve command has
been parsed.
|
void |
AWTPathProducer.curvetoCubicSmoothRel(float x2,
float y2,
float x,
float y) |
|
void |
DefaultPathHandler.curvetoCubicSmoothRel(float x2,
float y2,
float x,
float y) |
|
void |
PathArrayProducer.curvetoCubicSmoothRel(float x2,
float y2,
float x,
float y) |
|
void |
PathHandler.curvetoCubicSmoothRel(float x2,
float y2,
float x,
float y) |
Invoked when a relative smooth cubic bezier curve command has
been parsed.
|
void |
AWTPathProducer.curvetoQuadraticAbs(float x1,
float y1,
float x,
float y) |
|
void |
DefaultPathHandler.curvetoQuadraticAbs(float x1,
float y1,
float x,
float y) |
|
void |
PathArrayProducer.curvetoQuadraticAbs(float x1,
float y1,
float x,
float y) |
|
void |
PathHandler.curvetoQuadraticAbs(float x1,
float y1,
float x,
float y) |
Invoked when an absolute quadratic bezier curve command has been parsed.
|
void |
AWTPathProducer.curvetoQuadraticRel(float x1,
float y1,
float x,
float y) |
|
void |
DefaultPathHandler.curvetoQuadraticRel(float x1,
float y1,
float x,
float y) |
|
void |
PathArrayProducer.curvetoQuadraticRel(float x1,
float y1,
float x,
float y) |
|
void |
PathHandler.curvetoQuadraticRel(float x1,
float y1,
float x,
float y) |
Invoked when a relative quadratic bezier curve command has been parsed.
|
void |
AWTPathProducer.curvetoQuadraticSmoothAbs(float x,
float y) |
|
void |
DefaultPathHandler.curvetoQuadraticSmoothAbs(float x,
float y) |
|
void |
PathArrayProducer.curvetoQuadraticSmoothAbs(float x,
float y) |
|
void |
PathHandler.curvetoQuadraticSmoothAbs(float x,
float y) |
Invoked when an absolute smooth quadratic bezier curve command
has been parsed.
|
void |
AWTPathProducer.curvetoQuadraticSmoothRel(float x,
float y) |
|
void |
DefaultPathHandler.curvetoQuadraticSmoothRel(float x,
float y) |
|
void |
PathArrayProducer.curvetoQuadraticSmoothRel(float x,
float y) |
|
void |
PathHandler.curvetoQuadraticSmoothRel(float x,
float y) |
Invoked when a relative smooth quadratic bezier curve command
has been parsed.
|
void |
AngleHandler.deg() |
Invoked when 'deg' has been parsed.
|
void |
DefaultAngleHandler.deg() |
|
protected abstract void |
AbstractParser.doParse() |
Method responsible for actually parsing data after AbstractParser
has initialized itself.
|
protected void |
AngleParser.doParse() |
Parses the current reader representing an angle.
|
protected void |
ClockParser.doParse() |
Parses a clock value.
|
protected void |
FragmentIdentifierParser.doParse() |
Parses the current reader.
|
protected void |
LengthListParser.doParse() |
Parses the given reader.
|
protected void |
LengthPairListParser.doParse() |
Parses the given reader.
|
protected void |
LengthParser.doParse() |
|
protected void |
NumberListParser.doParse() |
Parses the given reader.
|
protected void |
PathParser.doParse() |
|
protected void |
PointsParser.doParse() |
Parses the current stream.
|
protected void |
PreserveAspectRatioParser.doParse() |
Parses the current stream.
|
protected void |
TimingSpecifierListParser.doParse() |
Parses a timing specifier list.
|
protected void |
TimingSpecifierParser.doParse() |
Parses a timing specifier.
|
protected void |
TransformListParser.doParse() |
Parses the current reader.
|
void |
DefaultLengthHandler.em() |
|
void |
LengthArrayProducer.em() |
|
void |
LengthHandler.em() |
Invoked when 'em' has been parsed.
|
void |
UnitProcessor.UnitResolver.em() |
|
void |
AngleHandler.endAngle() |
Invoked when the angle attribute parsing ends.
|
void |
DefaultAngleHandler.endAngle() |
|
void |
DefaultFragmentIdentifierHandler.endFragmentIdentifier() |
|
void |
FragmentIdentifierHandler.endFragmentIdentifier() |
Invoked when the fragment identifier ends.
|
void |
DefaultLengthHandler.endLength() |
|
void |
LengthArrayProducer.endLength() |
|
void |
LengthHandler.endLength() |
Invoked when the length attribute ends.
|
void |
UnitProcessor.UnitResolver.endLength() |
|
void |
DefaultLengthListHandler.endLengthList() |
|
void |
LengthArrayProducer.endLengthList() |
Invoked when the length list attribute ends.
|
void |
LengthListHandler.endLengthList() |
Invoked when the length attribute ends.
|
void |
DefaultNumberListHandler.endNumber() |
|
void |
NumberListHandler.endNumber() |
Invoked when the number attribute ends.
|
void |
DefaultNumberListHandler.endNumberList() |
|
void |
FloatArrayProducer.endNumberList() |
Invoked when the number list attribute ends.
|
void |
NumberListHandler.endNumberList() |
Invoked when the number list attribute ends.
|
void |
AWTPathProducer.endPath() |
|
void |
DefaultPathHandler.endPath() |
|
void |
PathArrayProducer.endPath() |
|
void |
PathHandler.endPath() |
Invoked when the path ends.
|
void |
AWTPolygonProducer.endPoints() |
|
void |
AWTPolylineProducer.endPoints() |
|
void |
DefaultPointsHandler.endPoints() |
|
void |
FloatArrayProducer.endPoints() |
|
void |
PointsHandler.endPoints() |
Invoked when the points attribute ends.
|
void |
DefaultPreserveAspectRatioHandler.endPreserveAspectRatio() |
|
void |
PreserveAspectRatioHandler.endPreserveAspectRatio() |
Invoked when the PreserveAspectRatio parsing ends.
|
void |
AWTTransformProducer.endTransformList() |
|
void |
DefaultFragmentIdentifierHandler.endTransformList() |
|
void |
DefaultTransformListHandler.endTransformList() |
|
void |
TransformListHandler.endTransformList() |
Invoked when the transform ends.
|
void |
DefaultFragmentIdentifierHandler.endViewTarget() |
Invoked when a view target specification ends.
|
void |
FragmentIdentifierHandler.endViewTarget() |
Invoked when a view target specification ends.
|
void |
DefaultErrorHandler.error(ParseException e) |
|
void |
ErrorHandler.error(ParseException e) |
Called when a parse error occurs.
|
void |
DefaultLengthHandler.ex() |
|
void |
LengthArrayProducer.ex() |
|
void |
LengthHandler.ex() |
Invoked when 'ex' has been parsed.
|
void |
UnitProcessor.UnitResolver.ex() |
|
void |
AngleHandler.grad() |
Invoked when 'grad' has been parsed.
|
void |
DefaultAngleHandler.grad() |
|
void |
DefaultFragmentIdentifierHandler.idReference(java.lang.String s) |
Invoked when an ID has been parsed.
|
void |
FragmentIdentifierHandler.idReference(java.lang.String s) |
Invoked when an ID has been parsed.
|
void |
DefaultLengthHandler.in() |
|
void |
LengthArrayProducer.in() |
|
void |
LengthHandler.in() |
Invoked when 'in' has been parsed.
|
void |
UnitProcessor.UnitResolver.in() |
|
void |
DefaultLengthHandler.lengthValue(float v) |
|
void |
LengthArrayProducer.lengthValue(float val) |
|
void |
LengthHandler.lengthValue(float v) |
Invoked when a float value has been parsed.
|
void |
UnitProcessor.UnitResolver.lengthValue(float v) |
|
void |
AWTPathProducer.linetoAbs(float x,
float y) |
|
void |
DefaultPathHandler.linetoAbs(float x,
float y) |
|
void |
PathArrayProducer.linetoAbs(float x,
float y) |
|
void |
PathHandler.linetoAbs(float x,
float y) |
Invoked when an absolute line command has been parsed.
|
void |
AWTPathProducer.linetoHorizontalAbs(float x) |
|
void |
DefaultPathHandler.linetoHorizontalAbs(float x) |
|
void |
PathArrayProducer.linetoHorizontalAbs(float x) |
|
void |
PathHandler.linetoHorizontalAbs(float x) |
Invoked when an horizontal absolute line command has been parsed.
|
void |
AWTPathProducer.linetoHorizontalRel(float x) |
|
void |
DefaultPathHandler.linetoHorizontalRel(float x) |
|
void |
PathArrayProducer.linetoHorizontalRel(float x) |
|
void |
PathHandler.linetoHorizontalRel(float x) |
Invoked when an horizontal relative line command has been parsed.
|
void |
AWTPathProducer.linetoRel(float x,
float y) |
|
void |
DefaultPathHandler.linetoRel(float x,
float y) |
|
void |
PathArrayProducer.linetoRel(float x,
float y) |
|
void |
PathHandler.linetoRel(float x,
float y) |
Invoked when a relative line command has been parsed.
|
void |
AWTPathProducer.linetoVerticalAbs(float y) |
|
void |
DefaultPathHandler.linetoVerticalAbs(float y) |
|
void |
PathArrayProducer.linetoVerticalAbs(float y) |
|
void |
PathHandler.linetoVerticalAbs(float y) |
Invoked when a vertical absolute line command has been parsed.
|
void |
AWTPathProducer.linetoVerticalRel(float y) |
|
void |
DefaultPathHandler.linetoVerticalRel(float y) |
|
void |
PathArrayProducer.linetoVerticalRel(float y) |
|
void |
PathHandler.linetoVerticalRel(float y) |
Invoked when a vertical relative line command has been parsed.
|
void |
AWTTransformProducer.matrix(float a,
float b,
float c,
float d,
float e,
float f) |
|
void |
DefaultFragmentIdentifierHandler.matrix(float a,
float b,
float c,
float d,
float e,
float f) |
|
void |
DefaultTransformListHandler.matrix(float a,
float b,
float c,
float d,
float e,
float f) |
|
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 |
DefaultPreserveAspectRatioHandler.meet() |
|
void |
PreserveAspectRatioHandler.meet() |
Invoked when 'meet' has been parsed.
|
void |
DefaultLengthHandler.mm() |
|
void |
LengthArrayProducer.mm() |
|
void |
LengthHandler.mm() |
Invoked when 'mm' has been parsed.
|
void |
UnitProcessor.UnitResolver.mm() |
|
void |
AWTPathProducer.movetoAbs(float x,
float y) |
|
void |
DefaultPathHandler.movetoAbs(float x,
float y) |
|
void |
PathArrayProducer.movetoAbs(float x,
float y) |
|
void |
PathHandler.movetoAbs(float x,
float y) |
Invoked when an absolute moveto command has been parsed.
|
void |
AWTPathProducer.movetoRel(float x,
float y) |
|
void |
DefaultPathHandler.movetoRel(float x,
float y) |
|
void |
PathArrayProducer.movetoRel(float x,
float y) |
|
void |
PathHandler.movetoRel(float x,
float y) |
Invoked when a relative moveto command has been parsed.
|
int |
AbstractScanner.next() |
Returns the next token.
|
protected abstract void |
AbstractScanner.nextToken() |
Returns the next token.
|
void |
DefaultPreserveAspectRatioHandler.none() |
|
void |
PreserveAspectRatioHandler.none() |
Invoked when 'none' been parsed.
|
void |
DefaultNumberListHandler.numberValue(float v) |
|
void |
FloatArrayProducer.numberValue(float v) |
Invoked when a float value has been parsed.
|
void |
LengthArrayProducer.numberValue(float v) |
Invoked when a float value has been parsed.
|
void |
NumberListHandler.numberValue(float v) |
Invoked when a float value has been parsed.
|
protected void |
PathArrayProducer.param(float val) |
Adds a path parameter to the list.
|
void |
AbstractParser.parse(java.io.InputStream is,
java.lang.String enc) |
Parses the given input stream.
|
void |
AbstractParser.parse(java.io.Reader r) |
Parses the given reader
|
void |
AbstractParser.parse(java.lang.String s) |
Parses the given string.
|
void |
Parser.parse(java.io.Reader r) |
Parses the given reader
|
void |
Parser.parse(java.lang.String s) |
Parses the given string
|
protected void |
PathParser.parsea() |
Parses a 'a' command.
|
protected void |
PathParser.parseA() |
Parses a 'A' command.
|
protected void |
PathParser.parsec() |
Parses a 'c' command.
|
protected void |
PathParser.parseC() |
Parses a 'C' command.
|
protected float |
TimingParser.parseClockValue() |
Parses a clock value.
|
protected int |
TimingParser.parseDigits() |
Parses a sequence of digits and returns the integer.
|
protected float |
NumberParser.parseFloat() |
Parses the content of the buffer and converts it to a float.
|
protected float |
TimingParser.parseFraction() |
Parses a '.' and a sequence of digits and returns the float.
|
protected void |
PathParser.parseh() |
Parses a 'h' command.
|
protected void |
PathParser.parseH() |
Parses a 'H' command.
|
protected void |
FragmentIdentifierParser.parseIdentifier() |
Parses an identifier.
|
protected java.lang.Object[] |
TimingParser.parseIDValue(boolean escaped) |
Parses a timing specifier that starts with a word.
|
protected void |
PathParser.parsel() |
Parses a 'l' command.
|
protected void |
PathParser.parseL() |
Parses a 'L' command.
|
protected void |
LengthParser.parseLength() |
Parses a length value.
|
protected void |
PathParser.parsem() |
Parses a 'm' command.
|
protected void |
PathParser.parseM() |
Parses a 'M' command.
|
protected void |
FragmentIdentifierParser.parseMatrix() |
Parses a matrix transform.
|
protected void |
TransformListParser.parseMatrix() |
Parses a matrix transform.
|
protected java.lang.String |
TimingParser.parseName() |
Parses an XML name with optional escaping in the middle.
|
protected float |
TimingParser.parseOffset() |
Parses an offset value.
|
protected void |
FragmentIdentifierParser.parsePreserveAspectRatio() |
Parses a PreserveAspectRatio attribute.
|
protected void |
PreserveAspectRatioParser.parsePreserveAspectRatio() |
Parses a PreserveAspectRatio attribute.
|
protected void |
PathParser.parseq() |
Parses a 'q' command.
|
protected void |
PathParser.parseQ() |
Parses a 'Q' command.
|
protected void |
FragmentIdentifierParser.parseRotate() |
Parses a rotate transform.
|
protected void |
TransformListParser.parseRotate() |
Parses a rotate transform.
|
protected void |
PathParser.parses() |
Parses a 's' command.
|
protected void |
PathParser.parseS() |
Parses a 'S' command.
|
protected void |
FragmentIdentifierParser.parseScale() |
Parses a scale transform.
|
protected void |
TransformListParser.parseScale() |
Parses a scale transform.
|
protected void |
FragmentIdentifierParser.parseSkew() |
Parses a skew transform.
|
protected void |
TransformListParser.parseSkew() |
Parses a skew transform.
|
protected void |
PathParser.parset() |
Parses a 't' command.
|
protected void |
PathParser.parseT() |
Parses a 'T' command.
|
protected java.lang.Object[] |
TimingParser.parseTimingSpecifier() |
Parses a timing specifier.
|
protected void |
FragmentIdentifierParser.parseTranslate() |
Parses a translate transform.
|
protected void |
TransformListParser.parseTranslate() |
Parses a translate transform.
|
protected float |
TimingParser.parseUnit() |
Parses a time unit and returns the float for the multiplier.
|
protected void |
PathParser.parsev() |
Parses a 'v' command.
|
protected void |
PathParser.parseV() |
Parses a 'V' command.
|
protected void |
FragmentIdentifierParser.parseViewAttributes() |
Parses the svgView attributes.
|
protected java.util.Calendar |
TimingParser.parseWallclockValue() |
Parses a wallclock value and returns it as a Calendar .
|
void |
DefaultLengthHandler.pc() |
|
void |
LengthArrayProducer.pc() |
|
void |
LengthHandler.pc() |
Invoked when 'pc' has been parsed.
|
void |
UnitProcessor.UnitResolver.pc() |
|
void |
DefaultLengthHandler.percentage() |
|
void |
LengthArrayProducer.percentage() |
|
void |
LengthHandler.percentage() |
Invoked when '%' has been parsed.
|
void |
UnitProcessor.UnitResolver.percentage() |
|
void |
AWTPolylineProducer.point(float x,
float y) |
|
void |
DefaultPointsHandler.point(float x,
float y) |
|
void |
FloatArrayProducer.point(float x,
float y) |
|
void |
PointsHandler.point(float x,
float y) |
Invoked when a point has been parsed.
|
void |
DefaultLengthHandler.pt() |
|
void |
LengthArrayProducer.pt() |
|
void |
LengthHandler.pt() |
Invoked when 'pt' has been parsed.
|
void |
UnitProcessor.UnitResolver.pt() |
|
void |
DefaultLengthHandler.px() |
|
void |
LengthArrayProducer.px() |
|
void |
LengthHandler.px() |
Invoked when 'px' has been parsed.
|
void |
UnitProcessor.UnitResolver.px() |
|
void |
AngleHandler.rad() |
Invoked when 'rad' has been parsed.
|
void |
DefaultAngleHandler.rad() |
|
protected void |
AbstractParser.reportError(java.lang.String key,
java.lang.Object[] args) |
Signals an error to the error handler.
|
protected void |
PathParser.reportUnexpected(int ch) |
|
void |
AWTTransformProducer.rotate(float theta) |
|
void |
AWTTransformProducer.rotate(float theta,
float cx,
float cy) |
|
void |
DefaultFragmentIdentifierHandler.rotate(float theta) |
|
void |
DefaultFragmentIdentifierHandler.rotate(float theta,
float cx,
float cy) |
|
void |
DefaultTransformListHandler.rotate(float theta) |
|
void |
DefaultTransformListHandler.rotate(float theta,
float cx,
float cy) |
|
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 |
AWTTransformProducer.scale(float sx) |
|
void |
AWTTransformProducer.scale(float sx,
float sy) |
|
void |
DefaultFragmentIdentifierHandler.scale(float sx) |
|
void |
DefaultFragmentIdentifierHandler.scale(float sx,
float sy) |
|
void |
DefaultTransformListHandler.scale(float sx) |
|
void |
DefaultTransformListHandler.scale(float sx,
float sy) |
|
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 |
AWTTransformProducer.skewX(float skx) |
|
void |
DefaultFragmentIdentifierHandler.skewX(float skx) |
|
void |
DefaultTransformListHandler.skewX(float skx) |
|
void |
TransformListHandler.skewX(float skx) |
Invoked when 'skewX(skx)' has been parsed.
|
void |
AWTTransformProducer.skewY(float sky) |
|
void |
DefaultFragmentIdentifierHandler.skewY(float sky) |
|
void |
DefaultTransformListHandler.skewY(float sky) |
|
void |
TransformListHandler.skewY(float sky) |
Invoked when 'skewY(sky)' has been parsed.
|
protected void |
PathParser.skipSubPath() |
Skips a sub-path.
|
void |
DefaultPreserveAspectRatioHandler.slice() |
|
void |
PreserveAspectRatioHandler.slice() |
Invoked when 'slice' has been parsed.
|
void |
AngleHandler.startAngle() |
Invoked when the angle attribute parsing starts.
|
void |
DefaultAngleHandler.startAngle() |
|
void |
DefaultFragmentIdentifierHandler.startFragmentIdentifier() |
|
void |
FragmentIdentifierHandler.startFragmentIdentifier() |
Invoked when the fragment identifier starts.
|
void |
DefaultLengthHandler.startLength() |
|
void |
LengthArrayProducer.startLength() |
|
void |
LengthHandler.startLength() |
Invoked when the length attribute starts.
|
void |
UnitProcessor.UnitResolver.startLength() |
|
void |
DefaultLengthListHandler.startLengthList() |
|
void |
LengthArrayProducer.startLengthList() |
Invoked when the length list attribute starts.
|
void |
LengthListHandler.startLengthList() |
Invoked when the length list attribute starts.
|
void |
DefaultNumberListHandler.startNumber() |
|
void |
NumberListHandler.startNumber() |
Invoked when the number attribute starts.
|
void |
DefaultNumberListHandler.startNumberList() |
|
void |
FloatArrayProducer.startNumberList() |
Invoked when the number list attribute starts.
|
void |
NumberListHandler.startNumberList() |
Invoked when the number list attribute starts.
|
void |
AWTPathProducer.startPath() |
|
void |
DefaultPathHandler.startPath() |
|
void |
PathArrayProducer.startPath() |
|
void |
PathHandler.startPath() |
Invoked when the path starts.
|
void |
AWTPolylineProducer.startPoints() |
|
void |
DefaultPointsHandler.startPoints() |
|
void |
FloatArrayProducer.startPoints() |
|
void |
PointsHandler.startPoints() |
Invoked when the points attribute starts.
|
void |
DefaultPreserveAspectRatioHandler.startPreserveAspectRatio() |
|
void |
PreserveAspectRatioHandler.startPreserveAspectRatio() |
Invoked when the PreserveAspectRatio parsing starts.
|
void |
AWTTransformProducer.startTransformList() |
|
void |
DefaultFragmentIdentifierHandler.startTransformList() |
|
void |
DefaultTransformListHandler.startTransformList() |
|
void |
TransformListHandler.startTransformList() |
Invoked when the tranform starts.
|
void |
DefaultFragmentIdentifierHandler.startViewTarget() |
Invoked when a view target specification starts.
|
void |
FragmentIdentifierHandler.startViewTarget() |
Invoked when a view target specification starts.
|
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 |
AWTTransformProducer.translate(float tx) |
|
void |
AWTTransformProducer.translate(float tx,
float ty) |
|
void |
DefaultFragmentIdentifierHandler.translate(float tx) |
|
void |
DefaultFragmentIdentifierHandler.translate(float tx,
float ty) |
|
void |
DefaultTransformListHandler.translate(float tx) |
|
void |
DefaultTransformListHandler.translate(float tx,
float ty) |
|
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 |
DefaultFragmentIdentifierHandler.viewBox(float x,
float y,
float width,
float height) |
Invoked when 'viewBox(x,y,width,height)' has been parsed.
|
void |
FragmentIdentifierHandler.viewBox(float x,
float y,
float width,
float height) |
Invoked when 'viewBox(x,y,width,height)' has been parsed.
|
void |
DefaultFragmentIdentifierHandler.viewTarget(java.lang.String name) |
Invoked when a view target component has been parsed.
|
void |
FragmentIdentifierHandler.viewTarget(java.lang.String name) |
Invoked when a identifier has been parsed within a view target
specification.
|
void |
DefaultPreserveAspectRatioHandler.xMaxYMax() |
|
void |
PreserveAspectRatioHandler.xMaxYMax() |
Invoked when 'xMaxYMax' has been parsed.
|
void |
DefaultPreserveAspectRatioHandler.xMaxYMid() |
|
void |
PreserveAspectRatioHandler.xMaxYMid() |
Invoked when 'xMaxYMid' has been parsed.
|
void |
DefaultPreserveAspectRatioHandler.xMaxYMin() |
|
void |
PreserveAspectRatioHandler.xMaxYMin() |
Invoked when 'xMaxYMin' has been parsed.
|
void |
DefaultPreserveAspectRatioHandler.xMidYMax() |
|
void |
PreserveAspectRatioHandler.xMidYMax() |
Invoked when 'xMidYMax' has been parsed.
|
void |
DefaultPreserveAspectRatioHandler.xMidYMid() |
|
void |
PreserveAspectRatioHandler.xMidYMid() |
Invoked when 'xMidYMid' has been parsed.
|
void |
DefaultPreserveAspectRatioHandler.xMidYMin() |
|
void |
PreserveAspectRatioHandler.xMidYMin() |
Invoked when 'xMidYMin' has been parsed.
|
void |
DefaultPreserveAspectRatioHandler.xMinYMax() |
|
void |
PreserveAspectRatioHandler.xMinYMax() |
Invoked when 'xMinYMax' has been parsed.
|
void |
DefaultPreserveAspectRatioHandler.xMinYMid() |
|
void |
PreserveAspectRatioHandler.xMinYMid() |
Invoked when 'xMinYMid' has been parsed.
|
void |
DefaultPreserveAspectRatioHandler.xMinYMin() |
|
void |
PreserveAspectRatioHandler.xMinYMin() |
Invoked when 'xMinYMin' has been parsed.
|