Uses of Class
org.eclipse.swt.graphics.Device

Packages that use Device
org.eclipse.swt.graphics SWT graphics classes. 
org.eclipse.swt.widgets Optional Expanded eSWT Widgets 
 

Uses of Device in org.eclipse.swt.graphics
 

Constructors in org.eclipse.swt.graphics with parameters of type Device
Image(Device device, int width, int height)
          Constructs an empty instance of this class with the specified width and height.
Image(Device device, Rectangle bounds)
          Constructs an empty instance of this class with the width and height of the specified rectangle.
Image(Device device, ImageData data)
          Constructs an instance of this class from the given ImageData.
Image(Device device, java.io.InputStream stream)
          Constructs an instance of this class by loading its representation from the specified input stream.
Image(Device device, java.lang.String filename)
          Constructs an instance of this class by loading its representation from the file with the specified name.
Font(Device device, FontData fd)
          Constructs a new font given a device and font data which describes the desired font's appearance.
Font(Device device, FontData[] fds)
          Constructs a new font given a device and an array of font data which describes the desired font's appearance.
Font(Device device, java.lang.String name, int height, int style)
          Constructs a new font given a device, a font name, the height of the desired font in points, and a font style.
Color(Device device, int red, int green, int blue)
          Constructs a new instance of this class given a device and the desired red, green and blue values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
Color(Device device, RGB rgb)
          Constructs a new instance of this class given a device and an RGB describing the desired red, green and blue values.
 

Uses of Device in org.eclipse.swt.widgets
 

Subclasses of Device in org.eclipse.swt.widgets
 class Display
          Instances of this class are responsible for managing the connection between SWT and the underlying operating system.