uihelpers.ModelFont Class Reference

The common font for all GUI elements. More...

Inherits java::awt::Font.

List of all members.

Public Member Functions

 ModelFont ()
 Constructor.
 ModelFont (int iStyle)
 Constructor.
 ModelFont (int iStyle, int iSize)
 Constructor.

Static Package Attributes

static final long serialVersionUID = 1


Detailed Description

The common font for all GUI elements.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
May 11, 2004: Added support for font styles (LEM)
February 4, 2008: Updated to conform to Java 6 compliance (LEM)

Constructor & Destructor Documentation

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.

Parameters:
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.

Parameters:
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.


Member Data Documentation

final long uihelpers.ModelFont.serialVersionUID = 1 [static, package]


The documentation for this class was generated from the following file:

Generated on Wed Oct 28 14:01:26 2009 for SORTIE Java Interface by  doxygen 1.5.6