Uses of Class
org.xith3d.ui.hud.utils.TileMode

Packages that use TileMode
org.xith3d.ui.hud.base   
org.xith3d.ui.hud.utils   
org.xith3d.ui.hud.widgets   
 

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

Methods in org.xith3d.ui.hud.base that return TileMode
 TileMode BackgroundSettableWidget.getBackgroundTileMode()
           
 TileMode LabeledStateButton.getBackgroundTileMode()
           
 

Methods in org.xith3d.ui.hud.base with parameters of type TileMode
 void BackgroundSettableWidget.setBackground(org.openmali.vecmath2.Colorf color, java.lang.String texture, TileMode tileMode)
          Sets background color and texture at once.
 void BackgroundSettableWidget.setBackground(org.openmali.vecmath2.Colorf color, Texture2D texture, TileMode tileMode)
          Sets background color and texture at once.
 void LabeledStateButton.setBackground(org.openmali.vecmath2.Colorf color, Texture2D texture, TileMode tileMode)
          Sets background color and texture at once.
 void BackgroundSettableWidget.setBackgroundTexture(java.lang.String texture, TileMode tileMode)
          Sets the background Texture of the Widget.
 void BackgroundSettableWidget.setBackgroundTexture(Texture2D texture, TileMode tileMode)
          Sets the background texture of the Widget.
 void BackgroundSettableWidget.setBackgroundTileMode(TileMode mode)
          Sets the background tile mode (null for no tiling)
 void LabeledStateButton.setBackgroundTileMode(TileMode mode)
          Sets the background tile mode (null for no tiling)
 

Constructors in org.xith3d.ui.hud.base with parameters of type TileMode
AbstractList(boolean isHeavyWeight, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTexture, TileMode tileMode, ListModel model)
          Creates a new AbstractList.
AbstractList(boolean isHeavyWeight, float width, float height, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTexture, TileMode tileMode, ListModel model)
          Creates a new AbstractList with the given width and height.
BackgroundSettableWidget(boolean isHeavyWeight, boolean hasWidgetAssembler, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTexture, TileMode tileMode)
          Creates a new BackgroundSettableWidget.
BackgroundSettableWidget(boolean isHeavyWeight, boolean hasWidgetAssembler, float width, float height, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTexture, TileMode tileMode)
          Creates a new BackgroundSettableWidget with the given width and height.
WidgetContainer(boolean isHeavyWeight, boolean hasWidgetAssembler, float width, float height, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTex, TileMode backgroundTileMode)
          Creates a new WidgetContainer with the given width, height and z-index.
 

Uses of TileMode in org.xith3d.ui.hud.utils
 

Methods in org.xith3d.ui.hud.utils that return TileMode
static TileMode TileMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TileMode[] TileMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xith3d.ui.hud.utils with parameters of type TileMode
static void DrawUtils.clearImage(org.openmali.vecmath2.Colorf color, Texture2D texture, TileMode tileMode, Texture2DCanvas texCanvas, int offsetX, int offsetY, int width, int height)
          Clears the given area with the given image.
static void DrawUtils.drawImage(org.openmali.vecmath2.Colorf color, Texture2D texture, TileMode tileMode, Texture2DCanvas texCanvas, int offsetX, int offsetY, int width, int height)
          Renders the given image to the given area and mixes the pixel colors, if the image has an alpha channel.
 

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

Methods in org.xith3d.ui.hud.widgets that return TileMode
 TileMode Image.getTileMode()
          
 

Methods in org.xith3d.ui.hud.widgets with parameters of type TileMode
 void Image.setTileMode(TileMode mode)
          
 

Constructors in org.xith3d.ui.hud.widgets with parameters of type TileMode
Image(boolean isHeavyWeight, float width, float height, org.openmali.vecmath2.Colorf color, Texture2D texture, TileMode tileMode)
          Creates a new Image with the given width and height.
Image(boolean isHeavyWeight, float width, float height, Texture2D texture, TileMode tileMode)
          Creates a new Image with the given width and height.
Image(float width, float height, Texture2D texture, TileMode tileMode)
          Creates a new lightweight Image with the given width and height.
Panel(boolean isHeavyWeight, boolean hasWidgetAssembler, float width, float height, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTex, TileMode backgroundTileMode)
          Creates a new Panel with the given width and height.
Panel(boolean isHeavyWeight, float width, float height, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTex, TileMode backgroundTileMode)
          Creates a new Panel with the given width and height.
ScrollPanel(boolean isHeavyWeight, float width, float height, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTex, TileMode backgroundTileMode)
          Creates a new Panel with the given width and height.