java.lang.Object | ||
↳ | java.lang.Enum<android.graphics.Path.Op> | |
↳ | android.graphics.Path.Op |
The logical operations that can be performed when combining two paths.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Path.Op | DIFFERENCE | Subtract the second path from the first path. | |||||||||
Path.Op | INTERSECT | Intersect the two paths. | |||||||||
Path.Op | REVERSE_DIFFERENCE | Subtract the first path from the second path. | |||||||||
Path.Op | UNION | Union (inclusive-or) the two paths. | |||||||||
Path.Op | XOR | Exclusive-or the two paths. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Subtract the second path from the first path.
Subtract the first path from the second path.