Class Glyph

java.lang.Object
  |
  +--Glyph
Direct Known Subclasses:
Glyph2D

public abstract class Glyph
extends java.lang.Object

Glyph is an abstract class for all Glyph implementations. It defines an abstract interface which all Glyph classes should implement.


Constructor Summary
Glyph()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Glyph

public Glyph()