org.hfbk.vis.ImageLoader Class Reference

Collaboration diagram for org.hfbk.vis.ImageLoader:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 10 of file ImageLoader.java.


Member Function Documentation

static ImageLoader org.hfbk.vis.ImageLoader.getDefault (  )  [static]

Definition at line 13 of file ImageLoader.java.

References org.hfbk.vis.ImageLoader.def.

BufferedImage org.hfbk.vis.ImageLoader.getImg ( String  imageUrl  ) 

Parameters:
url the url to fetch from.
Returns:
an image if found, or null if it could not be fetched.

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]

Parameters:
iconfile 
Returns:

Definition at line 46 of file ImageLoader.java.

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:


Member Data Documentation

ImageLoader org.hfbk.vis.ImageLoader.def [static, package]

Definition at line 11 of file ImageLoader.java.

Referenced by org.hfbk.vis.ImageLoader.getDefault().


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:58:08 2009 for visclient by  doxygen 1.5.1