Uses of Interface
org.xith3d.ui.hud.base.AbstractImage

Packages that use AbstractImage
org.xith3d.ui.hud.base   
org.xith3d.ui.hud.widgets   
org.xith3d.ui.hud.widgets.assemblies   
 

Uses of AbstractImage in org.xith3d.ui.hud.base
 

Methods in org.xith3d.ui.hud.base that return AbstractImage
protected abstract  AbstractImage BackgroundSettableRectangularWidget.createBackgroundImage(float width, float height, org.openmali.vecmath2.Colorf color)
           
protected abstract  AbstractImage BackgroundSettableRectangularWidget.createBackgroundImage(float width, float height, Texture texture)
           
 

Uses of AbstractImage in org.xith3d.ui.hud.widgets
 

Classes in org.xith3d.ui.hud.widgets that implement AbstractImage
 class Image
          A widget representing an image.
 

Uses of AbstractImage in org.xith3d.ui.hud.widgets.assemblies
 

Methods in org.xith3d.ui.hud.widgets.assemblies that return AbstractImage
protected  AbstractImage FPSCounter.createBackgroundImage(float width, float height, org.openmali.vecmath2.Colorf color)
          
protected  AbstractImage HUDConsole.createBackgroundImage(float width, float height, org.openmali.vecmath2.Colorf color)
          
protected  AbstractImage FPSCounter.createBackgroundImage(float width, float height, Texture texture)
          
protected  AbstractImage HUDConsole.createBackgroundImage(float width, float height, Texture texture)