com.uwyn.rife.cmf.loader
Class ImageContentLoader
java.lang.Object
com.uwyn.rife.cmf.loader.ContentLoader<Image>
com.uwyn.rife.cmf.loader.ImageContentLoader
public class ImageContentLoader
- extends ContentLoader<Image>
Loads raw content as image data. The internal type to which everything will
be converted is java.awt.Image.
- Since:
- 1.0
- Version:
- $Revision: 3634 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
ContentLoader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageContentLoader
public ImageContentLoader()
getBackends
public List<ContentLoaderBackend<Image>> getBackends()
- Description copied from class:
ContentLoader
- Returns a list of support content loading back-ends.
This method should be implemented by all concrete content loaders.
- Specified by:
getBackends in class ContentLoader<Image>
- Returns:
- the list of content loader back-ends
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.