Uses of Class
org.eclipse.swt.graphics.Device
Packages that use Device
-
Uses of Device in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return DeviceModifier and TypeMethodDescriptionResource.getDevice()
Returns theDevice
where this resource was created.Constructors in org.eclipse.swt.graphics with parameters of type DeviceModifierConstructorDescriptionConstructs 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).Constructs a new instance of this class given a device and the desired red, green, blue & alpha values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).Constructs a new instance of this class given a device and anRGB
describing the desired red, green and blue values.Constructs a new instance of this class given a device and anRGBA
describing the desired red, green, blue & alpha values.Constructs a new instance of this class given a device, anRGB
describing the desired red, green and blue values, alpha specifying the level of transparency.Constructs a new cursor given a device and a style constant describing the desired cursor appearance.Constructs a new font given a device, a font name, the height of the desired font in points, and a font style.Constructs a new font given a device and font data which describes the desired font's appearance.Constructs a new font given a device and an array of font data which describes the desired font's appearance.Constructs an empty instance of this class with the specified width and height.Constructs a new instance of this class based on the provided image, with an appearance that varies depending on the value of the flag.Constructs a new empty Path.Constructs a new Path with the specified PathData.Constructs a new identity Transform.Constructs a new Transform given an array of elements that represent the matrix that describes the transformation.Constructs a new Transform given all of the elements that represent the matrix that describes the transformation. -
Uses of Device in org.eclipse.swt.widgets
Subclasses of Device in org.eclipse.swt.widgetsModifier and TypeClassDescriptionclass
Instances of this class are responsible for managing the connection between SWT and the underlying operating system.