public class SVGPathSegItem extends AbstractSVGItem
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
letter |
protected short |
type |
itemStringValue, parent
Modifier | Constructor and Description |
---|---|
protected |
SVGPathSegItem() |
|
SVGPathSegItem(short type,
java.lang.String letter) |
|
SVGPathSegItem(SVGPathSeg pathSeg) |
Modifier and Type | Method and Description |
---|---|
float |
getAngle() |
short |
getPathSegType() |
java.lang.String |
getPathSegTypeAsLetter() |
float |
getR1() |
float |
getR2() |
protected java.lang.String |
getStringValue()
Return the string representation of the item.
|
float |
getX() |
float |
getX1() |
float |
getX2() |
float |
getY() |
float |
getY1() |
float |
getY2() |
boolean |
isLargeArcFlag() |
boolean |
isSweepFlag() |
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 |
setX1(float x1) |
void |
setX2(float x2) |
void |
setY(float y) |
void |
setY1(float y1) |
void |
setY2(float y2) |
getParent, getValueAsString, resetAttribute, setParent
protected SVGPathSegItem()
public SVGPathSegItem(short type, java.lang.String letter)
public SVGPathSegItem(SVGPathSeg pathSeg)
protected java.lang.String getStringValue()
AbstractSVGItem
getStringValue
in class AbstractSVGItem
public short getPathSegType()
public java.lang.String getPathSegTypeAsLetter()
public float getR1()
public void setR1(float r1)
public float getR2()
public void setR2(float r2)
public float getAngle()
public void setAngle(float angle)
public boolean isLargeArcFlag()
public void setLargeArcFlag(boolean largeArcFlag)
public boolean isSweepFlag()
public void setSweepFlag(boolean sweepFlag)
public float getX()
public void setX(float x)
public float getY()
public void setY(float y)
public float getX1()
public void setX1(float x1)
public float getY1()
public void setY1(float y1)
public float getX2()
public void setX2(float x2)
public float getY2()
public void setY2(float y2)
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.