FileDocCategorySizeDatePackage
Xfermode.javaAPI DocAndroid 1.5 API1530Wed May 06 22:42:00 BST 2009android.graphics

Xfermode

public class Xfermode extends Object
Xfermode is the base class for objects that are called to implement custom "transfer-modes" in the drawing pipeline. The static function Create(Modes) can be called to return an instance of any of the predefined subclasses as specified in the Modes enum. When an Xfermode is assigned to an Paint, then objects drawn with that paint have the xfermode applied.

Fields Summary
int
native_instance
Constructors Summary
Methods Summary
protected voidfinalize()

        finalizer(native_instance);
    
private static native voidfinalizer(int native_instance)