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
-
FontDialogEditor(Frame, String)
- Constructs an initially invisible NoteDialogEditor with a title.
Method index
-
getBackgroundColor()
- Gets the background-color's value.
-
getColor()
- Gets the color's value.
-
getFontFamily()
- Gets the font-family's value.
-
getFontSize()
- Gets the font-size's value.
-
getFontStyle()
- Gets the font-style's value.
-
getFontWeight()
- Gets the font-weight's value.
-
getTextDecoration()
- Gets the text-decoration's value.
Constructors
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
getFontFamily
public String getFontFamily()
- Gets the font-family's value.
getFontStyle
public String getFontStyle()
- Gets the font-style's value.
getFontWeight
public String getFontWeight()
- Gets the font-weight's value.
getFontSize
public String getFontSize()
- Gets the font-size's value.
getTextDecoration
public String getTextDecoration()
- Gets the text-decoration's value.
getColor
public String getColor()
- Gets the color's value.
getBackgroundColor
public String getBackgroundColor()
- Gets the background-color's value.