Android
android.graphics
public class

android.graphics.PaintFlagsDrawFilter

java.lang.Object
android.graphics.DrawFilter
android.graphics.PaintFlagsDrawFilter

Summary

Public Constructors

            PaintFlagsDrawFilter(int clearBits, int setBits)
Subclass of DrawFilter that affects every paint by first clearing the specified clearBits in the paint's flags, and then setting the specified setBits in the paint's flags.
Methods inherited from class android.graphics.DrawFilter
Methods inherited from class java.lang.Object

Details

Public Constructors

public PaintFlagsDrawFilter(int clearBits, int setBits)

Subclass of DrawFilter that affects every paint by first clearing the specified clearBits in the paint's flags, and then setting the specified setBits in the paint's flags.

Parameters

clearBits These bits will be cleared in the paint's flags
setBits These bits will be set in the paint's flags
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48