public class AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem extends SVGPathSegItem
letter, type
itemStringValue, 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, setSweepFlag
getParent, getValueAsString, resetAttribute, setParent
public 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 SVGPathSegItem
public void setY(float y)
setY
in class SVGPathSegItem
public void setX1(float x1)
setX1
in class SVGPathSegItem
public void setY1(float y1)
setY1
in class SVGPathSegItem
public void setX2(float x2)
setX2
in class SVGPathSegItem
public void setY2(float y2)
setY2
in class SVGPathSegItem
protected java.lang.String getStringValue()
AbstractSVGItem
getStringValue
in class SVGPathSegItem
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.