public class AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem extends AbstractSVGPathSegList.SVGPathSegItem
angle, largeArcFlag, letter, r1, r2, sweepFlag, type, x, x1, x2, y, y1, y2itemStringValue, parent| Constructor and Description |
|---|
AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem(short type,
java.lang.String letter,
float x2,
float y2,
float x,
float y) |
AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem(SVGPathSeg pathSeg) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getStringValue()
Return the string representation of the item.
|
float |
getX() |
float |
getX2() |
float |
getY() |
float |
getY2() |
void |
setX(float x) |
void |
setX2(float x2) |
void |
setY(float y) |
void |
setY2(float y2) |
getPathSegType, getPathSegTypeAsLettergetParent, getValueAsString, resetAttribute, setParentpublic AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem(short type,
java.lang.String letter,
float x2,
float y2,
float x,
float y)
public AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem(SVGPathSeg pathSeg)
public float getX()
public float getY()
public void setX(float x)
public void setY(float y)
public float getX2()
public float getY2()
public void setX2(float x2)
public void setY2(float y2)
protected java.lang.String getStringValue()
AbstractSVGItemgetStringValue in class AbstractSVGPathSegList.SVGPathSegItemCopyright ? 2009 Apache Software Foundation. All Rights Reserved.