All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.FontDialogEditor

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----org.jfouffa.jslider.gui.DialogEditor
                                           |
                                           +----org.jfouffa.jslider.gui.FontDialogEditor

public abstract class FontDialogEditor
extends DialogEditor
Defines a generic DialogBox for font customization.


Constructor index

 o FontDialogEditor(Frame, String)
Constructs an initially invisible NoteDialogEditor with a title.

Method index

 o getBackgroundColor()
Gets the background-color's value.
 o getColor()
Gets the color's value.
 o getFontFamily()
Gets the font-family's value.
 o getFontSize()
Gets the font-size's value.
 o getFontStyle()
Gets the font-style's value.
 o getFontWeight()
Gets the font-weight's value.
 o getTextDecoration()
Gets the text-decoration's value.

Constructors

 o FontDialogEditor
 public FontDialogEditor(Frame parent,
                         String title)
Constructs an initially invisible NoteDialogEditor with a title.

Parameters:
parent - the parent of this dialog
title - the title of the dialog

Methods

 o getFontFamily
 public String getFontFamily()
Gets the font-family's value.

 o getFontStyle
 public String getFontStyle()
Gets the font-style's value.

 o getFontWeight
 public String getFontWeight()
Gets the font-weight's value.

 o getFontSize
 public String getFontSize()
Gets the font-size's value.

 o getTextDecoration
 public String getTextDecoration()
Gets the text-decoration's value.

 o getColor
 public String getColor()
Gets the color's value.

 o getBackgroundColor
 public String getBackgroundColor()
Gets the background-color's value.