protected class AbstractSVGPathSegList.PathSegListBuilder extends DefaultPathHandler
| Modifier and Type | Field and Description |
|---|---|
protected ListHandler |
listHandler |
INSTANCE| Constructor and Description |
|---|
AbstractSVGPathSegList.PathSegListBuilder(ListHandler listHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
arcAbs(float rx,
float ry,
float xAxisRotation,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y)
|
void |
arcRel(float rx,
float ry,
float xAxisRotation,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y)
|
void |
closePath()
Implements
PathHandler.closePath(). |
void |
curvetoCubicAbs(float x1,
float y1,
float x2,
float y2,
float x,
float y)
|
void |
curvetoCubicRel(float x1,
float y1,
float x2,
float y2,
float x,
float y)
|
void |
curvetoCubicSmoothAbs(float x2,
float y2,
float x,
float y)
|
void |
curvetoCubicSmoothRel(float x2,
float y2,
float x,
float y)
|
void |
curvetoQuadraticAbs(float x1,
float y1,
float x,
float y)
|
void |
curvetoQuadraticRel(float x1,
float y1,
float x,
float y)
|
void |
curvetoQuadraticSmoothAbs(float x,
float y)
|
void |
curvetoQuadraticSmoothRel(float x,
float y)
|
void |
endPath()
Implements
PathHandler.endPath(). |
void |
linetoAbs(float x,
float y)
Implements
PathHandler.linetoAbs(float,float). |
void |
linetoHorizontalAbs(float x)
Implements
PathHandler.linetoHorizontalAbs(float). |
void |
linetoHorizontalRel(float x)
Implements
PathHandler.linetoHorizontalRel(float). |
void |
linetoRel(float x,
float y)
Implements
PathHandler.linetoRel(float,float). |
void |
linetoVerticalAbs(float y)
Implements
PathHandler.linetoVerticalAbs(float). |
void |
linetoVerticalRel(float y)
Implements
PathHandler.linetoVerticalRel(float). |
void |
movetoAbs(float x,
float y)
Implements
PathHandler.movetoAbs(float,float). |
void |
movetoRel(float x,
float y)
Implements
PathHandler.movetoRel(float,float). |
void |
startPath()
Implements
PathHandler.startPath(). |
protected ListHandler listHandler
public AbstractSVGPathSegList.PathSegListBuilder(ListHandler listHandler)
public void startPath()
throws ParseException
PathHandler.startPath().startPath in interface PathHandlerstartPath in class DefaultPathHandlerParseExceptionpublic void endPath()
throws ParseException
PathHandler.endPath().endPath in interface PathHandlerendPath in class DefaultPathHandlerParseExceptionpublic void movetoRel(float x,
float y)
throws ParseException
PathHandler.movetoRel(float,float).movetoRel in interface PathHandlermovetoRel in class DefaultPathHandlerParseExceptionpublic void movetoAbs(float x,
float y)
throws ParseException
PathHandler.movetoAbs(float,float).movetoAbs in interface PathHandlermovetoAbs in class DefaultPathHandlerParseExceptionpublic void closePath()
throws ParseException
PathHandler.closePath().closePath in interface PathHandlerclosePath in class DefaultPathHandlerParseExceptionpublic void linetoRel(float x,
float y)
throws ParseException
PathHandler.linetoRel(float,float).linetoRel in interface PathHandlerlinetoRel in class DefaultPathHandlerParseExceptionpublic void linetoAbs(float x,
float y)
throws ParseException
PathHandler.linetoAbs(float,float).linetoAbs in interface PathHandlerlinetoAbs in class DefaultPathHandlerParseExceptionpublic void linetoHorizontalRel(float x)
throws ParseException
PathHandler.linetoHorizontalRel(float).linetoHorizontalRel in interface PathHandlerlinetoHorizontalRel in class DefaultPathHandlerParseExceptionpublic void linetoHorizontalAbs(float x)
throws ParseException
PathHandler.linetoHorizontalAbs(float).linetoHorizontalAbs in interface PathHandlerlinetoHorizontalAbs in class DefaultPathHandlerParseExceptionpublic void linetoVerticalRel(float y)
throws ParseException
PathHandler.linetoVerticalRel(float).linetoVerticalRel in interface PathHandlerlinetoVerticalRel in class DefaultPathHandlerParseExceptionpublic void linetoVerticalAbs(float y)
throws ParseException
PathHandler.linetoVerticalAbs(float).linetoVerticalAbs in interface PathHandlerlinetoVerticalAbs in class DefaultPathHandlerParseExceptionpublic void curvetoCubicRel(float x1,
float y1,
float x2,
float y2,
float x,
float y)
throws ParseException
curvetoCubicRel in interface PathHandlercurvetoCubicRel in class DefaultPathHandlerParseExceptionpublic void curvetoCubicAbs(float x1,
float y1,
float x2,
float y2,
float x,
float y)
throws ParseException
curvetoCubicAbs in interface PathHandlercurvetoCubicAbs in class DefaultPathHandlerParseExceptionpublic void curvetoCubicSmoothRel(float x2,
float y2,
float x,
float y)
throws ParseException
curvetoCubicSmoothRel in interface PathHandlercurvetoCubicSmoothRel in class DefaultPathHandlerParseExceptionpublic void curvetoCubicSmoothAbs(float x2,
float y2,
float x,
float y)
throws ParseException
curvetoCubicSmoothAbs in interface PathHandlercurvetoCubicSmoothAbs in class DefaultPathHandlerParseExceptionpublic void curvetoQuadraticRel(float x1,
float y1,
float x,
float y)
throws ParseException
curvetoQuadraticRel in interface PathHandlercurvetoQuadraticRel in class DefaultPathHandlerParseExceptionpublic void curvetoQuadraticAbs(float x1,
float y1,
float x,
float y)
throws ParseException
curvetoQuadraticAbs in interface PathHandlercurvetoQuadraticAbs in class DefaultPathHandlerParseExceptionpublic void curvetoQuadraticSmoothRel(float x,
float y)
throws ParseException
curvetoQuadraticSmoothRel in interface PathHandlercurvetoQuadraticSmoothRel in class DefaultPathHandlerParseExceptionpublic void curvetoQuadraticSmoothAbs(float x,
float y)
throws ParseException
curvetoQuadraticSmoothAbs in interface PathHandlercurvetoQuadraticSmoothAbs in class DefaultPathHandlerParseExceptionpublic void arcRel(float rx,
float ry,
float xAxisRotation,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y)
throws ParseException
arcRel in interface PathHandlerarcRel in class DefaultPathHandlerParseExceptionpublic void arcAbs(float rx,
float ry,
float xAxisRotation,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y)
throws ParseException
arcAbs in interface PathHandlerarcAbs in class DefaultPathHandlerParseExceptionCopyright © 2000–2017 Apache Software Foundation. All rights reserved.