org.freedesktop.cairo

Class Extend

public class Extend extends Enum

Field Summary
static ExtendNONE
pixels outside of the source pattern are fully transparent
static ExtendPAD
pixels outside of the pattern copy the closest pixel from the source
static ExtendREFLECT
the pattern is tiled by reflecting at the edges
static ExtendREPEAT
the pattern is tiled by repeating
Method Summary
static Extendintern(int value)
booleantest(Extend other)

Field Detail

NONE

public static final Extend NONE
pixels outside of the source pattern are fully transparent

PAD

public static final Extend PAD
pixels outside of the pattern copy the closest pixel from the source

REFLECT

public static final Extend REFLECT
the pattern is tiled by reflecting at the edges

REPEAT

public static final Extend REPEAT
the pattern is tiled by repeating

Method Detail

intern

public static Extend intern(int value)

test

public boolean test(Extend other)