|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gdk.Visual
org.gnome.gdk.Visual
.
public class Visual
Describes a particular video hardware display format. It includes information about the number of bits used for each color, the way the bits are translated into an RGB value for display, and the way the bits are stored in memory.
Method Summary | |
---|---|
static int |
getBestDepth()
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. |
static VisualType |
getBestVisualType()
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. |
int |
getBitsPerRGB()
Deprecated. |
int |
getBlueMask()
Deprecated. |
int |
getBluePrec()
Deprecated. |
int |
getBlueShift()
Deprecated. |
ByteOrder |
getByteOrder()
Deprecated. |
int |
getColormapSize()
Deprecated. |
int |
getDepth()
Deprecated. |
int |
getGreenMask()
Deprecated. |
int |
getGreenPrec()
Deprecated. |
int |
getGreenShift()
Deprecated. |
int |
getRedMask()
Deprecated. |
int |
getRedPrec()
Deprecated. |
int |
getRedShift()
Deprecated. |
Screen |
getScreen()
Deprecated. |
static Visual |
getSystemVisual()
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. |
static Visual |
getVisual()
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. |
static Visual |
getVisual(int depth)
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. |
static Visual |
getVisual(int depth,
VisualType vt)
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. |
static Visual |
getVisual(VisualType vt)
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. |
Methods inherited from class org.gnu.glib.GObject |
---|
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, setIntProperty, setJavaObjectProperty, setLongProperty, setProperty, setStringProperty, thawNotify |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int getBestDepth()
public static VisualType getBestVisualType()
public static Visual getSystemVisual()
public static Visual getVisual()
public static Visual getVisual(int depth)
public static Visual getVisual(VisualType vt)
public static Visual getVisual(int depth, VisualType vt)
public int getDepth()
public ByteOrder getByteOrder()
public int getColormapSize()
public int getBitsPerRGB()
public int getRedMask()
public int getRedShift()
public int getRedPrec()
public int getGreenMask()
public int getGreenShift()
public int getGreenPrec()
public int getBlueMask()
public int getBlueShift()
public int getBluePrec()
public Screen getScreen()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |