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

Packages that use Border.Description
org.xith3d.ui.hud   
org.xith3d.ui.hud.base   
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
 

Methods in org.xith3d.ui.hud with parameters of type Border.Description
 void HUD.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.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 BorderSettable.setBorder(Border.Description borderDesc)
          Creates a new Border from the given Border.Desctiption and invokes setBorder(Border).
 

Constructors in org.xith3d.ui.hud.base with parameters of type Border.Description
Border.Description(Border.Description bd)
          Clone-Contructor
 

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.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
 

Fields in org.xith3d.ui.hud.widgets declared as Border.Description
protected  Border.Description EmptyBorder.desc
           
 

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

Methods in org.xith3d.ui.hud.widgets with parameters of type Border.Description
 void Frame.setBorder(Border.Description borderDesc)
          Creates a new Border from the given Border.Desctiption and invokes setBorder(Border).
 void List.setBorder(Border.Description borderDesc)
          Creates a new Border from the given Border.Desctiption and invokes setBorder(Border).
 void Panel.setBorder(Border.Description borderDesc)
          Creates a new Border from the given Border.Desctiption and invokes setBorder(Border).
 void TextField.setBorder(Border.Description borderDesc)
          Creates a new Border from the given Border.Desctiption and invokes setBorder(Border).
 void Widget3D.setBorder(Border.Description borderDesc)
          Creates a new Border from the given Border.Desctiption and invokes setBorder(Border).
 void List.Description.setBorderDescription(Border.Description borderDesc)
           
 void Panel.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
BorderWidget(Border.Description borderDesc)
          Creates a new Border Widget.
BorderWidget(Border.Description borderDesc, int zIndex)
          Creates a new Border Widget.
BorderWidget(float width, float height, Border.Description borderDesc)
          Creates a new Border Widget.
BorderWidget(float width, float height, int zIndex, Border.Description borderDesc)
          Creates a new Border Widget.
BorderWidget(org.openmali.types.twodee.Sized2fRO size, Border.Description borderDesc)
          Creates a new Border Widget.
BorderWidget(org.openmali.types.twodee.Sized2fRO size, int zIndex, Border.Description borderDesc)
          Creates a new Border Widget.
ProgressBar.Description(float barLeftWidth, float barRightWidth, float borderWidth, java.lang.String texBarBody, java.lang.String texBarLeft, java.lang.String texBarRight, java.lang.String texBarBackground, Border.Description borderDesc, Label.Description labelDesc)
           
ProgressBar.Description(float barLeftWidth, float barRightWidth, float borderWidth, Texture texBarBody, Texture texBarLeft, Texture texBarRight, org.openmali.vecmath2.Colorf colorBarBackground, Border.Description borderDesc, Label.Description labelDesc)
           
ProgressBar.Description(float barLeftWidth, float barRightWidth, float borderWidth, Texture texBarBody, Texture texBarLeft, Texture texBarRight, Texture texBarBackground, Border.Description borderDesc, Label.Description labelDesc)
           
ProgressBar.Description(float barLeftWidth, float barRightWidth, float borderWidth, Texture texBarBody, Texture texBarLeft, Texture texBarRight, Texture texBarBackground, org.openmali.vecmath2.Colorf colorBarBackground, Border.Description borderDesc, Label.Description labelDesc)
           
ProgressBar.Description(float borderWidth, java.lang.String texBarBody, java.lang.String texBarBackground, Border.Description borderDesc, Label.Description labelDesc)
           
ProgressBar.Description(float borderWidth, Texture texBarBody, Texture texBarBackground, Border.Description borderDesc, Label.Description labelDesc)
           
TextField.Description(Label.Description labelDesc, Border.Description borderDesc)
           
TextField.Description(Label.Description labelDesc, Border.Description borderDesc, Texture caretTexture, int caretWidth)
           
 

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.setBorder(Border.Description borderDesc)
          Creates a new Border from the given Border.Desctiption and invokes setBorder(Border).
 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, Texture 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)