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

Quick Search    Search Deep

com.barteo.emulator.device
Interface Device  view Device download Device.java


public interface Device


Method Summary
 javax.microedition.lcdui.Image createImage(byte[] imageData, int imageOffset, int imageLength)
           
 javax.microedition.lcdui.Image createImage(javax.microedition.lcdui.Image source)
           
 javax.microedition.lcdui.Image createImage(int width, int height)
           
 javax.microedition.lcdui.Image createImage(java.lang.String name)
           
 DeviceDisplay getDeviceDisplay()
           
 com.barteo.emulator.EmulatorContext getEmulatorContext()
           
 FontManager getFontManager()
           
 int getGameAction(int keyCode)
           
 InputMethod getInputMethod()
           
 int getKeyCode(int gameAction)
           
 java.util.Vector getSoftButtons()
           
 boolean hasPointerEvents()
           
 boolean hasPointerMotionEvents()
           
 boolean hasRepeatEvents()
           
 

Method Detail

createImage

public javax.microedition.lcdui.Image createImage(int width,
                                                  int height)

createImage

public javax.microedition.lcdui.Image createImage(java.lang.String name)
                                           throws java.io.IOException

createImage

public javax.microedition.lcdui.Image createImage(javax.microedition.lcdui.Image source)

createImage

public javax.microedition.lcdui.Image createImage(byte[] imageData,
                                                  int imageOffset,
                                                  int imageLength)

getEmulatorContext

public com.barteo.emulator.EmulatorContext getEmulatorContext()

getDeviceDisplay

public DeviceDisplay getDeviceDisplay()

getFontManager

public FontManager getFontManager()

getInputMethod

public InputMethod getInputMethod()

getSoftButtons

public java.util.Vector getSoftButtons()

getGameAction

public int getGameAction(int keyCode)

getKeyCode

public int getKeyCode(int gameAction)

hasPointerMotionEvents

public boolean hasPointerMotionEvents()

hasPointerEvents

public boolean hasPointerEvents()

hasRepeatEvents

public boolean hasRepeatEvents()