|
||||||||||
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.QuadTo
public static class JAVAGeneralPath.QuadTo
Constructor Summary | |
---|---|
JAVAGeneralPath.QuadTo(float x1,
float y1,
float x2,
float y2)
|
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.QuadTo(float x1, float y1, float x2, float y2)
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 |