Class IconLoader
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.images.IconLoader
-
- Direct Known Subclasses:
IconLoader,IconLoaderFamFam
public class IconLoader extends Object
Gets an icon from this class' package.
-
-
Constructor Summary
Constructors Constructor Description IconLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static ImageIcongetIcon(Class<?> clazz, String filename)protected static ImageIcongetIcon(String filename)protected static ImageIcongetIcon(URL url)static ImageIconicon(String filename)static BufferedImageimage(String filename)protected static StringresolveFile(String filename)Utility method to automagically resolve images that moved into their appropriate icon set subfolders for legacy code
-
-
-
Method Detail
-
image
public static BufferedImage image(String filename)
-
-