org.jogre.util
Class JogreLabels

java.lang.Object
  |
  +--org.jogre.util.AbstractProperties
        |
        +--org.jogre.util.JogreLabels

public class JogreLabels
extends AbstractProperties

This class provides an easy and effective point for accessing the main JOGRE resource bundle (system_*_*.properties).

Version:
Alpha 0.1
Author:
Bob Marks

Method Summary
static JogreLabels getInstance()
          Accessor to singleton instance of this class.
 
Methods inherited from class org.jogre.util.AbstractProperties
get, get, getBoolean, getBoolean, getInt, getInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JogreLabels getInstance()
Accessor to singleton instance of this class.
Returns: