public abstract static class JAVAGeneralPath.PathElement extends Object
Constructor and Description |
---|
JAVAGeneralPath.PathElement() |
Modifier and Type | Method and Description |
---|---|
abstract int |
currentSegment(double[] coords) |
abstract int |
currentSegment(float[] coords) |
abstract float |
getMaxX() |
abstract float |
getMaxY() |
abstract float |
getMinX() |
abstract float |
getMinY() |
public abstract float getMinX()
public abstract float getMaxX()
public abstract float getMinY()
public abstract float getMaxY()
public abstract int currentSegment(float[] coords)
public abstract int currentSegment(double[] coords)
Copyright © 2014. All rights reserved.