SORTIE Java Interface  1
Public Member Functions | List of all members
sortie.gui.components.SortieFont Class Reference

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

Inheritance diagram for sortie.gui.components.SortieFont:

Public Member Functions

 SortieFont ()
 Constructor. More...
 
 SortieFont (int iStyle)
 Constructor. More...
 
 SortieFont (int iStyle, int iSize)
 Constructor. More...
 

Detailed Description

The common font for all GUI elements.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Cary 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

◆ SortieFont() [1/3]

sortie.gui.components.SortieFont.SortieFont ( )

Constructor.

Use this for plain labels and text.

◆ SortieFont() [2/3]

sortie.gui.components.SortieFont.SortieFont ( int  iStyle)

Constructor.

Use this to customize the model font a bit.

Parameters
iStyleFont style, such as BOLD or ITALIC, to be added to the basic model font.

◆ SortieFont() [3/3]

sortie.gui.components.SortieFont.SortieFont ( int  iStyle,
int  iSize 
)

Constructor.

Use this to customize the model font.

Parameters
iStyleFont 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.)
iSizeThe size RELATIVE TO the normal ModelFont size. So, if you wanted a size 2 points bigger than normal, use 2.

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