|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buglabs.bug.jni.common.CharDevice
com.buglabs.bug.jni.basedisplay.NativeBaseDisplay
public class NativeBaseDisplay
| 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, read, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NativeBaseDisplay()
| Method Detail |
|---|
public void writeBuff(int x,
int y,
boolean[][] buff)
public int writeMsg(int x,
int y,
java.lang.String msg,
java.lang.String fontpath,
int fontWidth,
int fontHeight)
public int render()
public int clearBuff()
public int backlightOFF()
public int backlightON()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||