org.apache.batik.dom.svg

Class AbstractSVGPointList.SVGPointItem

protected class AbstractSVGPointList.SVGPointItem extends AbstractSVGItem implements SVGPoint

An SVGPoint in the list.
Field Summary
protected floatx
The x value.
protected floaty
The y value.
Constructor Summary
SVGPointItem(float x, float y)
Creates a new SVGPointItem.
Method Summary
protected StringgetStringValue()
Return a String representation of this SVGPoint.
floatgetX()
DOM: Implements SVGPoint#getX().
floatgetY()
DOM: Implements SVGPoint#getY().
SVGPointmatrixTransform(SVGMatrix matrix)
DOM: Implements SVGPoint#matrixTransform(SVGMatrix).
voidsetX(float x)
DOM: Implements SVGPoint#setX(float).
voidsetY(float y)
DOM: Implements SVGPoint#setY(float).

Field Detail

x

protected float x
The x value.

y

protected float y
The y value.

Constructor Detail

SVGPointItem

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

Method Detail

getStringValue

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

getX

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

getY

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

matrixTransform

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

setX

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

setY

public void setY(float y)
DOM: Implements SVGPoint#setY(float).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.