org.proteinshader.graphics.typography
Class GlyphDemo
java.lang.Object
org.proteinshader.graphics.typography.GlyphDemo
public class GlyphDemo
- extends Object
Provides a driver to perform some basic tests on classes in the
typography package.
Method Summary |
static void |
main(String[] args)
Creates an instance of TextLabelFactory and has it read in the
default set of glyphs. |
static void |
printTextLabel(TextLabel label)
Prints information from the TextLabel, including the bitmap. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlyphDemo
public GlyphDemo()
main
public static void main(String[] args)
- Creates an instance of TextLabelFactory and has it read in the
default set of glyphs.
printTextLabel
public static void printTextLabel(TextLabel label)
- Prints information from the TextLabel, including the bitmap.
- Parameters:
label
- the text label to print info on.
Copyright © 2007-2008