Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.DisplayMode

Uses of DisplayMode in java.awt
 

Fields in java.awt declared as DisplayMode
private  DisplayMode GraphicsDevice.mode
          The current display mode, or null if unknown.
 

Methods in java.awt that return DisplayMode
 DisplayMode GraphicsDevice.getDisplayMode()
          Returns the current display mode of this device, or null if unknown.
 DisplayMode[] GraphicsDevice.getDisplayModes()
          Return an array of all available display modes.
 

Methods in java.awt with parameters of type DisplayMode
 void GraphicsDevice.setDisplayMode(DisplayMode mode)
          Sets the display mode.
 boolean DisplayMode.equals(DisplayMode dm)
          Test for equality.