public class AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem extends SVGPathSegItem
letter, type
itemStringValue, parent
Constructor and Description |
---|
SVGPathSegMovetoLinetoItem(short type,
String letter,
float x,
float y) |
SVGPathSegMovetoLinetoItem(SVGPathSeg pathSeg) |
Modifier and Type | Method and Description |
---|---|
protected String |
getStringValue()
Return the string representation of the item.
|
void |
setX(float x) |
void |
setY(float y) |
getAngle, getPathSegType, getPathSegTypeAsLetter, getR1, getR2, getX, getX1, getX2, getY, getY1, getY2, isLargeArcFlag, isSweepFlag, setAngle, setLargeArcFlag, setR1, setR2, setSweepFlag, setX1, setX2, setY1, setY2
getParent, getValueAsString, resetAttribute, setParent
public SVGPathSegMovetoLinetoItem(short type, String letter, float x, float y)
public SVGPathSegMovetoLinetoItem(SVGPathSeg pathSeg)
public void setX(float x)
setX
in class SVGPathSegItem
public void setY(float y)
setY
in class SVGPathSegItem
protected String getStringValue()
AbstractSVGItem
getStringValue
in class SVGPathSegItem
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.