android.graphics
Class LayerRasterizer
java.lang.Object
android.graphics.Rasterizer
android.graphics.LayerRasterizer
public class LayerRasterizer
- extends Rasterizer
|
Method Summary |
void |
addLayer(Paint paint)
|
void |
addLayer(Paint paint,
float dx,
float dy)
Add a new layer (above any previous layers) to the rasterizer. |
LayerRasterizer
public LayerRasterizer()
addLayer
public void addLayer(Paint paint,
float dx,
float dy)
- 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.
addLayer
public void addLayer(Paint paint)
Please submit a feedback, bug or feature