com.buglabs.bug.jni.basedisplay
Class NativeBaseDisplay

java.lang.Object
  extended by com.buglabs.bug.jni.common.CharDevice
      extended by com.buglabs.bug.jni.basedisplay.NativeBaseDisplay

public class NativeBaseDisplay
extends CharDevice


Field Summary
 
Fields inherited from class com.buglabs.bug.jni.common.CharDevice
fd
 
Constructor Summary
NativeBaseDisplay()
           
 
Method Summary
 int backlightOFF()
           
 int backlightON()
           
 int clearBuff()
           
 int render()
           
 void writeBuff(int x, int y, boolean[][] buff)
           
 int writeMsg(int x, int y, java.lang.String msg, java.lang.String fontpath, int fontWidth, int fontHeight)
           
 
Methods inherited from class com.buglabs.bug.jni.common.CharDevice
close, getFileDescriptor, getline, ioctl, lseek, open, read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeBaseDisplay

public NativeBaseDisplay()
Method Detail

writeBuff

public void writeBuff(int x,
                      int y,
                      boolean[][] buff)

writeMsg

public int writeMsg(int x,
                    int y,
                    java.lang.String msg,
                    java.lang.String fontpath,
                    int fontWidth,
                    int fontHeight)

render

public int render()

clearBuff

public int clearBuff()

backlightOFF

public int backlightOFF()

backlightON

public int backlightON()