Package org.eclipse.swt.graphics

SWT graphics classes.

See:
          Description

Interface Summary
Drawable Implementers of Drawable can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.
 

Class Summary
Color Instances of this class manage the operating system resources that implement SWT's RGB color model.
Device This class is the abstract superclass of all device objects, such as the Display device.
Font Instances of this class manage operating system resources that define how text looks when it is displayed.
FontData Instances of this class describe operating system fonts.
FontMetrics Instances of this class provide measurement information about fonts including ascent, descent, height, leading space between rows, and average character width.
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.
ImageLoader Instances of this class are used to load images from, and save images to, a file or stream.
PaletteData Instances of this class describe the color data used by an image.
Point Instances of this class represent places on the (x, y) coordinate plane.
Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.
Resource This class is the abstract superclass of all graphics resource objects.
RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
 

Package org.eclipse.swt.graphics Description

SWT graphics classes.

Package Specification

This package provides the classes which implement points, rectangles, regions, colors, cursors, fonts, graphics contexts (that is, GCs) where most of the primitive drawing operations are implemented, and images including both the code for displaying them and the public API for loading/saving them.