org.apache.batik.dom.svg
protected class AbstractSVGPointList.SVGPointItem extends AbstractSVGItem implements org.w3c.dom.svg.SVGPoint
SVGPoint in the list.| Modifier and Type | Field and Description |
|---|---|
protected float |
x
The x value.
|
protected float |
y
The y value.
|
itemStringValue, parent| Constructor and Description |
|---|
AbstractSVGPointList.SVGPointItem(float x,
float y)
Creates a new SVGPointItem.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getStringValue()
Return a String representation of this SVGPoint.
|
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). |
void |
setX(float x)
DOM: Implements
SVGPoint.setX(float). |
void |
setY(float y)
DOM: Implements
SVGPoint.setY(float). |
getParent, getValueAsString, resetAttribute, setParentpublic AbstractSVGPointList.SVGPointItem(float x,
float y)
protected java.lang.String getStringValue()
getStringValue in class AbstractSVGItempublic float getX()
SVGPoint.getX().getX in interface org.w3c.dom.svg.SVGPointpublic float getY()
SVGPoint.getY().getY in interface org.w3c.dom.svg.SVGPointpublic void setX(float x)
SVGPoint.setX(float).setX in interface org.w3c.dom.svg.SVGPointpublic void setY(float y)
SVGPoint.setY(float).setY in interface org.w3c.dom.svg.SVGPointpublic org.w3c.dom.svg.SVGPoint matrixTransform(org.w3c.dom.svg.SVGMatrix matrix)
SVGPoint.matrixTransform(SVGMatrix).matrixTransform in interface org.w3c.dom.svg.SVGPointCopyright ? 2008 Apache Software Foundation. All Rights Reserved.