Package org.eclipse.swt.graphics


package org.eclipse.swt.graphics
  • Class
    Description
    Instances of this class manage resources that implement SWT's RGB color model.
    Instances of this class manage operating system resources that specify the appearance of the on-screen pointer.
    This class is the abstract superclass of all device objects, such as Display.
    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.
    Instances of this class manage resources that define how text looks when it is displayed.
    Instances of this class describe fonts.
    Instances of this class provide measurement information about fonts .
    Class GC is where all of the drawing capabilities that are supported by SWT are located.
    Instances of this class are graphics which have been prepared for display on a specific device.
    Instances of this class are device-independent descriptions of images.
    Instances of this class are used to load images from, and save images to, a file or stream.
    Instances of this class are sent as a result of the incremental loading of image data.
    Classes which implement this interface provide methods that deal with the incremental loading of image data.
    LineAttributes defines a set of line attributes that can be modified in a GC.
    Instances of this class describe the color data used by an image.
    Instances of this class represent paths through the two-dimensional coordinate system.
    Instances of this class describe device-independent paths.
    Instances of this class represent places on the (x, y) coordinate plane.
    Instances of this class represent rectangular areas in an (x, y) coordinate system.
    This class is the abstract superclass of all graphics resource objects.
    Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
    Instances of this class are descriptions of colors in terms of the primary additive color model (red, green, blue and alpha).
    Instances of this class represent transformation matrices for points expressed as (x, y) pairs of floating point numbers.