java.lang.Object | ||
↳ | java.lang.Enum<android.graphics.Path.FillType> | |
↳ | android.graphics.Path.FillType |
Enum for the ways a path may be filled.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Path.FillType | EVEN_ODD | Specifies that "inside" is computed by an odd number of edge crossings. | |||||||||
Path.FillType | INVERSE_EVEN_ODD |
Same as EVEN_ODD , but draws outside of the path, rather than inside.
|
|||||||||
Path.FillType | INVERSE_WINDING |
Same as WINDING , but draws outside of the path, rather than inside.
|
|||||||||
Path.FillType | WINDING | Specifies that "inside" is computed by a non-zero sum of signed edge crossings. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Specifies that "inside" is computed by an odd number of edge crossings.
Same as EVEN_ODD
, but draws outside of the path, rather than inside.
Same as WINDING
, but draws outside of the path, rather than inside.
Specifies that "inside" is computed by a non-zero sum of signed edge crossings.