|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microcrowd.loader.java3d.max3ds.DefaultTextureImageLoader
public class DefaultTextureImageLoader
General purpose implementation of TextureImageLoader. Gets the base path from loader and prepends it to the file name to load an image.
| Constructor Summary | |
|---|---|
DefaultTextureImageLoader(Loader3DS loader)
Constructs an image loader that will resolve image locations to the base path of the loader provided. |
|
| Method Summary | |
|---|---|
java.awt.Image |
getTextureImage(java.lang.String imageName)
Gets the image to be loaded as a texture. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTextureImageLoader(Loader3DS loader)
the - loader that will specify the base path
used to retrieve images.| Method Detail |
|---|
public java.awt.Image getTextureImage(java.lang.String imageName)
getTextureImage in interface TextureImageLoaderimageName - the name of the image to load.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||