org.apache.batik.dom.svg
Class AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegItem
org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
- All Implemented Interfaces:
- SVGItem
- Enclosing class:
- AbstractSVGPathSegList
public class AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
- 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.SVGPathSegCurvetoCubicItem
public AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem(short type,
String letter,
float x1,
float y1,
float x2,
float y2,
float x,
float y)
AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
public AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem(SVGPathSeg pathSeg)
getX
public float getX()
getY
public float getY()
setX
public void setX(float x)
setY
public void setY(float y)
getX1
public float getX1()
getY1
public float getY1()
setX1
public void setX1(float x1)
setY1
public void setY1(float y1)
getX2
public float getX2()
getY2
public float getY2()
setX2
public void setX2(float x2)
setY2
public void setY2(float y2)
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.