Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.barteo.emulator.app.ui.awt
Class AwtDisplayComponent  view AwtDisplayComponent download AwtDisplayComponent.java

java.lang.Object
  extended bycom.barteo.emulator.app.ui.awt.AwtDisplayComponent
All Implemented Interfaces:
com.barteo.emulator.DisplayComponent

public class AwtDisplayComponent
extends java.lang.Object
implements com.barteo.emulator.DisplayComponent


Field Summary
private  java.awt.Component deviceCanvas
           
private  com.barteo.emulator.device.applet.AppletMutableImage displayImage
           
 
Constructor Summary
(package private) AwtDisplayComponent(java.awt.Component deviceCanvas)
           
 
Method Summary
 void addDisplayRepaintListener(com.barteo.emulator.app.ui.DisplayRepaintListener l)
           
 com.barteo.emulator.device.MutableImage getDisplayImage()
           
 void paint(java.awt.Graphics g)
           
 void removeDisplayRepaintListener(com.barteo.emulator.app.ui.DisplayRepaintListener l)
           
 void repaint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deviceCanvas

private java.awt.Component deviceCanvas

displayImage

private com.barteo.emulator.device.applet.AppletMutableImage displayImage
Constructor Detail

AwtDisplayComponent

AwtDisplayComponent(java.awt.Component deviceCanvas)
Method Detail

addDisplayRepaintListener

public void addDisplayRepaintListener(com.barteo.emulator.app.ui.DisplayRepaintListener l)
Specified by:
addDisplayRepaintListener in interface com.barteo.emulator.DisplayComponent

removeDisplayRepaintListener

public void removeDisplayRepaintListener(com.barteo.emulator.app.ui.DisplayRepaintListener l)
Specified by:
removeDisplayRepaintListener in interface com.barteo.emulator.DisplayComponent

getDisplayImage

public com.barteo.emulator.device.MutableImage getDisplayImage()
Specified by:
getDisplayImage in interface com.barteo.emulator.DisplayComponent

paint

public void paint(java.awt.Graphics g)

repaint

public void repaint()
Specified by:
repaint in interface com.barteo.emulator.DisplayComponent