org.apache.batik.dom.svg
Class AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegItem
org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
- All Implemented Interfaces:
- SVGItem
- Enclosing class:
- AbstractSVGPathSegList
public class AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
- extends AbstractSVGPathSegList.SVGPathSegItem
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegItem |
angle, largeArcFlag, letter, r1, r2, sweepFlag, type, x, x1, x2, y, y1, y2 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
public AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem(short type,
String letter,
float value)
AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
public AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem(SVGPathSeg pathSeg)
getY
public float getY()
setY
public void setY(float y)
getStringValue
protected String getStringValue()
- Description copied from class:
AbstractSVGItem
- Return the string representation of the item.
- Overrides:
getStringValue
in class AbstractSVGPathSegList.SVGPathSegItem
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.