| java.lang.Object | ||
| ↳ | java.lang.Enum <E extends java.lang.Enum <E>> | |
| ↳ | android.graphics.Canvas.EdgeType | |
| Enum Values | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Canvas.EdgeType | AA | Antialiased: Treat edges by rounding-out, since they may be antialiased | |||||||||||||||||||||||||||||||
| Canvas.EdgeType | BW | Black-and-White: Treat edges by just rounding to nearest pixel boundary | |||||||||||||||||||||||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
|
|
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
|
|||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||
From interface
java.lang.Comparable
|
|||||||||||||||||||||||||||||||||
Antialiased: Treat edges by rounding-out, since they may be antialiased
Black-and-White: Treat edges by just rounding to nearest pixel boundary