Class cynosurex.awt.FontDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cynosurex.awt.FontDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----cynosurex.awt.FontDialog

public class FontDialog
extends Dialog

Constructor Index

 o FontDialog(Frame, String, boolean, Font, Color, Color)

Method Index

 o getBackgroundColor()
 o getBackgroundColorValue()
 o getColor(String)
 o getColorName(Color)
 o getFontName()
 o getFontSelection()
 o getFontSize()
 o getFontStyle()
 o getForegroundColor()
 o getForegroundColorValue()
 o handleEvent(Event)

Constructors

 o FontDialog
  public FontDialog(Frame parent,
                    String title,
                    boolean modal,
                    Font font,
                    Color foreground,
                    Color background)

Methods

 o getColorName
  public static String getColorName(Color c)
 o getColor
  public static Color getColor(String color)
 o handleEvent
  public boolean handleEvent(Event evt)
Overrides:
handleEvent in class Component
 o getForegroundColor
  public Color getForegroundColor()
 o getBackgroundColor
  public Color getBackgroundColor()
 o getFontSelection
  public Font getFontSelection()
 o getFontName
  public String getFontName()
 o getFontSize
  public int getFontSize()
 o getFontStyle
  public int getFontStyle()
 o getForegroundColorValue
  public int getForegroundColorValue()
 o getBackgroundColorValue
  public int getBackgroundColorValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index