public class AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem extends SVGPathSegItem
letter, type
itemStringValue, 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, setY1
getParent, getValueAsString, resetAttribute, setParent
public 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 SVGPathSegItem
public void setY(float y)
setY
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.