public static class ShadowPath.Point
extends java.lang.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(java.lang.Object o) |
ShadowPath.Point.Type |
getType() |
float |
getX() |
float |
getY() |
int |
hashCode() |
java.lang.String |
toString() |
public Point(float x, float y, ShadowPath.Point.Type type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public float getX()
public float getY()
public ShadowPath.Point.Type getType()