Microsoft SDK for Java

DisplayDevice Class

The DisplayDevice Class of the com.ms.awt package handles display devices.

public class DisplayDevice extends Device
{
  // Constructors
  public DisplayDevice(Graphics g) throws DeviceException;

  // Methods
  public int getBltAlignment();
  public Dimension getDesktopResolution();
  public int getVerticalRefresh();
}

Hierarchy

Device 
  |
  +--DisplayDevice

© 1999 Microsoft Corporation. All rights reserved. Terms of use.