org.freedesktop.cairo
Class Extend
java.lang.Object
org.gnu.glib.Enum
org.freedesktop.cairo.Extend
public class Extend
- extends org.gnu.glib.Enum
Field Summary |
static Extend |
NONE
pixels outside of the source pattern are fully transparent |
static Extend |
PAD
pixels outside of the pattern copy the closest pixel from the source |
static Extend |
REFLECT
the pattern is tiled by reflecting at the edges |
static Extend |
REPEAT
the pattern is tiled by repeating |
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final Extend NONE
- pixels outside of the source pattern are fully transparent
REPEAT
public static final Extend REPEAT
- the pattern is tiled by repeating
REFLECT
public static final Extend REFLECT
- the pattern is tiled by reflecting at the edges
PAD
public static final Extend PAD
- pixels outside of the pattern copy the closest pixel from the source
intern
public static Extend intern(int value)
test
public boolean test(Extend other)