Eclipse Platform
2.1

Uses of Package
org.eclipse.swt.graphics

Packages that use org.eclipse.swt.graphics
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side. 
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.debug.ui.console

Provides a set of interfaces and classes for rendering and annotating text in the debug console. 

org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
org.eclipse.jface.dialogs Provides support for dialogs. 
org.eclipse.jface.preference Provides a framework for preferences. 
org.eclipse.jface.resource Provides support for managing resources such as SWT fonts and images. 
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
org.eclipse.jface.text.information Provides an information provider add-on for an ITextViewer
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.jface.window Provides a general framework for creating and managing windows. 
org.eclipse.jface.wizard Provides a framework for wizards. 
org.eclipse.search.ui Provides classes and interfaces for search pages. 
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.events SWT typed listener support. 
org.eclipse.swt.graphics SWT graphics classes. 
org.eclipse.swt.layout This package contains the SWT layout classes. 
org.eclipse.swt.ole.win32 SWT Win32 OLE implementation classes. 
org.eclipse.swt.printing SWT Printing support classes. 
org.eclipse.swt.program SWT Program support class. 
org.eclipse.swt.widgets SWT widget public API classes. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. 
 

Classes in org.eclipse.swt.graphics used by org.eclipse.compare
Drawable
           
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.compare.contentmergeviewer
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
RGB
          Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
 

Classes in org.eclipse.swt.graphics used by org.eclipse.compare.structuremergeviewer
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.debug.ui
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.debug.ui.console
Color
          Instances of this class manage the operating system resources that implement SWT's RGB color model.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.jface.action
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.jface.dialogs
Drawable
           
Font
          Instances of this class manage operating system resources that define how text looks when it is displayed.
FontMetrics
          Instances of this class provide measurement information about fonts including ascent, descent, height, leading space between rows, and average character width.
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
Point
          Instances of this class represent places on the (x, y) coordinate plane.
RGB
          Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
 

Classes in org.eclipse.swt.graphics used by org.eclipse.jface.preference
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.
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
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.
RGB
          Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
 

Classes in org.eclipse.swt.graphics used by org.eclipse.jface.resource
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 and the Printer 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.
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 places on the (x, y) coordinate plane.
Rectangle
          Instances of this class represent rectangular areas in an (x, y) coordinate system.
RGB
          Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
 

Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text
Color
          Instances of this class manage the operating system resources that implement SWT's RGB color model.
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.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text.contentassist
Color
          Instances of this class manage the operating system resources that implement SWT's RGB color model.
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
Point
          Instances of this class represent places on the (x, y) coordinate plane.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text.information
Rectangle
          Instances of this class represent rectangular areas in an (x, y) coordinate system.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text.source
Color
          Instances of this class manage the operating system resources that implement SWT's RGB color model.
Font
          Instances of this class manage operating system resources that define how text looks when it is displayed.
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.
Rectangle
          Instances of this class represent rectangular areas in an (x, y) coordinate system.
RGB
          Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
 

Classes in org.eclipse.swt.graphics used by org.eclipse.jface.viewers
Color
          Instances of this class manage the operating system resources that implement SWT's RGB color model.
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
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.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.jface.window
Font
          Instances of this class manage operating system resources that define how text looks when it is displayed.
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
Point
          Instances of this class represent places on the (x, y) coordinate plane.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.jface.wizard
Drawable
           
Font
          Instances of this class manage operating system resources that define how text looks when it is displayed.
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
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.
RGB
          Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
 

Classes in org.eclipse.swt.graphics used by org.eclipse.search.ui
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.swt.custom
Color
          Instances of this class manage the operating system 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.
Drawable
           
Font
          Instances of this class manage operating system resources that define how text looks when it is displayed.
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.
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.
RGB
          Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
 

Classes in org.eclipse.swt.graphics used by org.eclipse.swt.events
GC
          Class GC is where all of the drawing capabilities that are supported by SWT are located.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.swt.graphics
Color
          Instances of this class manage the operating system 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
          This class is the abstract superclass of all device objects, such as the Display device and the Printer device.
DeviceData
           
Drawable
           
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.
GCData
          Instances of this class are descriptions of GCs in terms of unallocated platform-specific data fields.
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.
ImageLoaderEvent
          Instances of this class are sent as a result of the incremental loading of image data.
ImageLoaderListener
          Classes which implement this interface provide methods that deal with the incremental loading of image data.
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.
Region
          Instances of this class represent areas of an x-y coordinate system that are aggregates of the areas covered by a number of rectangles.
RGB
          Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
 

Classes in org.eclipse.swt.graphics used by org.eclipse.swt.layout
Point
          Instances of this class represent places on the (x, y) coordinate plane.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.swt.ole.win32
Color
          Instances of this class manage the operating system resources that implement SWT's RGB color model.
Drawable
           
Font
          Instances of this class manage operating system resources that define how text looks when it is displayed.
Rectangle
          Instances of this class represent rectangular areas in an (x, y) coordinate system.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.swt.printing
Device
          This class is the abstract superclass of all device objects, such as the Display device and the Printer device.
DeviceData
           
Drawable
           
GCData
          Instances of this class are descriptions of GCs in terms of unallocated platform-specific data fields.
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.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.swt.program
ImageData
          Instances of this class are device-independent descriptions of images.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.swt.widgets
Color
          Instances of this class manage the operating system 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
          This class is the abstract superclass of all device objects, such as the Display device and the Printer device.
DeviceData
           
Drawable
           
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.
GC
          Class GC is where all of the drawing capabilities that are supported by SWT are located.
GCData
          Instances of this class are descriptions of GCs in terms of unallocated platform-specific data fields.
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
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.
RGB
          Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
 

Classes in org.eclipse.swt.graphics used by org.eclipse.ui
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.ui.dialogs
Drawable
           
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.ui.model
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.ui.part
Color
          Instances of this class manage the operating system resources that implement SWT's RGB color model.
Drawable
           
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
Point
          Instances of this class represent places on the (x, y) coordinate plane.
 

Classes in org.eclipse.swt.graphics used by org.eclipse.ui.texteditor
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.
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.
RGB
          Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
 

Classes in org.eclipse.swt.graphics used by org.eclipse.ui.views.properties
Image
          Instances of this class are graphics which have been prepared for display on a specific device.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.