Package org.robolectric.shadows
Class ShadowPath.Point
- java.lang.Object
-
- org.robolectric.shadows.ShadowPath.Point
-
- Enclosing class:
- ShadowPath
public static class ShadowPath.Point extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShadowPath.Point.Type
-
Constructor Summary
Constructors Constructor Description Point(float x, float y, ShadowPath.Point.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ShadowPath.Point.Type
getType()
float
getX()
float
getY()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Point
public Point(float x, float y, ShadowPath.Point.Type type)
-
-
Method Detail
-
getX
public float getX()
-
getY
public float getY()
-
getType
public ShadowPath.Point.Type getType()
-
-