|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.AbstractSVGPointList.SVGPointItem
protected class AbstractSVGPointList.SVGPointItem
An SVGPoint
in the list.
Field Summary | |
---|---|
protected float |
x
The x value. |
protected float |
y
The y value. |
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGItem |
---|
itemStringValue, parent |
Constructor Summary | |
---|---|
AbstractSVGPointList.SVGPointItem(float x,
float y)
Creates a new SVGPointItem. |
Method Summary | |
---|---|
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) . |
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGItem |
---|
getParent, getValueAsString, resetAttribute, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected float x
protected float y
Constructor Detail |
---|
public AbstractSVGPointList.SVGPointItem(float x, float y)
Method Detail |
---|
protected java.lang.String getStringValue()
getStringValue
in class AbstractSVGItem
public float getX()
SVGPoint.getX()
.
getX
in interface org.w3c.dom.svg.SVGPoint
public float getY()
SVGPoint.getY()
.
getY
in interface org.w3c.dom.svg.SVGPoint
public void setX(float x)
SVGPoint.setX(float)
.
setX
in interface org.w3c.dom.svg.SVGPoint
public void setY(float y)
SVGPoint.setY(float)
.
setY
in interface org.w3c.dom.svg.SVGPoint
public org.w3c.dom.svg.SVGPoint matrixTransform(org.w3c.dom.svg.SVGMatrix matrix)
SVGPoint.matrixTransform(SVGMatrix)
.
matrixTransform
in interface org.w3c.dom.svg.SVGPoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |