# Print output for @column tags ?> Region.Op - Android SDK | Android Developers

Most visited

Recently visited

Region.Op

public static final enum Region.Op
extends Enum<Region.Op>

java.lang.Object
   ↳ java.lang.Enum<android.graphics.Region.Op>
     ↳ android.graphics.Region.Op


Summary

Enum values

Region.Op  DIFFERENCE

 

Region.Op  INTERSECT

 

Region.Op  REPLACE

 

Region.Op  REVERSE_DIFFERENCE

 

Region.Op  UNION

 

Region.Op  XOR

 

Public methods

static Region.Op valueOf(String name)
static final Op[] values()

Inherited methods

Enum values

DIFFERENCE

public static final Region.Op DIFFERENCE

INTERSECT

public static final Region.Op INTERSECT

REPLACE

public static final Region.Op REPLACE

REVERSE_DIFFERENCE

public static final Region.Op REVERSE_DIFFERENCE

UNION

public static final Region.Op UNION

XOR

public static final Region.Op XOR

Public methods

valueOf

public static Region.Op valueOf (String name)

Parameters
name String

Returns
Region.Op

values

public static final Op[] values ()

Returns
Op[]