ucar.visad.display
Class DisplayUtil

java.lang.Object
  extended by ucar.visad.display.DisplayUtil

public final class DisplayUtil
extends Object

Provides support for utility functions.

Version:
$Revision: 1.81 $ $Date: 2007/08/19 15:55:31 $
Author:
Unidata Development Team

Constructor Summary
DisplayUtil()
           
 
Method Summary
static GraphicsConfiguration getPreferredConfig(GraphicsDevice d, boolean is3D, boolean useStereo)
          Get graphics configuration for the screen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayUtil

public DisplayUtil()
Method Detail

getPreferredConfig

public static GraphicsConfiguration getPreferredConfig(GraphicsDevice d,
                                                       boolean is3D,
                                                       boolean useStereo)
Get graphics configuration for the screen

Parameters:
d - the GraphicsDevice
is3D - true for a Java 3D display
useStereo - true if a stereo display (is3D must also be true)
Returns:
the perferred config