org.freedesktop.cairo

Class Format

public class Format extends Enum

Field Summary
static FormatA1
static FormatA8
static FormatARGB32
static FormatRGB24
Method Summary
static Formatintern(int value)
booleantest(Format other)

Field Detail

A1

public static final Format A1

A8

public static final Format A8

ARGB32

public static final Format ARGB32

RGB24

public static final Format RGB24

Method Detail

intern

public static Format intern(int value)

test

public boolean test(Format other)