|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.ext.awt.geom.PathLength.PathSegment
Constructor Summary | |
PathLength.PathSegment(int a,
float b,
float c,
float d)
|
Method Summary | |
float |
getLength()
Get the value of Length. |
int |
getSegType()
Get the value of segType. |
float |
getX()
Get the value of X. |
float |
getY()
Get the value of Y. |
void |
setLength(float v)
Set the value of Length. |
void |
setSegType(int v)
Set the value of segType. |
void |
setX(float v)
Set the value of X. |
void |
setY(float v)
Set the value of Y. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PathLength.PathSegment(int a, float b, float c, float d)
Method Detail |
public int getSegType()
public void setSegType(int v)
v
- Value to assign to segType.public float getX()
public void setX(float v)
v
- Value to assign to X.public float getY()
public void setY(float v)
v
- Value to assign to Y.public float getLength()
public void setLength(float v)
v
- Value to assign to Length.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |