public class AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem extends SVGPathSegItem
letter, typeitemStringValue, parent| Constructor and Description |
|---|
SVGPathSegCurvetoCubicSmoothItem(short type,
java.lang.String letter,
float x2,
float y2,
float x,
float y) |
SVGPathSegCurvetoCubicSmoothItem(SVGPathSeg pathSeg) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getStringValue()
Return the string representation of the item.
|
void |
setX(float x) |
void |
setX2(float x2) |
void |
setY(float y) |
void |
setY2(float y2) |
getAngle, getPathSegType, getPathSegTypeAsLetter, getR1, getR2, getX, getX1, getX2, getY, getY1, getY2, isLargeArcFlag, isSweepFlag, setAngle, setLargeArcFlag, setR1, setR2, setSweepFlag, setX1, setY1getParent, getValueAsString, resetAttribute, setParentpublic SVGPathSegCurvetoCubicSmoothItem(short type,
java.lang.String letter,
float x2,
float y2,
float x,
float y)
public SVGPathSegCurvetoCubicSmoothItem(SVGPathSeg pathSeg)
public void setX(float x)
setX in class SVGPathSegItempublic void setY(float y)
setY in class SVGPathSegItempublic void setX2(float x2)
setX2 in class SVGPathSegItempublic void setY2(float y2)
setY2 in class SVGPathSegItemprotected java.lang.String getStringValue()
AbstractSVGItemgetStringValue in class SVGPathSegItemCopyright ? 2015 Apache Software Foundation. All Rights Reserved.