public class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem extends SVGPathSegItem
letter, typeitemStringValue, parent| Constructor and Description |
|---|
SVGPathSegCurvetoQuadraticItem(short type,
java.lang.String letter,
float x1,
float y1,
float x,
float y) |
SVGPathSegCurvetoQuadraticItem(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 |
setY(float y) |
void |
setY1(float y1) |
getAngle, getPathSegType, getPathSegTypeAsLetter, getR1, getR2, getX, getX1, getX2, getY, getY1, getY2, isLargeArcFlag, isSweepFlag, setAngle, setLargeArcFlag, setR1, setR2, setSweepFlag, setX2, setY2getParent, getValueAsString, resetAttribute, setParentpublic SVGPathSegCurvetoQuadraticItem(short type,
java.lang.String letter,
float x1,
float y1,
float x,
float y)
public SVGPathSegCurvetoQuadraticItem(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 SVGPathSegItemprotected java.lang.String getStringValue()
AbstractSVGItemgetStringValue in class SVGPathSegItemCopyright ? 2015 Apache Software Foundation. All Rights Reserved.