plugins.big.bigsnake3d.rsc
Class ResourceUtil

java.lang.Object
  extended by plugins.big.bigsnake3d.rsc.ResourceUtil

public class ResourceUtil
extends java.lang.Object

Manager the interaction with the resourced embedded in the jar.

Version:
May 3, 2014
Author:
Ricard Delgado-Gonzalo (ricard.delgado@gmail.com)

Constructor Summary
ResourceUtil()
           
 
Method Summary
 java.awt.Image getAboutBanner()
          Returns an image with the banner of the plug-in.
 java.awt.Image getIcon(SnakeIcons icon)
          Returns an image the icon of the plug-in.
static ResourceUtil getInstance()
          Get Settings instance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceUtil

public ResourceUtil()
Method Detail

getInstance

public static ResourceUtil getInstance()
Get Settings instance


getAboutBanner

public java.awt.Image getAboutBanner()
Returns an image with the banner of the plug-in.


getIcon

public java.awt.Image getIcon(SnakeIcons icon)
Returns an image the icon of the plug-in.