Package net.sourceforge.jiu.gui.awt
package net.sourceforge.jiu.gui.awt
-
ClassesClassDescriptionRetrieve some information on the current graphical environment.A wrapper around an AWT MenuBar object.Performs operations specified by parent class
OperationProcessor
, uses various AWT dialogs to get parameters from user in a GUI application.A bridge class to useBufferedImage
objects (class defined in the standard runtime library, packagejava.awt.image
) asRGB24Image
objects within JIU.An AWT canvas that displays anImage
object.A class to createImage
objects from various JIU image data types and vice versa.The frame class for the AWT demo programjiuawt
.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.This class loads an instance ofImage
usingToolkit
's built-in loading capabilities and converts it toRGB24Image
usingImageCreator
.