org.proteinshader.graphics.typography
Class GlyphDemo

java.lang.Object
  extended by org.proteinshader.graphics.typography.GlyphDemo

public class GlyphDemo
extends Object

Provides a driver to perform some basic tests on classes in the typography package.


Constructor Summary
GlyphDemo()
           
 
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
 

Constructor Detail

GlyphDemo

public GlyphDemo()
Method Detail

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