|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.svg.SVGOMPoint
This class provides an abstract implementation of the SVGMatrix
interface.
Constructor Summary | |
SVGOMPoint()
|
|
SVGOMPoint(float x,
float y)
|
Method Summary | |
float |
getX()
|
float |
getY()
|
SVGPoint |
matrixTransform(SVGMatrix matrix)
|
void |
setX(float x)
|
void |
setY(float y)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVGOMPoint()
public SVGOMPoint(float x, float y)
Method Detail |
public float getX()
getX
in interface SVGPoint
public void setX(float x) throws DOMException
setX
in interface SVGPoint
DOMException
public float getY()
getY
in interface SVGPoint
public void setY(float y) throws DOMException
setY
in interface SVGPoint
DOMException
public SVGPoint matrixTransform(SVGMatrix matrix)
matrixTransform
in interface SVGPoint
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |