|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.freedesktop.bindings.Flag
org.freedesktop.cairo.Content
public class Content
Constants to specify the colour space that will apply when creating a new
Surface based on an existing one. Used when you call Surface's
createSimilar()
.
Field Summary | |
---|---|
static Content |
ALPHA
Surface will hold alpha content only. |
static Content |
COLOR
Surface will hold colour content only. |
static Content |
COLOR_ALPHA
Surface will hold full data, colour and alpha both. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Flag |
---|
contains |
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 Content ALPHA
public static final Content COLOR
public static final Content COLOR_ALPHA
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |