org.omegahat.Graphics.Devices
Interface GuiOutputDeviceInt

All Superinterfaces:
OutputDevice, SimpleGraphicalContainerInt

public interface GuiOutputDeviceInt
extends OutputDevice

Interface for defining a graphical interface dependent device which offers a mechanism to obtain a graphics context.


Method Summary
 java.awt.Graphics gc()
           
 
Methods inherited from interface org.omegahat.Graphics.Devices.OutputDevice
addGraphicalObject, drawIcon, drawLines, drawOval, drawPolygon, drawPolyline, drawRectangle, drawText, fillOval, fillRectangle, popParameters, pushParameters, repaint, setParameters, stringHeight, stringWidth
 
Methods inherited from interface org.omegahat.Graphics.Primitives.SimpleGraphicalContainerInt
parent, parent
 

Method Detail

gc

public java.awt.Graphics gc()