org.apache.batik.dom.svg
Class AbstractSVGPointList.SVGPointItem

java.lang.Object
  extended by org.apache.batik.dom.svg.AbstractSVGItem
      extended by org.apache.batik.dom.svg.AbstractSVGPointList.SVGPointItem
All Implemented Interfaces:
SVGItem
Enclosing class:
AbstractSVGPointList

protected class AbstractSVGPointList.SVGPointItem
extends AbstractSVGItem

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().
 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).
 
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

x

protected float x
The x value.


y

protected float y
The y value.

Constructor Detail

AbstractSVGPointList.SVGPointItem

public AbstractSVGPointList.SVGPointItem(float x,
                                         float y)
Creates a new SVGPointItem.

Method Detail

getStringValue

protected java.lang.String getStringValue()
Return a String representation of this SVGPoint.

Specified by:
getStringValue in class AbstractSVGItem

getX

public float getX()
DOM: Implements SVGPoint#getX().


getY

public float getY()
DOM: Implements SVGPoint#getY().


setX

public void setX(float x)
DOM: Implements SVGPoint#setX(float).


setY

public void setY(float y)
DOM: Implements SVGPoint#setY(float).


matrixTransform

public SVGPoint matrixTransform(SVGMatrix matrix)
DOM: Implements SVGPoint#matrixTransform(SVGMatrix).



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.