Uses of Class
net.ctdp.rfdynhud.render.ImageTemplate

Packages that use ImageTemplate
net.ctdp.rfdynhud.properties   
net.ctdp.rfdynhud.util   
net.ctdp.rfdynhud.widgets.base.needlemeter   
 

Uses of ImageTemplate in net.ctdp.rfdynhud.properties
 

Methods in net.ctdp.rfdynhud.properties that return ImageTemplate
 ImageTemplate ImageProperty.getImage()
          Gets the ImageTemplate defined by this ImageProperty.
 ImageTemplate BackgroundProperty.getImageValue()
          Gets the Color from this BackgroundProperty.
 

Uses of ImageTemplate in net.ctdp.rfdynhud.util
 

Methods in net.ctdp.rfdynhud.util that return ImageTemplate
 ImageTemplate ImageCache.add(java.lang.String name, long lastModified, ImageTemplate image)
          Adds an image to the cache.
 ImageTemplate DefaultImageCache.add(java.lang.String name, long lastModified, ImageTemplate image)
          Adds an image to the cache.
 ImageTemplate ImageCache.get(java.lang.String name)
          Gets the cached image by the given name.
 ImageTemplate DefaultImageCache.get(java.lang.String name)
          Gets the cached image by the given name.
static ImageTemplate TextureManager.getImage(java.lang.String name)
           
static ImageTemplate TextureManager.getImage(java.lang.String name, boolean useCache)
           
static ImageTemplate TextureManager.getMissingImage()
           
 ImageTemplate ImageCache.remove(java.lang.String name)
          Removes an image from the cache.
 ImageTemplate DefaultImageCache.remove(java.lang.String name)
          Removes an image from the cache.
 

Methods in net.ctdp.rfdynhud.util with parameters of type ImageTemplate
 ImageTemplate ImageCache.add(java.lang.String name, long lastModified, ImageTemplate image)
          Adds an image to the cache.
 ImageTemplate DefaultImageCache.add(java.lang.String name, long lastModified, ImageTemplate image)
          Adds an image to the cache.
 

Uses of ImageTemplate in net.ctdp.rfdynhud.widgets.base.needlemeter
 

Methods in net.ctdp.rfdynhud.widgets.base.needlemeter that return ImageTemplate
protected  ImageTemplate NeedleMeterWidget.getNeedleImage()
           
protected  ImageTemplate NeedleMeterWidget.getValueBackgroundImage()