| |
|
| com.jeta.open.gui.framework.JETAPanel com.jeta.swingbuilder.gui.font.FontView
FontView | public class FontView extends JETAPanel (Code) | | Panel that allows a user to select properties for a Font. This includes the
Font family, style (bold, italic), and point size.
author: Jeff Tassin |
STYLE_BOLD_ITALIC | final public static String STYLE_BOLD_ITALIC(Code) | | |
createFont | public Font createFont()(Code) | | a Font object based on the settings in the view |
getPointSize | public int getPointSize()(Code) | | |
getStyleValue | public int getStyleValue()(Code) | | |
setFontValue | public void setFontValue(Font f)(Code) | | Sets the font to be displayed in this view
|
setPointSize | public void setPointSize(int size)(Code) | | Sets the point size in the view
|
setStyle | public void setStyle(String style)(Code) | | Sets the style in the view
|
|
|
|