|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegItem
org.apache.batik.dom.svg.AbstractSVGNormPathSegList.SVGPathSegGenericItem
protected class AbstractSVGNormPathSegList.SVGPathSegGenericItem
| 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 | |
|---|---|
AbstractSVGNormPathSegList.SVGPathSegGenericItem(short type,
String letter,
float x1,
float y1,
float x2,
float y2,
float x,
float y)
|
|
| Method Summary | |
|---|---|
float |
getX()
|
float |
getX1()
|
float |
getX2()
|
float |
getY()
|
float |
getY1()
|
float |
getY2()
|
void |
setPathSegType(short type)
|
void |
setValue(float x,
float y)
|
void |
setValue(float x1,
float y1,
float x2,
float y2,
float x,
float y)
|
void |
setX(float x)
|
void |
setX1(float x)
|
void |
setX2(float x)
|
void |
setY(float y)
|
void |
setY1(float y)
|
void |
setY2(float y)
|
| Methods inherited from class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegItem |
|---|
getPathSegType, getPathSegTypeAsLetter, getStringValue |
| 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 |
|---|
public AbstractSVGNormPathSegList.SVGPathSegGenericItem(short type,
String letter,
float x1,
float y1,
float x2,
float y2,
float x,
float y)
| Method Detail |
|---|
public void setValue(float x1,
float y1,
float x2,
float y2,
float x,
float y)
public void setValue(float x,
float y)
public void setPathSegType(short type)
public float getX()
public float getY()
public void setX(float x)
public void setY(float y)
public float getX1()
public float getY1()
public void setX1(float x)
public void setY1(float y)
public float getX2()
public float getY2()
public void setX2(float x)
public void setY2(float y)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||