com.sygem.jazz3d3
Class ImageResourceLoader

java.lang.Object
  extended bycom.sygem.jazz3d3.GenericResourceLoader
      extended bycom.sygem.jazz3d3.ImageResourceLoader
All Implemented Interfaces:
ResourceLoader

public class ImageResourceLoader
extends GenericResourceLoader

Resource Loader for images. Used by World.loadImage()

Version:
3.0a

Method Summary
 java.lang.Object loadResource(java.net.URL url)
          Loads an image resource from a URL
 
Methods inherited from class com.sygem.jazz3d3.GenericResourceLoader
loadResource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadResource

public java.lang.Object loadResource(java.net.URL url)
                              throws java.io.IOException
Loads an image resource from a URL

Parameters:
url - The URL to load the image from
Returns:
The Image, downcast to an Object
Throws:
java.io.IOException


Copyright © 1999-2006 SyGem Software. All Rights Reserved.