com.pixelmed.display
Class DisplayDeviceArea

java.lang.Object
  extended by com.pixelmed.display.DisplayDeviceArea

public class DisplayDeviceArea
extends Object


Constructor Summary
DisplayDeviceArea(GraphicsDevice gd)
           
DisplayDeviceArea(GraphicsDevice gd, int x, int y, int w, int h)
           
 
Method Summary
 JFrame getFrame()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisplayDeviceArea

public DisplayDeviceArea(GraphicsDevice gd,
                         int x,
                         int y,
                         int w,
                         int h)

DisplayDeviceArea

public DisplayDeviceArea(GraphicsDevice gd)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getFrame

public JFrame getFrame()