org.w3c.dom.svg.SVGPointSVGTextContentSupport.SVGTextPointpublic class SVGOMPoint
extends java.lang.Object
implements org.w3c.dom.svg.SVGPoint
SVGPoint that is not associated with any
attribute.| Modifier and Type | Field | Description |
|---|---|---|
protected float |
x |
The x coordinate.
|
protected float |
y |
The y coordinate.
|
| Constructor | Description |
|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
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). |
static org.w3c.dom.svg.SVGPoint |
matrixTransform(org.w3c.dom.svg.SVGPoint point,
org.w3c.dom.svg.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). |
public SVGOMPoint()
0.public SVGOMPoint(float x,
float y)
public float getX()
SVGPoint.getX().getX in interface org.w3c.dom.svg.SVGPointpublic void setX(float x)
throws org.w3c.dom.DOMException
SVGPoint.setX(float).setX in interface org.w3c.dom.svg.SVGPointorg.w3c.dom.DOMExceptionpublic float getY()
SVGPoint.getY().getY in interface org.w3c.dom.svg.SVGPointpublic void setY(float y)
throws org.w3c.dom.DOMException
SVGPoint.setY(float).setY in interface org.w3c.dom.svg.SVGPointorg.w3c.dom.DOMExceptionpublic org.w3c.dom.svg.SVGPoint matrixTransform(org.w3c.dom.svg.SVGMatrix matrix)
SVGPoint.matrixTransform(SVGMatrix).matrixTransform in interface org.w3c.dom.svg.SVGPointpublic static org.w3c.dom.svg.SVGPoint matrixTransform(org.w3c.dom.svg.SVGPoint point,
org.w3c.dom.svg.SVGMatrix matrix)
SVGPoint by an SVGMatrix and returns
the new point.Copyright ? 2018 Apache Software Foundation. All Rights Reserved.