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 classShadowPath.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 booleanequals(Object o)ShadowPath.Point.TypegetType()floatgetX()floatgetY()inthashCode()StringtoString()
-
-
-
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()
-
-