public static class JAVAGeneralPath.CurveTo extends JAVAGeneralPath.PathElement
Constructor and Description |
---|
JAVAGeneralPath.CurveTo(float x1,
float y1,
float x2,
float y2,
float x3,
float y3) |
Modifier and Type | Method and Description |
---|---|
int |
currentSegment(double[] coords) |
int |
currentSegment(float[] coords) |
float |
getMaxX() |
float |
getMaxY() |
float |
getMinX() |
float |
getMinY() |
public JAVAGeneralPath.CurveTo(float x1, float y1, float x2, float y2, float x3, float y3)
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
Copyright © 2014. All rights reserved.