com.microcrowd.loader.java3d.max3ds
Interface TextureImageLoader

All Known Implementing Classes:
DefaultTextureImageLoader

public interface TextureImageLoader

Interface specifying a lookup for images to be loaded in textures. Implementations using this loader may need to use different methods to resolve images. In these cases a class should be created that implements this interface. For general purpose applications DefaultTextureImageLoader should be used.


Method Summary
 java.awt.Image getTextureImage(java.lang.String imageaName)
          Gets the image to be loaded as a texture.
 

Method Detail

getTextureImage

java.awt.Image getTextureImage(java.lang.String imageaName)
                               throws java.lang.Exception
Gets the image to be loaded as a texture.

Parameters:
imageName - the name of the image with which it will be looked up.
Throws:
java.lang.Exception


Copyright © 2000-2011 Microcrowd. All Rights Reserved.