No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | android.graphics.Path.Direction | |
Specifies how closed shapes (e.g. rects, ovals) are oriented when they are added to a path.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Path.Direction | CCW | counter-clockwise | |||||||||
| Path.Direction | CW | clockwise | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|||||||||
|
|
|
|
|||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Enum
|
|||||||||||
From class java.lang.Object
|
|||||||||||
From interface java.lang.Comparable
|
|||||||||||