Package org.eclipse.swt.graphics

Interface Summary
Drawable  
 

Class Summary
Color Instances of this class manage the resources that implement SWT's RGB color model.
Cursor Instances of this class manage operating system resources that specify the appearance of the on-screen pointer.
Device  
GC Class GC is where all of the drawing capabilities that are supported by SWT are located.
Image Instances of this class are graphics which have been prepared for display on a specific device.
ImageData Instances of this class are device-independent descriptions of images.
Point Instances of this class represent an origin on the two dimensional (x,y) coordinate plane.
Rectangle Instances of this class represent rectangular areas in a two dimensional (x,y) coordinate system.