org.freedesktop.cairo
public class Extend extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.freedesktop.cairo.Extend
.
As this package was never correctly implemented in java-gnome 2.x,
any new code written will likely have a considerably different
public API.
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 |
Method Summary | |
---|---|
static Extend | intern(int value) |
boolean | test(Extend other) |
Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
pixels outside of the source pattern are fully transparentDeprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
pixels outside of the pattern copy the closest pixel from the sourceDeprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
the pattern is tiled by reflecting at the edgesDeprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
the pattern is tiled by repeating