standup.clouds
Class GUIGraphicsHandler

java.lang.Object
  extended by standup.clouds.GUIGraphicsHandler

public class GUIGraphicsHandler
extends Object

Provides static methods for loading the GUI SVG files.

Author:
Ruli Manurung

Field Summary
private static SymbolLoader guiLoader
           
private static Hashtable<String,BufferedImage> imageCache
           
private static boolean symbolLoadersHaveBeenInitialized
           
 
Constructor Summary
GUIGraphicsHandler()
           
 
Method Summary
static BufferedImage getGUIImage(String filename)
           
static BufferedImage getGUIImage(String filename, int height)
           
static void setupLoadersAndRenderers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guiLoader

private static SymbolLoader guiLoader

symbolLoadersHaveBeenInitialized

private static boolean symbolLoadersHaveBeenInitialized

imageCache

private static transient Hashtable<String,BufferedImage> imageCache
Constructor Detail

GUIGraphicsHandler

public GUIGraphicsHandler()
Method Detail

setupLoadersAndRenderers

public static void setupLoadersAndRenderers()

getGUIImage

public static BufferedImage getGUIImage(String filename)

getGUIImage

public static BufferedImage getGUIImage(String filename,
                                        int height)