Class SVGPointImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPointImpl
- All Implemented Interfaces:
SVGPoint
SVGPointImpl class.
-
Constructor Summary
ConstructorDescriptionConstructor for SVGPointImpl.SVGPointImpl
(float x, float y) Constructor for SVGPointImpl.SVGPointImpl
(SVGPoint point) Constructor for SVGPointImpl. -
Method Summary
-
Constructor Details
-
SVGPointImpl
public SVGPointImpl()Constructor for SVGPointImpl.
-
SVGPointImpl
public SVGPointImpl(float x, float y) Constructor for SVGPointImpl.
- Parameters:
x
- a float.y
- a float.
-
SVGPointImpl
Constructor for SVGPointImpl.
- Parameters:
point
- aSVGPoint
object.
-
-
Method Details
-
getX
public float getX()getX.
-
setX
public void setX(float x) setX.
-
getY
public float getY()getY.
-
setY
public void setY(float y) setY.
-
matrixTransform
matrixTransform.
- Specified by:
matrixTransform
in interfaceSVGPoint
- Parameters:
matrix
- aSVGMatrix
object.- Returns:
- a
SVGPoint
object.
-