org.apache.batik.dom.svg
protected class AbstractSVGPointList.SVGPointItem extends AbstractSVGItem implements SVGPoint
Field Summary | |
---|---|
protected float | x
The x value. |
protected float | y
The y value. |
Constructor Summary | |
---|---|
SVGPointItem(float x, float y)
Creates a new SVGPointItem. |
Method Summary | |
---|---|
protected String | getStringValue()
Return a String representation of this SVGPoint. |
float | getX()
DOM: Implements SVGPoint#getX(). |
float | getY()
DOM: Implements SVGPoint#getY(). |
SVGPoint | matrixTransform(SVGMatrix matrix)
DOM: Implements SVGPoint#matrixTransform(SVGMatrix). |
void | setX(float x)
DOM: Implements SVGPoint#setX(float). |
void | setY(float y)
DOM: Implements SVGPoint#setY(float). |