Package org.loboevolution.svg.dom
Class SVGPointImpl
java.lang.Object
org.loboevolution.svg.dom.SVGPointImpl
- All Implemented Interfaces:
SVGPoint
SVGPointImpl class.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor 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- aSVGPointobject.
-
-
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:
matrixTransformin interfaceSVGPoint- Parameters:
matrix- aSVGMatrixobject.- Returns:
- a
SVGPointobject.
-