waba.applet
Class UserFont.CharBits

java.lang.Object
  |
  +--waba.applet.UserFont.CharBits
Enclosing class:
UserFont

public static class UserFont.CharBits
extends java.lang.Object


Field Summary
 byte[] charBitmapTable
           
 int offset
           
 int rowWIB
           
 int width
           
 
Constructor Summary
UserFont.CharBits()
           
 
Method Summary
 UserFont.CharBits setFrom(UserFont f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowWIB

public int rowWIB

charBitmapTable

public byte[] charBitmapTable

offset

public int offset

width

public int width
Constructor Detail

UserFont.CharBits

public UserFont.CharBits()
Method Detail

setFrom

public UserFont.CharBits setFrom(UserFont f)