| java.lang.Object | |||
| java.lang.Enum | Serializable Comparable | ||
| android.graphics.Path.Direction | |||
Specifies how closed shapes (e.g. rects, ovals) are oriented when they are added to a path.
| Direction | CCW | counter-clockwise |
| Direction | CW | clockwise |
| static | Direction | valueOf(String name) | |||
| final | static | Direction[] | values() |
Methods inherited
from class
java.lang.Enum
Methods inherited
from class
java.lang.Object
Methods inherited
from interface
java.lang.Comparable