| Package | Description |
|---|---|
| org.j3d.renderer.aviatrix3d.texture |
Generalised classes for handling of textures.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextureCache
An abstract implementation of the cache with a collection of useful
utility methods for any cache implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static AVTextureCache |
AVTextureCacheFactory.getCache()
Fetch the default cache provided by the factory.
|
static AVTextureCache |
AVTextureCacheFactory.getCache(int cacheType)
Fetch the cache instance for the given type, creating a new instance
if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AVTextureCacheFactory.registerCacheType(int cacheType,
AVTextureCache cache)
Register your custom instance of a texture cache.
|
Copyright © 2001 - 2015 j3d.org