Package org.jogre.util

This package contain various utility classes.

See:
          Description

Interface Summary
IJogreLog Interface which compliments the JogreLog class.
 

Class Summary
AbstractProperties Abstract class which provides various methods which are common to GameProperties, GameLabels and JogreLabels.
FileUtils Bundle of useful file operations such as creating directories if they dont exist etc.
GameLabels This class provides an easy and effective point for accessing to each game resource bundle (game_labels_*_*.properties).
GameProperties This class provides an easy and effective point for accessing to each game resource bundle (game.properties).
JogreLabels This class provides an easy and effective point for accessing the main JOGRE resource bundle (system_*_*.properties).
JogreLogger Custom logging was created for JOGRE so that is as flexible and as lightweight as possible (e.g.
JogreLookAndFeel This class is used to create a Jogre look-and-feel.
JogreTokenizer Small custom tokenizer with extra functionality which isn't in StringTokenizer such as reading a variable amount of tokens back into a String and reading the remaining tokens into a String.
JogreUtilities Bunch of utilities which are used in several classes through the API.
 

Package org.jogre.util Description

This package contain various utility classes.