Package jcontrol.graphics

Provides complex graphics functions for JControl.

See:
          Description

Interface Summary
Image Extended interface for images.
XGraphics The XGraphics interface offers a variety of enhancements over the Graphics interface.
 

Class Summary
BufferedImage The BufferedImage is an image that can be allocated and modified at runtime.
BufferGraphics The BufferGraphics class offers an implementation of the XGraphics interface which can draw on a BufferedImage.
Color The class Color stores a color and offers several functions for decoding and manipulation.
ResourceImage Image that gets its data from a Resource.
XDisplay  
 

Package jcontrol.graphics Description

Provides complex graphics functions for JControl.