All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class futils.fonts.FontViewer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----futils.fonts.FontViewer

public class FontViewer
extends java.applet.Applet

Variable Index

 o baseField
 o canvas
 o dfltFont
 o doneButton
 o height
 o nameField
 o width

Constructor Index

 o FontViewer()

Method Index

 o handleEvent(Event)
 o init()
 o start()

Variables

 o doneButton
 static java.awt.Button doneButton
 o dfltFont
 private final java.lang.String dfltFont
 o width
 private int width
 o height
 private int height
 o canvas
 private futils.fonts.FontCanvas canvas
 o nameField
 private futils.fonts.FontNameField nameField
 o baseField
 private futils.fonts.BaseField baseField

Constructors

 o FontViewer
 public FontViewer()

Methods

 o handleEvent
 public boolean handleEvent(java.awt.Event evt)
Overrides:
handleEvent in class java.awt.Component
 o init
 public void init()
Overrides:
init in class java.applet.Applet
 o start
 public void start()
Overrides:
start in class java.applet.Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index