|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.AbstractSVGPointList.SVGPointItem
An SVGPoint in the list.
| Field Summary | |
protected float |
x
The x value. |
protected float |
y
The y value. |
| Fields inherited from class org.apache.batik.dom.svg.AbstractSVGItem |
itemStringValue, parent |
| Constructor Summary | |
AbstractSVGPointList.SVGPointItem(float x,
float y)
Creates a new SVGPointItem. |
|
| Method Summary | |
protected 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). |
| Methods inherited from class org.apache.batik.dom.svg.AbstractSVGItem |
getParent, getValueAsString, resetAttribute, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected float x
protected float y
| Constructor Detail |
public AbstractSVGPointList.SVGPointItem(float x,
float y)
| Method Detail |
protected String getStringValue()
getStringValue in class AbstractSVGItempublic float getX()
SVGPoint.getX().
getX in interface SVGPointpublic float getY()
SVGPoint.getY().
getY in interface SVGPointpublic void setX(float x)
SVGPoint.setX(float).
setX in interface SVGPointpublic void setY(float y)
SVGPoint.setY(float).
setY in interface SVGPointpublic SVGPoint matrixTransform(SVGMatrix matrix)
SVGPoint.matrixTransform(SVGMatrix).
matrixTransform in interface SVGPoint
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||