Android
android.graphics
public class

android.graphics.LayerRasterizer

java.lang.Object
android.graphics.Rasterizer
android.graphics.LayerRasterizer

Summary

Public Constructors

            LayerRasterizer()

Public Methods

          void  addLayer(Paint paint, float dx, float dy)
Add a new layer (above any previous layers) to the rasterizer.
          void  addLayer(Paint paint)
Methods inherited from class android.graphics.Rasterizer
Methods inherited from class java.lang.Object

Details

Public Constructors

public LayerRasterizer()

Public Methods

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.

public void addLayer(Paint paint)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56