Uses of Class
org.gnu.gdk.Visual

Packages that use Visual
org.gnu.gdk   
 

Uses of Visual in org.gnu.gdk
 

Methods in org.gnu.gdk that return Visual
static Visual Visual.getSystemVisual()
          Get the default or system visual for the default GDK display.
static Visual Visual.getVisual()
          Get the visual with the most available colors for the default GDK display.
static Visual Visual.getVisual(int depth)
          Get the best visual with depth depth for the default GDK display.
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).
 Visual Drawable.getVisual()
           
 Visual Colormap.getVisual()
          Returns the visual for which a given colormap was created.
 

Constructors in org.gnu.gdk with parameters of type Visual
Image(ImageType type, Visual visual, int width, int height)
          Create a new Image.
Colormap(Visual v, boolean private_)
          Creates a new colormap for the given visual.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net