All Packages Class Hierarchy This Package Previous Next Index

Class org.jfouffa.jslider.gui.FontEditor

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

public abstract class FontEditor
extends HeaderEditor
Defines a generic HeaderEditor for the font CSS properties.


Constructor index

 o FontEditor(Frame, String)
Constructs an initially invisible SlideEditor 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 FontEditor
 public FontEditor(Frame parent,
                   String title)
Constructs an initially invisible SlideEditor with a title.

Parameters:
parent - the parent of this 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.