|
||||||||||
| 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.SVGPointItem
public class 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 | |
|---|---|
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(). |
org.w3c.dom.svg.SVGPoint |
matrixTransform(org.w3c.dom.svg.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 SVGPointItem(float x,
float y)
| Method Detail |
|---|
protected String getStringValue()
getStringValue in class AbstractSVGItempublic float getX()
SVGPoint.getX().
getX in interface org.w3c.dom.svg.SVGPointpublic float getY()
SVGPoint.getY().
getY in interface org.w3c.dom.svg.SVGPointpublic void setX(float x)
SVGPoint.setX(float).
setX in interface org.w3c.dom.svg.SVGPointpublic void setY(float y)
SVGPoint.setY(float).
setY in interface org.w3c.dom.svg.SVGPointpublic org.w3c.dom.svg.SVGPoint matrixTransform(org.w3c.dom.svg.SVGMatrix matrix)
SVGPoint.matrixTransform(SVGMatrix).
matrixTransform in interface org.w3c.dom.svg.SVGPoint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||