A D F G I P S

A

addObserver(Observer) - Method in class FontSelectionPanel
Adds an Observer to this FontSelectionPanel; the supplied Observer will have its update() method called any time the Font currently specified in the FontSelectionPanel changes.

D

deleteObserver(Observer) - Method in class FontSelectionPanel
Removes an Observer from this FontSelectionPanel.

F

FontSelectionPanel - class FontSelectionPanel.
A component which allows a user to select a font.
FontSelectionPanel.InvalidFontException - exception FontSelectionPanel.InvalidFontException.
Indicates that an invalid font is currently specified
FontSelectionPanel.InvalidFontException(String) - Constructor for class FontSelectionPanel.InvalidFontException
 
FontSelectionPanel.InvalidFontSizeException - exception FontSelectionPanel.InvalidFontSizeException.
Indicates that an invalid font size is currently specified
FontSelectionPanel.InvalidFontSizeException(String) - Constructor for class FontSelectionPanel.InvalidFontSizeException
 
FontSelectionPanel.NoFontFamilySelectedException - exception FontSelectionPanel.NoFontFamilySelectedException.
Indicates that no font family is currently selected
FontSelectionPanel.NoFontFamilySelectedException(String) - Constructor for class FontSelectionPanel.NoFontFamilySelectedException
 
FontSelectionPanel.NoFontSizeSpecifiedException - exception FontSelectionPanel.NoFontSizeSpecifiedException.
Indicates that no font size is currently specified
FontSelectionPanel.NoFontSizeSpecifiedException(String) - Constructor for class FontSelectionPanel.NoFontSizeSpecifiedException
 
FontSelectionPanel.NoFontStyleSelectedException - exception FontSelectionPanel.NoFontStyleSelectedException.
Indicates that no font style is currently selected
FontSelectionPanel.NoFontStyleSelectedException(String) - Constructor for class FontSelectionPanel.NoFontStyleSelectedException
 
FontSelectionPanel.PhraseCanvas - class FontSelectionPanel.PhraseCanvas.
Component for displaying a "phrase" (a brief, one or two word String) using a particular font & a particular color.
FontSelectionPanel.PhraseCanvas(String, Font, Color) - Constructor for class FontSelectionPanel.PhraseCanvas
Constructs a new PhraseCanvas with the supplied phrase, font, and color.
FontSelectionPanel() - Constructor for class FontSelectionPanel
Like FontSelectionPanel.FontSelectionPanel(java.awt.Font), except an initialFont of null will be used.
FontSelectionPanel(Font) - Constructor for class FontSelectionPanel
Like FontSelectionPanel.FontSelectionPanel(java.awt.Font, String[], int[]), except that a default list of styles ({"Plain", "Bold", "Italic", "Bold Italic"}) and font sizes ({8, 9, 10, 12, 14}) will be used.
FontSelectionPanel(Font, String[], int[]) - Constructor for class FontSelectionPanel
Construct a new FontSelectionPanel whose family, style & size widget selections are set according to the supplied initial Font.

G

getColor() - Method in class FontSelectionPanel.PhraseCanvas
Returns the color to use when rendering the phrase.
getFont() - Method in class FontSelectionPanel.PhraseCanvas
Returns the font to use when rendering the phrase.
getPhrase() - Method in class FontSelectionPanel.PhraseCanvas
Returns the phrase to be rendered by this PhraseCanvas.
getSelectedFont() - Method in class FontSelectionPanel
Returns the currently selected font.
getSelectedFontFamily() - Method in class FontSelectionPanel
Returns the currently selected font family
getSelectedFontSize() - Method in class FontSelectionPanel
Returns the currently selected font size.
getSelectedFontStyle() - Method in class FontSelectionPanel
Returns the currently selected font style.

I

isAntialiasOn() - Method in class FontSelectionPanel.PhraseCanvas
Returns true iff anti-aliasing is used when rendering the phrase.

P

paint(Graphics) - Method in class FontSelectionPanel.PhraseCanvas
 

S

setAntialiasOn(boolean) - Method in class FontSelectionPanel.PhraseCanvas
Turn anti-aliasing on or off.
setColor(Color) - Method in class FontSelectionPanel.PhraseCanvas
Sets the color to use when rendering the phrase.
setFont(Font) - Method in class FontSelectionPanel.PhraseCanvas
Sets the font to use when rendering the phrase.
setPhrase(String) - Method in class FontSelectionPanel.PhraseCanvas
Sets the phrase to be rendered by this PhraseCanvas.
setSelectedFont(Font) - Method in class FontSelectionPanel
Changes the currently selected font by assigning all widget values to match the family/style/size values of the supplied font
setSelectedFontFamily(String) - Method in class FontSelectionPanel
Sets the currently selected font family.
setSelectedFontSize(int) - Method in class FontSelectionPanel
Sets the currently selected font size.
setSelectedFontStyle(int) - Method in class FontSelectionPanel
Sets the currently selected font style.

A D F G I P S