Java android.graphics PaintFlagsDrawFilter fields, constructors, methods, implement or subclass

Example usage for Java android.graphics PaintFlagsDrawFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.graphics PaintFlagsDrawFilter.

The text is from its open source code.

Constructor

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.