| java.lang.Object | ||
| ↳ | android.graphics.Rasterizer | |
| ↳ | android.graphics.LayerRasterizer | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a new layer (above any previous layers) to the rasterizer.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.graphics.Rasterizer
| |||||||||||
From class
java.lang.Object
| |||||||||||
Add a new layer (above any previous layers) to the rasterizer. The layer will extract those fields that affect the mask from the specified paint, but will not retain a reference to the paint object itself, so it may be reused without danger of side-effects.