Class ThincProto.thinc_fbGlyph

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

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


Field Summary
(package private)  int color
           
(package private)  short height
           
(package private)  short numrects
           
(package private)  byte[] pad
           
(package private)  short width
           
(package private)  short x
           
(package private)  short y
           
 
Constructor Summary
ThincProto.thinc_fbGlyph()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

short x

y

short y

width

short width

height

short height

color

int color

numrects

short numrects

pad

byte[] pad
Constructor Detail

ThincProto.thinc_fbGlyph

public ThincProto.thinc_fbGlyph()