Class ThincProto.thinc_fbInit

java.lang.Object
  extended by ThincProto.thinc_fbInit
Enclosing interface:
ThincProto

public static class ThincProto.thinc_fbInit
extends java.lang.Object


Field Summary
(package private)  byte bpp
           
(package private)  int cursorBG
           
(package private)  int cursorFG
           
(package private)  byte cursorHeight
           
(package private)  short cursorSize
           
(package private)  byte cursorWidth
           
(package private)  short cursorX
           
(package private)  byte cursorXHot
           
(package private)  short cursorY
           
(package private)  byte cursorYHot
           
(package private)  byte depth
           
(package private)  short height
           
(package private)  short width
           
 
Constructor Summary
ThincProto.thinc_fbInit()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

short width

height

short height

depth

byte depth

bpp

byte bpp

cursorSize

short cursorSize

cursorFG

int cursorFG

cursorBG

int cursorBG

cursorWidth

byte cursorWidth

cursorHeight

byte cursorHeight

cursorX

short cursorX

cursorY

short cursorY

cursorXHot

byte cursorXHot

cursorYHot

byte cursorYHot
Constructor Detail

ThincProto.thinc_fbInit

public ThincProto.thinc_fbInit()