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