public static class AbstractSVGPathSegList.SVGPathSegArcItem extends SVGPathSegItem implements org.w3c.dom.svg.SVGPathSegArcAbs, org.w3c.dom.svg.SVGPathSegArcRel
letter, typeitemStringValue, 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 |
|---|
SVGPathSegArcItem(short type,
String letter,
float r1,
float r2,
float angle,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y) |
SVGPathSegArcItem(org.w3c.dom.svg.SVGPathSeg pathSeg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getLargeArcFlag() |
protected String |
getStringValue()
Return the string representation of the item.
|
boolean |
getSweepFlag() |
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) |
getAngle, getPathSegType, getPathSegTypeAsLetter, getR1, getR2, getX, getX1, getX2, getY, getY1, getY2, isLargeArcFlag, isSweepFlag, setX1, setX2, setY1, setY2getParent, getValueAsString, resetAttribute, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAngle, getR1, getR2, getX, getYgetAngle, getR1, getR2, getX, getYgetPathSegType, getPathSegTypeAsLetterpublic SVGPathSegArcItem(short type,
String letter,
float r1,
float r2,
float angle,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y)
public SVGPathSegArcItem(org.w3c.dom.svg.SVGPathSeg pathSeg)
public void setX(float x)
setX in interface org.w3c.dom.svg.SVGPathSegArcAbssetX in interface org.w3c.dom.svg.SVGPathSegArcRelsetX in class SVGPathSegItempublic void setY(float y)
setY in interface org.w3c.dom.svg.SVGPathSegArcAbssetY in interface org.w3c.dom.svg.SVGPathSegArcRelsetY in class SVGPathSegItempublic void setR1(float r1)
setR1 in interface org.w3c.dom.svg.SVGPathSegArcAbssetR1 in interface org.w3c.dom.svg.SVGPathSegArcRelsetR1 in class SVGPathSegItempublic void setR2(float r2)
setR2 in interface org.w3c.dom.svg.SVGPathSegArcAbssetR2 in interface org.w3c.dom.svg.SVGPathSegArcRelsetR2 in class SVGPathSegItempublic void setAngle(float angle)
setAngle in interface org.w3c.dom.svg.SVGPathSegArcAbssetAngle in interface org.w3c.dom.svg.SVGPathSegArcRelsetAngle in class SVGPathSegItempublic 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.SVGPathSegArcRelsetSweepFlag in class SVGPathSegItempublic 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.SVGPathSegArcRelsetLargeArcFlag in class SVGPathSegItemprotected String getStringValue()
AbstractSVGItemgetStringValue in class SVGPathSegItemCopyright © 2000–2020 Apache Software Foundation. All rights reserved.