com.nonesole.swing.plaf.basic.images
Class ImageStore

java.lang.Object
  extended by com.nonesole.swing.plaf.basic.images.ImageStore

public class ImageStore
extends java.lang.Object

Version:
1.0 - build in 2009-05-27
Author:
JACK

Constructor Summary
ImageStore()
           
 
Method Summary
static java.lang.String getImagePath(java.lang.String name)
          Get path of image
static java.net.URL getImageURL(java.lang.String name)
          Get URL of image
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageStore

public ImageStore()
Method Detail

getImagePath

public static java.lang.String getImagePath(java.lang.String name)
Get path of image

Parameters:
String - name

getImageURL

public static java.net.URL getImageURL(java.lang.String name)
Get URL of image

Parameters:
String - name