org.xwt
Class Font.Glyph

java.lang.Object
  extended byorg.xwt.Font.Glyph
Enclosing class:
Font

public class Font.Glyph
extends java.lang.Object


Field Summary
 int advance
           
 int baseline
           
 char c
           
 Font font
           
 Picture p
           
 
Constructor Summary
Font.Glyph(char c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public char c

baseline

public int baseline

advance

public int advance

p

public Picture p

font

public final Font font
Constructor Detail

Font.Glyph

public Font.Glyph(char c)