|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisualType | |
org.gnu.gdk |
Uses of VisualType in org.gnu.gdk |
Fields in org.gnu.gdk declared as VisualType | |
static VisualType |
VisualType.STATIC_GRAY
|
static VisualType |
VisualType.GRAYSCALE
|
static VisualType |
VisualType.STATIC_COLOR
|
static VisualType |
VisualType.PSEUDO_COLOR
|
static VisualType |
VisualType.TRUE_COLOR
|
static VisualType |
VisualType.DIRECT_COLOR
|
Methods in org.gnu.gdk that return VisualType | |
static VisualType |
Visual.getBestVisualType()
Return the best available visual type (the one with the most colors) for the default GDK display. |
static VisualType |
VisualType.getVisualType(int type)
Builds a VisualType. |
static VisualType |
VisualType.intern(int value)
|
VisualType |
VisualType.or(VisualType other)
|
VisualType |
VisualType.and(VisualType other)
|
VisualType |
VisualType.xor(VisualType other)
|
Methods in org.gnu.gdk with parameters of type VisualType | |
static Visual |
Visual.getVisual(VisualType vt)
Get the best visual of the given visual_type for the default GDK display. |
static Visual |
Visual.getVisual(int depth,
VisualType vt)
Combines getVisual(int depth) and getVisual(VisualType vt). |
VisualType |
VisualType.or(VisualType other)
|
VisualType |
VisualType.and(VisualType other)
|
VisualType |
VisualType.xor(VisualType other)
|
boolean |
VisualType.test(VisualType other)
|
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |