Package ucar.visad.display
Class DisplayUtil
java.lang.Object
ucar.visad.display.DisplayUtil
Provides support for utility functions.
- Version:
- $Revision: 1.81 $ $Date: 2007/08/19 15:55:31 $
- Author:
- Unidata Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphicsConfiguration
getPreferredConfig
(GraphicsDevice d, boolean is3D, boolean useStereo) Get graphics configuration for the screen
-
Constructor Details
-
DisplayUtil
public DisplayUtil()
-
-
Method Details
-
getPreferredConfig
public static GraphicsConfiguration getPreferredConfig(GraphicsDevice d, boolean is3D, boolean useStereo) Get graphics configuration for the screen- Parameters:
d
- the GraphicsDeviceis3D
- true for a Java 3D displayuseStereo
- true if a stereo display (is3D must also be true)- Returns:
- the perferred config
-