protected class AbstractSVGPointList.SVGPointItem extends AbstractSVGItem
SVGPoint in the list.| Modifier and Type | Field and Description |
|---|---|
protected float |
x
The x value.
|
protected float |
y
The y value.
|
itemStringValue, parent| Constructor and Description |
|---|
AbstractSVGPointList.SVGPointItem(float x,
float y)
Creates a new SVGPointItem.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getStringValue()
Return a String representation of this SVGPoint.
|
float |
getX()
DOM: Implements
SVGPoint#getX(). |
float |
getY()
DOM: Implements
SVGPoint#getY(). |
SVGPoint |
matrixTransform(SVGMatrix matrix)
DOM: Implements
SVGPoint#matrixTransform(SVGMatrix). |
void |
setX(float x)
DOM: Implements
SVGPoint#setX(float). |
void |
setY(float y)
DOM: Implements
SVGPoint#setY(float). |
getParent, getValueAsString, resetAttribute, setParentpublic AbstractSVGPointList.SVGPointItem(float x,
float y)
protected java.lang.String getStringValue()
getStringValue in class AbstractSVGItempublic float getX()
SVGPoint#getX().public float getY()
SVGPoint#getY().public void setX(float x)
SVGPoint#setX(float).public void setY(float y)
SVGPoint#setY(float).public SVGPoint matrixTransform(SVGMatrix matrix)
SVGPoint#matrixTransform(SVGMatrix).Copyright ? 2009 Apache Software Foundation. All Rights Reserved.