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

Wrapper class for labels which set them up with the correct font. More...

Inheritance diagram for sortie.gui.components.SortieLabel:

Public Member Functions

 SortieLabel (String text)
 
 SortieLabel (String text, int horizontalAlignment)
 
 SortieLabel (String text, int horizontalAlignment, int iStyle, int iSize)
 

Detailed Description

Wrapper class for labels which set them up with the correct font.

Copyright: Copyright (c) Charles D. Canham 2011 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

◆ SortieLabel() [1/3]

sortie.gui.components.SortieLabel.SortieLabel ( String  text)

◆ SortieLabel() [2/3]

sortie.gui.components.SortieLabel.SortieLabel ( String  text,
int  horizontalAlignment 
)

◆ SortieLabel() [3/3]

sortie.gui.components.SortieLabel.SortieLabel ( String  text,
int  horizontalAlignment,
int  iStyle,
int  iSize 
)

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