Inherits java::awt::Font.
Public Member Functions | |
ModelFont () | |
Constructor. | |
ModelFont (int iStyle) | |
Constructor. | |
ModelFont (int iStyle, int iSize) | |
Constructor. | |
Static Package Attributes | |
static final long | serialVersionUID = 1 |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
uihelpers.ModelFont.ModelFont | ( | ) |
Constructor.
Use this for plain labels and text.
uihelpers.ModelFont.ModelFont | ( | int | iStyle | ) |
Constructor.
Use this to customize the model font a bit.
iStyle | Font style, such as BOLD or ITALIC, to be added to the basic model font. |
uihelpers.ModelFont.ModelFont | ( | int | iStyle, | |
int | iSize | |||
) |
Constructor.
Use this to customize the model font.
iStyle | Font style, such as BOLD or ITALIC, to be added to the basic model font. (You can use Font.PLAIN if you don't want customizations.) | |
iSize | The size RELATIVE TO the normal ModelFont size. So, if you wanted a size 2 points bigger than normal, use 2. |
final long uihelpers.ModelFont.serialVersionUID = 1 [static, package] |