org.jogre.util
Class JogreUtilities

java.lang.Object
  |
  +--org.jogre.util.JogreUtilities

public class JogreUtilities
extends Object

Bunch of utilities which are used in several classes through the API.

Version:
Alpha 0.1
Author:
Bob Marks

Constructor Summary
JogreUtilities()
           
 
Method Summary
static Color getColor(String colourStr)
          Return a Color object from a String of "r,g,b"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JogreUtilities

public JogreUtilities()
Method Detail

getColor

public static Color getColor(String colourStr)
Return a Color object from a String of "r,g,b"
Parameters:
colourStr -  
Returns: