org.apache.batik.dom.svg
Class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem

java.lang.Object
  extended by org.apache.batik.dom.svg.AbstractSVGItem
      extended by org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegItem
          extended by org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
All Implemented Interfaces:
SVGItem
Enclosing class:
AbstractSVGPathSegList

public class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
extends AbstractSVGPathSegList.SVGPathSegItem


Field Summary
 
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegItem
angle, largeArcFlag, letter, r1, r2, sweepFlag, type, x, x1, x2, y, y1, y2
 
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGItem
itemStringValue, parent
 
Constructor Summary
AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem(short type, java.lang.String letter, float x1, float y1, float x, float y)
           
AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem(SVGPathSeg pathSeg)
           
 
Method Summary
protected  java.lang.String getStringValue()
          Return the string representation of the item.
 float getX()
           
 float getX1()
           
 float getY()
           
 float getY1()
           
 void setX(float x)
           
 void setX1(float x1)
           
 void setY(float y)
           
 void setY1(float y1)
           
 
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegItem
getPathSegType, getPathSegTypeAsLetter
 
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
 

Constructor Detail

AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem

public AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem(short type,
                                                             java.lang.String letter,
                                                             float x1,
                                                             float y1,
                                                             float x,
                                                             float y)

AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem

public AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem(SVGPathSeg pathSeg)
Method Detail

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)

getStringValue

protected java.lang.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.