public class AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem extends SVGPathSegItem
letter, typeitemStringValue, parent| Constructor and Description |
|---|
SVGPathSegCurvetoCubicItem(short type,
java.lang.String letter,
float x1,
float y1,
float x2,
float y2,
float x,
float y) |
SVGPathSegCurvetoCubicItem(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 |
setX1(float x1) |
void |
setX2(float x2) |
void |
setY(float y) |
void |
setY1(float y1) |
void |
setY2(float y2) |
getAngle, getPathSegType, getPathSegTypeAsLetter, getR1, getR2, getX, getX1, getX2, getY, getY1, getY2, isLargeArcFlag, isSweepFlag, setAngle, setLargeArcFlag, setR1, setR2, setSweepFlaggetParent, getValueAsString, resetAttribute, setParentpublic SVGPathSegCurvetoCubicItem(short type,
java.lang.String letter,
float x1,
float y1,
float x2,
float y2,
float x,
float y)
public SVGPathSegCurvetoCubicItem(SVGPathSeg pathSeg)
public void setX(float x)
setX in class SVGPathSegItempublic void setY(float y)
setY in class SVGPathSegItempublic void setX1(float x1)
setX1 in class SVGPathSegItempublic void setY1(float y1)
setY1 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.