
Public Member Functions | |
| BufferedImage | getImg (String imageUrl) |
| String | thumbUrl (String url) |
| Image | getCachedThumbnail (String url) |
| Image | getThumbnail (String url) |
Static Public Member Functions | |
| static ImageLoader | getDefault () |
| static Image | getRessourceImage (String iconfile) |
Static Package Attributes | |
| static ImageLoader | def |
Definition at line 10 of file ImageLoader.java.
| static ImageLoader org.hfbk.vis.ImageLoader.getDefault | ( | ) | [static] |
| BufferedImage org.hfbk.vis.ImageLoader.getImg | ( | String | imageUrl | ) |
| url | the url to fetch from. |
Definition at line 25 of file ImageLoader.java.
Referenced by org.hfbk.vis.ImageLoader.getCachedThumbnail(), and org.hfbk.vis.ImageLoader.getThumbnail().
Here is the caller graph for this function:

| static Image org.hfbk.vis.ImageLoader.getRessourceImage | ( | String | iconfile | ) | [static] |
| String org.hfbk.vis.ImageLoader.thumbUrl | ( | String | url | ) |
Definition at line 55 of file ImageLoader.java.
Referenced by org.hfbk.vis.ImageLoader.getCachedThumbnail().
Here is the caller graph for this function:

| Image org.hfbk.vis.ImageLoader.getCachedThumbnail | ( | String | url | ) |
Definition at line 61 of file ImageLoader.java.
References org.hfbk.vis.ImageLoader.getImg(), and org.hfbk.vis.ImageLoader.thumbUrl().
Here is the call graph for this function:

| Image org.hfbk.vis.ImageLoader.getThumbnail | ( | String | url | ) |
Definition at line 66 of file ImageLoader.java.
References org.hfbk.vis.ImageLoader.getImg().
Here is the call graph for this function:

ImageLoader org.hfbk.vis.ImageLoader.def [static, package] |
Definition at line 11 of file ImageLoader.java.
Referenced by org.hfbk.vis.ImageLoader.getDefault().
1.5.1