public class Extend
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static Extend |
NONE
Pixels outside the Pattern area are transparent.
|
static Extend |
PAD
Extend the Pattern by continuing (copying) the last pixel at the edges.
|
static Extend |
REFLECT
Tile the Pattern by reflecting it at its edges.
|
static Extend |
REPEAT
Tile the Pattern by repeating it continuously.
|
public static final Extend NONE
This is the default for SurfacePattern
s.
public static final Extend PAD
This is the default for the gradient based LinearPattern
and
RadialPattern
.
public static final Extend REFLECT
public static final Extend REPEAT