org.apache.batik.dom.svg

Class AbstractSVGPointList.SVGPointItem

protected class AbstractSVGPointList.SVGPointItem extends AbstractSVGItem implements SVGPoint

An {@link 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 {@link SVGPoint#getX()}.
floatgetY()
DOM: Implements {@link SVGPoint#getY()}.
SVGPointmatrixTransform(SVGMatrix matrix)
DOM: Implements {@link SVGPoint#matrixTransform(SVGMatrix)}.
voidsetX(float x)
DOM: Implements {@link SVGPoint#setX(float)}.
voidsetY(float y)
DOM: Implements {@link 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 {@link SVGPoint#getX()}.

getY

public float getY()
DOM: Implements {@link SVGPoint#getY()}.

matrixTransform

public SVGPoint matrixTransform(SVGMatrix matrix)
DOM: Implements {@link SVGPoint#matrixTransform(SVGMatrix)}.

setX

public void setX(float x)
DOM: Implements {@link SVGPoint#setX(float)}.

setY

public void setY(float y)
DOM: Implements {@link SVGPoint#setY(float)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.