org.apache.batik.dom.svg
protected class AbstractSVGNormPathSegList.NormalizedPathSegListBuilder extends DefaultPathHandler
Field Summary | |
---|---|
protected AbstractSVGNormPathSegList.SVGPathSegGenericItem | lastAbs |
protected ListHandler | listHandler |
Constructor Summary | |
---|---|
NormalizedPathSegListBuilder(ListHandler listHandler) |
Method Summary | |
---|---|
void | arcAbs(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y)
Implements {@link
org.apache.batik.parser.PathHandler#arcAbs(float,float,float,boolean,boolean,float,float)}. |
void | arcRel(float rx, float ry, float xAxisRotation, boolean largeArcFlag, boolean sweepFlag, float x, float y)
Implements {@link
org.apache.batik.parser.PathHandler#arcRel(float,float,float,boolean,boolean,float,float)}. |
void | closePath()
Implements {@link org.apache.batik.parser.PathHandler#closePath()}. |
void | curvetoCubicAbs(float x1, float y1, float x2, float y2, float x, float y)
Implements {@link
org.apache.batik.parser.PathHandler#curvetoCubicAbs(float,float,float,float,float,float)}. |
void | curvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y)
Implements {@link
org.apache.batik.parser.PathHandler#curvetoCubicRel(float,float,float,float,float,float)}. |
void | curvetoCubicSmoothAbs(float x2, float y2, float x, float y)
Implements {@link
org.apache.batik.parser.PathHandler#curvetoCubicSmoothAbs(float,float,float,float)}. |
void | curvetoCubicSmoothRel(float x2, float y2, float x, float y)
Implements {@link
org.apache.batik.parser.PathHandler#curvetoCubicSmoothRel(float,float,float,float)}. |
void | curvetoQuadraticAbs(float x1, float y1, float x, float y)
Implements {@link
org.apache.batik.parser.PathHandler#curvetoQuadraticAbs(float,float,float,float)}. |
void | curvetoQuadraticRel(float x1, float y1, float x, float y)
Implements {@link
org.apache.batik.parser.PathHandler#curvetoQuadraticRel(float,float,float,float)}. |
void | curvetoQuadraticSmoothAbs(float x, float y)
Implements {@link org.apache.batik.parser.PathHandler#curvetoQuadraticSmoothAbs(float,float)}. |
void | curvetoQuadraticSmoothRel(float x, float y)
Implements {@link org.apache.batik.parser.PathHandler#curvetoQuadraticSmoothRel(float,float)}. |
void | endPath()
Implements {@link org.apache.batik.parser.PathHandler#endPath()}. |
void | linetoAbs(float x, float y)
Implements {@link org.apache.batik.parser.PathHandler#linetoAbs(float,float)}. |
void | linetoHorizontalAbs(float x)
Implements {@link org.apache.batik.parser.PathHandler#linetoHorizontalAbs(float)}. |
void | linetoHorizontalRel(float x)
Implements {@link org.apache.batik.parser.PathHandler#linetoHorizontalRel(float)}. |
void | linetoRel(float x, float y)
Implements {@link org.apache.batik.parser.PathHandler#linetoRel(float,float)}. |
void | linetoVerticalAbs(float y)
Implements {@link org.apache.batik.parser.PathHandler#linetoVerticalAbs(float)}. |
void | linetoVerticalRel(float y)
Implements {@link org.apache.batik.parser.PathHandler#linetoVerticalRel(float)}. |
void | movetoAbs(float x, float y)
Implements {@link org.apache.batik.parser.PathHandler#movetoAbs(float,float)}. |
void | movetoRel(float x, float y)
Implements {@link org.apache.batik.parser.PathHandler#movetoRel(float,float)}. |
void | startPath()
Implements {@link org.apache.batik.parser.PathHandler#startPath()}. |