See: Description
Class | Description |
---|---|
AwtInfo |
Retrieve some information on the current graphical environment.
|
AwtMenuWrapper |
A wrapper around an AWT MenuBar object.
|
AwtOperationProcessor |
Performs operations specified by parent class
OperationProcessor ,
uses various AWT dialogs to get parameters from user in a GUI application. |
BufferedRGB24Image |
A bridge class to use
BufferedImage objects (class defined
in the standard runtime library, package java.awt.image ) as
RGB24Image objects within JIU. |
ImageCanvas |
An AWT canvas that displays an
Image object. |
ImageCreator |
A class to create
Image objects from various JIU image data types
and vice versa. |
JiuAwtFrame |
The frame class for the AWT demo program
jiuawt . |
RGBA |
This class converts between the 32 bit RGBA int values (used throughout the AWT) and
various standard pixel formats like 24 bits RGB, 8 bits gray, 16 bits gray, 1 bit black and white.
|
ToolkitLoader |
This class loads an instance of
Image using
Toolkit 's built-in loading capabilities and
converts it to RGB24Image using
ImageCreator . |
Classes to interoperate with Java's first GUI toolkit, the AWT (Abstract Windowing Toolkit). This includes GUI components and conversion from JIU's image types to AWT's image types.