|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.graphics.DrawFilter
android.graphics.PaintFlagsDrawFilter
public class PaintFlagsDrawFilter
| Field Summary |
|---|
| Fields inherited from class android.graphics.DrawFilter |
|---|
mNativeInt |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class android.graphics.DrawFilter |
|---|
finalize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaintFlagsDrawFilter(int clearBits,
int setBits)
clearBits - These bits will be cleared in the paint's flagssetBits - These bits will be set in the paint's flags
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||