|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.graphicsio.java.JAVAGeneralPath.PathElement
org.freehep.graphicsio.java.JAVAGeneralPath.CurveTo
public static class JAVAGeneralPath.CurveTo
Constructor Summary | |
---|---|
JAVAGeneralPath.CurveTo(float x1,
float y1,
float x2,
float y2,
float x3,
float y3)
|
Method Summary | |
---|---|
int |
currentSegment(double[] coords)
|
int |
currentSegment(float[] coords)
|
float |
getMaxX()
|
float |
getMaxY()
|
float |
getMinX()
|
float |
getMinY()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAVAGeneralPath.CurveTo(float x1, float y1, float x2, float y2, float x3, float y3)
Method Detail |
---|
public float getMinX()
getMinX
in class JAVAGeneralPath.PathElement
public float getMaxX()
getMaxX
in class JAVAGeneralPath.PathElement
public float getMinY()
getMinY
in class JAVAGeneralPath.PathElement
public float getMaxY()
getMaxY
in class JAVAGeneralPath.PathElement
public int currentSegment(float[] coords)
currentSegment
in class JAVAGeneralPath.PathElement
public int currentSegment(double[] coords)
currentSegment
in class JAVAGeneralPath.PathElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |