| Package | Description |
|---|---|
| org.robolectric.shadows |
Package containing shadow classes for the Android SDK.
|
| Modifier and Type | Method and Description |
|---|---|
ShadowPath.Point.Type |
ShadowPath.Point.getType() |
static ShadowPath.Point.Type |
ShadowPath.Point.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShadowPath.Point.Type[] |
ShadowPath.Point.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Point(float x,
float y,
ShadowPath.Point.Type type) |
Copyright © 2016. All rights reserved.