|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.batik.dom.svg.SVGOMPoint
An implementation of SVGPoint that is not associated with any
attribute.
| Field Summary | |
protected float |
x
The x coordinate. |
protected float |
y
The y coordinate. |
| Constructor Summary | |
SVGOMPoint()
Creates a new SVGOMPoint with coordinates set to 0. |
|
SVGOMPoint(float x,
float y)
Creates a new SVGOMPoint with coordinates set to the specified values. |
|
| Method Summary | |
float |
getX()
DOM: Implements SVGPoint.getX(). |
float |
getY()
DOM: Implements SVGPoint.getY(). |
SVGPoint |
matrixTransform(SVGMatrix matrix)
DOM: Implements SVGPoint.matrixTransform(SVGMatrix). |
static SVGPoint |
matrixTransform(SVGPoint point,
SVGMatrix matrix)
Transforms an SVGPoint by an SVGMatrix and returns
the new point. |
void |
setX(float x)
DOM: Implements SVGPoint.setX(float). |
void |
setY(float y)
DOM: Implements SVGPoint.setY(float). |
| 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 SVGOMPoint()
0.
public SVGOMPoint(float x,
float y)
| Method Detail |
public float getX()
SVGPoint.getX().
getX in interface SVGPoint
public void setX(float x)
throws DOMException
SVGPoint.setX(float).
setX in interface SVGPointDOMExceptionpublic float getY()
SVGPoint.getY().
getY in interface SVGPoint
public void setY(float y)
throws DOMException
SVGPoint.setY(float).
setY in interface SVGPointDOMExceptionpublic SVGPoint matrixTransform(SVGMatrix matrix)
SVGPoint.matrixTransform(SVGMatrix).
matrixTransform in interface SVGPoint
public static SVGPoint matrixTransform(SVGPoint point,
SVGMatrix matrix)
SVGPoint by an SVGMatrix and returns
the new point.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||