Package org.omegahat.Graphics.Devices

The interfaces and classes defining output devices (including Components) and also graphics parameters.

See:
          Description

Interface Summary
GraphicsParameters Definition of a structure for associating basic appearance settings for a GraphicalComponentInt, including the background and foreground colors, font, etc.
GuiGraphicsParameters Extension of GraphicsParameters for supporting graphical interface-specific extensions.
GuiOutputDeviceInt Interface for defining a graphical interface dependent device which offers a mechanism to obtain a graphics context.
HookParameters An interface for graphics parameters classes that need to do something special when parameters are set (pushed) or reset(popped).
OutputDevice The basic requirements for rendering graphics output.
 

Class Summary
AWTParameters Options object controlling the activities, rendering, etc.
GuiOutputDevice Graphics device that displays its contents using a Java AWT component.
SwingDeviceWindow A top-level, stand-alone window, containing a GuiOutputDevice as its graphics output device.
 

Package org.omegahat.Graphics.Devices Description

The interfaces and classes defining output devices (including Components) and also graphics parameters.