com.lowagie.rups.view.icons

Class IconFetcher

public class IconFetcher extends Object

Class that fetches the icons in com.lowagie.trapeze.icons.
Field Summary
protected static HashMap<String,Icon>cache
Cache with icons.
Method Summary
static IcongetIcon(String filename)
Gets an Icon with a specific name.

Field Detail

cache

protected static HashMap<String,Icon> cache
Cache with icons.

Method Detail

getIcon

public static Icon getIcon(String filename)
Gets an Icon with a specific name.

Parameters: filename the filename of the Icon.

Returns: an Icon