org.freedesktop.cairo
public class Operator extends Enum
| Field Summary | |
|---|---|
| static Operator | ADD |
| static Operator | ATOP |
| static Operator | CLEAR |
| static Operator | DEST |
| static Operator | DEST_ATOP |
| static Operator | DEST_IN |
| static Operator | DEST_OUT |
| static Operator | DEST_OVER |
| static Operator | IN |
| static Operator | OUT |
| static Operator | OVER |
| static Operator | SATURATE |
| static Operator | SOURCE |
| static Operator | XOR |
| Method Summary | |
|---|---|
| static Operator | intern(int value) |
| boolean | test(Operator other) |