Uses of Class
org.xith3d.ui.hud.base.Border.Description

Packages that use Border.Description
org.xith3d.ui.hud.base   
org.xith3d.ui.hud.borders   
org.xith3d.ui.hud.theming   
org.xith3d.ui.hud.widgets   
org.xith3d.ui.hud.widgets.assemblies   
 

Uses of Border.Description in org.xith3d.ui.hud.base
 

Methods in org.xith3d.ui.hud.base that return Border.Description
 Border.Description Border.Description.clone()
           
 

Methods in org.xith3d.ui.hud.base with parameters of type Border.Description
 void Border.Description.set(Border.Description bd)
          Clone-Constructor
 void Widget.setBorder(Border.Description borderDesc)
          Creates a new Border from the given Border.Desctiption and invokes setBorder(Border).
 

Uses of Border.Description in org.xith3d.ui.hud.borders
 

Methods in org.xith3d.ui.hud.borders with parameters of type Border.Description
static Border BorderFactory.createBorder(Border.Description desc)
           
 

Constructors in org.xith3d.ui.hud.borders with parameters of type Border.Description
TexturedBorder(Border.Description description)
          Creates a new TexturedBorder with the given side widths specified in the given description.
 

Uses of Border.Description in org.xith3d.ui.hud.theming
 

Methods in org.xith3d.ui.hud.theming that return Border.Description
 Border.Description WidgetTheme.getFrameBorderDescription()
           
 Border.Description WidgetTheme.getLoweredBevelBorderDescription()
           
 Border.Description WidgetTheme.getProgressBarBorderDesc()
           
 Border.Description WidgetTheme.getRaisedBevelBorderDescription()
           
 Border.Description WidgetTheme.getRoundedCornersBorderDescription()
           
 Border.Description WidgetTheme.getStandardBorderDescription()
           
 

Methods in org.xith3d.ui.hud.theming with parameters of type Border.Description
 void WidgetTheme.getFrameBorderDescription(Border.Description desc)
           
 void WidgetTheme.getLoweredBevelBorderDescription(Border.Description desc)
           
 void WidgetTheme.getRaisedBevelBorderDescription(Border.Description desc)
           
 void WidgetTheme.getRoundedCornersBorderDescription(Border.Description desc)
           
 void WidgetTheme.getStandardBorderDescription(Border.Description desc)
           
 void WidgetTheme.setFrameBorderDescription(Border.Description desc)
          Sets the default Border.Description for a Frame.
 void WidgetTheme.setLoweredBevelBorderDescription(Border.Description desc)
          Sets the default Border.Description.
 void WidgetTheme.setRaisedBevelBorderDescription(Border.Description desc)
          Sets the default Border.Description.
 void WidgetTheme.setRoundedCornersBorderDescription(Border.Description desc)
          Sets the RoundedCorners Border.Description.
 

Uses of Border.Description in org.xith3d.ui.hud.widgets
 

Methods in org.xith3d.ui.hud.widgets that return Border.Description
 Border.Description List.Description.getBorderDescription()
           
 Border.Description ProgressBar.Description.getBorderDescription()
           
 Border.Description TextField.Description.getBorderDescription()
           
 

Methods in org.xith3d.ui.hud.widgets with parameters of type Border.Description
 void List.Description.setBorderDescription(Border.Description borderDesc)
           
 void ProgressBar.Description.setBorderDescription(Border.Description borderDesc)
           
 void TextField.Description.setBorderDescription(Border.Description borderDesc)
           
 

Constructors in org.xith3d.ui.hud.widgets with parameters of type Border.Description
List.Description(int paddingBottom, int paddingRight, int paddingTop, int paddingLeft, Border.Description borderDesc, org.openmali.vecmath2.Colorf backgroundColor, java.lang.String backgroundTexture, org.openmali.vecmath2.Colorf hoveredBackgroundColor, org.openmali.vecmath2.Colorf hoveredFontColor, org.openmali.vecmath2.Colorf selectedBackgroundColor, org.openmali.vecmath2.Colorf selectedFontColor)
          Creates a new Image.Description
List.Description(int paddingBottom, int paddingRight, int paddingTop, int paddingLeft, Border.Description borderDesc, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTexture, org.openmali.vecmath2.Colorf hoveredBackgroundColor, org.openmali.vecmath2.Colorf hoveredFontColor, org.openmali.vecmath2.Colorf selectedBackgroundColor, org.openmali.vecmath2.Colorf selectedFontColor)
          Creates a new Image.Description
ProgressBar.Description(int bottom, int right, int top, int left, org.openmali.vecmath2.Colorf backgroundColor, java.lang.String backgroundTexture, java.lang.String barTex, Border.Description borderDesc, Label.Description labelDesc)
           
ProgressBar.Description(int bottom, int right, int top, int left, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTexture, Texture2D barTex, Border.Description borderDesc, Label.Description labelDesc)
           
TextField.Description(Label.Description labelDesc, Border.Description borderDesc)
           
TextField.Description(Label.Description labelDesc, Border.Description borderDesc, java.lang.String caretTexture)
           
TextField.Description(Label.Description labelDesc, Border.Description borderDesc, Texture2D caretTexture)
           
 

Uses of Border.Description in org.xith3d.ui.hud.widgets.assemblies
 

Methods in org.xith3d.ui.hud.widgets.assemblies that return Border.Description
 Border.Description HUDConsole.Description.getBorderDescription()
           
 

Methods in org.xith3d.ui.hud.widgets.assemblies with parameters of type Border.Description
 void HUDConsole.Description.setBorderDescription(Border.Description borderDesc)
           
 

Constructors in org.xith3d.ui.hud.widgets.assemblies with parameters of type Border.Description
HUDConsole.Description(Border.Description borderDesc, Texture2D backgroundTexture, org.openmali.vecmath2.Colorf backgroundColor, org.openmali.vecmath2.Colorf listFontColorNormal, org.openmali.vecmath2.Colorf listFontColorWarning, org.openmali.vecmath2.Colorf listFontColorError, List.Description listDesc, TextField.Description inputBoxDesc, List.Description previewListDesc, float listTextFieldGap, float inputBoxHeight)