public static class ShadowPath.Point extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ShadowPath.Point.Type |
Constructor and Description |
---|
Point(float x,
float y,
ShadowPath.Point.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ShadowPath.Point.Type |
getType() |
float |
getX() |
float |
getY() |
int |
hashCode() |
String |
toString() |
public Point(float x, float y, ShadowPath.Point.Type type)
public float getX()
public float getY()
public ShadowPath.Point.Type getType()