File
Doc
Category
Size
Date
Package
PolyConstructors.java
API Doc
Example
3022
Mon Apr 06 18:10:24 BST 1998
None
Glyph
java.lang.Object
public abstract class Glyph extends Object
Fields Summary
Constructors Summary
Glyph
()
System.out.println("Glyph() before draw()"); draw(); System.out.println("Glyph() after draw()");
Methods Summary
abstract void
draw
()
Java Code Source