org.apache.batik.dom.svg
public class AbstractSVGPathSegList.SVGPathSegArcItem extends AbstractSVGPathSegList.SVGPathSegItem implements org.w3c.dom.svg.SVGPathSegArcAbs, org.w3c.dom.svg.SVGPathSegArcRel
angle, largeArcFlag, letter, r1, r2, sweepFlag, type, x, x1, x2, y, y1, y2itemStringValue, parentPATHSEG_ARC_ABS, PATHSEG_ARC_REL, PATHSEG_CLOSEPATH, PATHSEG_CURVETO_CUBIC_ABS, PATHSEG_CURVETO_CUBIC_REL, PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, PATHSEG_CURVETO_CUBIC_SMOOTH_REL, PATHSEG_CURVETO_QUADRATIC_ABS, PATHSEG_CURVETO_QUADRATIC_REL, PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, PATHSEG_LINETO_ABS, PATHSEG_LINETO_HORIZONTAL_ABS, PATHSEG_LINETO_HORIZONTAL_REL, PATHSEG_LINETO_REL, PATHSEG_LINETO_VERTICAL_ABS, PATHSEG_LINETO_VERTICAL_REL, PATHSEG_MOVETO_ABS, PATHSEG_MOVETO_REL, PATHSEG_UNKNOWN| Constructor and Description |
|---|
AbstractSVGPathSegList.SVGPathSegArcItem(short type,
java.lang.String letter,
float r1,
float r2,
float angle,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y) |
AbstractSVGPathSegList.SVGPathSegArcItem(org.w3c.dom.svg.SVGPathSeg pathSeg) |
| Modifier and Type | Method and Description |
|---|---|
float |
getAngle() |
boolean |
getLargeArcFlag() |
float |
getR1() |
float |
getR2() |
protected java.lang.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) |
getPathSegType, getPathSegTypeAsLettergetParent, getValueAsString, resetAttribute, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPathSegType, getPathSegTypeAsLetterpublic AbstractSVGPathSegList.SVGPathSegArcItem(short type,
java.lang.String letter,
float r1,
float r2,
float angle,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y)
public AbstractSVGPathSegList.SVGPathSegArcItem(org.w3c.dom.svg.SVGPathSeg pathSeg)
public float getX()
getX in interface org.w3c.dom.svg.SVGPathSegArcAbsgetX in interface org.w3c.dom.svg.SVGPathSegArcRelpublic float getY()
getY in interface org.w3c.dom.svg.SVGPathSegArcAbsgetY in interface org.w3c.dom.svg.SVGPathSegArcRelpublic void setX(float x)
setX in interface org.w3c.dom.svg.SVGPathSegArcAbssetX in interface org.w3c.dom.svg.SVGPathSegArcRelpublic void setY(float y)
setY in interface org.w3c.dom.svg.SVGPathSegArcAbssetY in interface org.w3c.dom.svg.SVGPathSegArcRelpublic float getR1()
getR1 in interface org.w3c.dom.svg.SVGPathSegArcAbsgetR1 in interface org.w3c.dom.svg.SVGPathSegArcRelpublic float getR2()
getR2 in interface org.w3c.dom.svg.SVGPathSegArcAbsgetR2 in interface org.w3c.dom.svg.SVGPathSegArcRelpublic void setR1(float r1)
setR1 in interface org.w3c.dom.svg.SVGPathSegArcAbssetR1 in interface org.w3c.dom.svg.SVGPathSegArcRelpublic void setR2(float r2)
setR2 in interface org.w3c.dom.svg.SVGPathSegArcAbssetR2 in interface org.w3c.dom.svg.SVGPathSegArcRelpublic float getAngle()
getAngle in interface org.w3c.dom.svg.SVGPathSegArcAbsgetAngle in interface org.w3c.dom.svg.SVGPathSegArcRelpublic void setAngle(float angle)
setAngle in interface org.w3c.dom.svg.SVGPathSegArcAbssetAngle in interface org.w3c.dom.svg.SVGPathSegArcRelpublic boolean getSweepFlag()
getSweepFlag in interface org.w3c.dom.svg.SVGPathSegArcAbsgetSweepFlag in interface org.w3c.dom.svg.SVGPathSegArcRelpublic void setSweepFlag(boolean sweepFlag)
setSweepFlag in interface org.w3c.dom.svg.SVGPathSegArcAbssetSweepFlag in interface org.w3c.dom.svg.SVGPathSegArcRelpublic boolean getLargeArcFlag()
getLargeArcFlag in interface org.w3c.dom.svg.SVGPathSegArcAbsgetLargeArcFlag in interface org.w3c.dom.svg.SVGPathSegArcRelpublic void setLargeArcFlag(boolean largeArcFlag)
setLargeArcFlag in interface org.w3c.dom.svg.SVGPathSegArcAbssetLargeArcFlag in interface org.w3c.dom.svg.SVGPathSegArcRelprotected java.lang.String getStringValue()
AbstractSVGItemgetStringValue in class AbstractSVGPathSegList.SVGPathSegItemCopyright ? 2008 Apache Software Foundation. All Rights Reserved.