public static class JAVAGeneralPath.QuadTo extends JAVAGeneralPath.PathElement
| Constructor and Description |
|---|
QuadTo(float x1,
float y1,
float x2,
float y2) |
| Modifier and Type | Method and Description |
|---|---|
int |
currentSegment(double[] coords) |
int |
currentSegment(float[] coords) |
float |
getMaxX() |
float |
getMaxY() |
float |
getMinX() |
float |
getMinY() |
public float getMinX()
getMinX in class JAVAGeneralPath.PathElementpublic float getMaxX()
getMaxX in class JAVAGeneralPath.PathElementpublic float getMinY()
getMinY in class JAVAGeneralPath.PathElementpublic float getMaxY()
getMaxY in class JAVAGeneralPath.PathElementpublic int currentSegment(float[] coords)
currentSegment in class JAVAGeneralPath.PathElementpublic int currentSegment(double[] coords)
currentSegment in class JAVAGeneralPath.PathElementCopyright © 2019. All rights reserved.