public static class ShadowPath.Point extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
ShadowPath.Point.Type |
Constructor | Description |
---|---|
Point(float x,
float y,
ShadowPath.Point.Type type) |
Modifier and Type | Method | 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()