Package com.reportmill.panels
Class FontPanel
- java.lang.Object
- 
- com.reportmill.panels.FontPanel
 
- 
 public class FontPanel extends java.lang.ObjectThis class is a Swing/Ribs Font panel for selecting fonts. It lets the user easily select a font family, font size and font style (bold, italic, underline, outline). It also has a convenient slider for interactively changing the size and a text field for specificly setting a size. In addition, there is a pick list that shows all the individual fonts available for a given family.
- 
- 
Constructor SummaryConstructors Constructor Description FontPanel()Creates a new font panel.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelgetUI()Returns the Swing UI panel.java.lang.StringgetWindowTitle()Returns the name for the insepctor window.voidresetUI()Called by Ribs to reset the UI from the current selection.voidrespondUI(java.lang.Object anObj)Called by the GUI panel controls to change the current selection.
 
- 
- 
- 
Method Detail- 
getUIpublic javax.swing.JPanel getUI() Returns the Swing UI panel.
 - 
resetUIpublic void resetUI() Called by Ribs to reset the UI from the current selection.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Called by the GUI panel controls to change the current selection.
 - 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name for the insepctor window.
 
- 
 
-