rendering
Class Textures

java.lang.Object
  extended by rendering.Textures

public class Textures
extends Object

Textures is an immutable class that stores mappings of gizmo type and image locations


Constructor Summary
Textures()
           
 
Method Summary
static Map<GameObjectClassification,String> getCuteTex()
           
static Map<GameObjectClassification,String> getDefaultTex()
           
static Map<GameObjectClassification,String> getNaturalTex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Textures

public Textures()
Method Detail

getDefaultTex

public static Map<GameObjectClassification,String> getDefaultTex()

getNaturalTex

public static Map<GameObjectClassification,String> getNaturalTex()

getCuteTex

public static Map<GameObjectClassification,String> getCuteTex()