JIU 0.12.0 Homepage

Package net.sourceforge.jiu.gui.awt

Classes to interoperate with Java's first GUI toolkit, the AWT (Abstract Windowing Toolkit).

See:
          Description

Class Summary
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 java.awt.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.
 

Package net.sourceforge.jiu.gui.awt Description

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.


JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt