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

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.SVGPathSegArcItem
All Implemented Interfaces:
SVGItem
Enclosing class:
AbstractSVGPathSegList

public class AbstractSVGPathSegList.SVGPathSegArcItem
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.SVGPathSegArcItem(short type, String letter, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag, float x, float y)
           
AbstractSVGPathSegList.SVGPathSegArcItem(SVGPathSeg pathSeg)
           
 
Method Summary
 float getAngle()
           
 boolean getLargeArcFlag()
           
 float getR1()
           
 float getR2()
           
protected  String getStringValue()
          Return the string representation of the item.
 boolean getSweepFlag()
           
 float getX()
           
 float getY()
           
 void setAngle(float angle)
           
 void setLargeArcFlag(boolean largeArcFlag)
           
 void setR1(float r1)
           
 void setR2(float r2)
           
 void setSweepFlag(boolean sweepFlag)
           
 void setX(float x)
           
 void setY(float y)
           
 
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.SVGPathSegArcItem

public AbstractSVGPathSegList.SVGPathSegArcItem(short type,
                                                String letter,
                                                float r1,
                                                float r2,
                                                float angle,
                                                boolean largeArcFlag,
                                                boolean sweepFlag,
                                                float x,
                                                float y)

AbstractSVGPathSegList.SVGPathSegArcItem

public AbstractSVGPathSegList.SVGPathSegArcItem(SVGPathSeg pathSeg)
Method Detail

getX

public float getX()

getY

public float getY()

setX

public void setX(float x)

setY

public void setY(float y)

getR1

public float getR1()

getR2

public float getR2()

setR1

public void setR1(float r1)

setR2

public void setR2(float r2)

getAngle

public float getAngle()

setAngle

public void setAngle(float angle)

getSweepFlag

public boolean getSweepFlag()

setSweepFlag

public void setSweepFlag(boolean sweepFlag)

getLargeArcFlag

public boolean getLargeArcFlag()

setLargeArcFlag

public void setLargeArcFlag(boolean largeArcFlag)

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.