org.freedesktop.cairo

Class Format


public class Format
extends Enum

Field Summary

static Format
A1
static Format
A8
static Format
ARGB32
static Format
RGB24

Method Summary

static Format
intern(int value)
boolean
test(Format other)

Field Details

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 Details

intern

public static Format intern(int value)


test

public boolean test(Format other)