|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.freedesktop.cairo.Extend
public class Extend
Constants specifying what strategy is employed when drawing Patterns larger than the area intrinsically specified when constructing the Pattern.
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |