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

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

Uses of Border in org.xith3d.ui.hud
 

Methods in org.xith3d.ui.hud that return Border
 Border HUD.getBorder()
          
 

Methods in org.xith3d.ui.hud with parameters of type Border
 void HUD.setBorder(Border border)
          Sets the Border to use for this BorderSettable Widget.
 

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

Methods in org.xith3d.ui.hud.base that return Border
 Border BorderSettable.getBorder()
           
 

Methods in org.xith3d.ui.hud.base with parameters of type Border
 void BorderSettable.setBorder(Border border)
          Sets the Border to use for this BorderSettable Widget.
 

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

Classes in org.xith3d.ui.hud.widgets that implement Border
 class BevelBorder
          A BevelBorder is a BorderWidget extension, that makes explizit use of HUD.getTheme().getLoweredBevelBorderDescription() to retrieve its Border.Description.
 class BorderWidget
          This is a general Border implementation for your HUD.
 class ColoredBorder
          A ColoredBorder is a Border implementation with no Textures but only a color.
 class EmptyBorder
          An EmptyBorder is a Border implementation without a visible component.
 class RoundedCornersBorder
          A RoundedCornersBorder is a BorderWidget extension, that makes explizit use of HUD.getTheme().getRoundedCornersBorderDescription() to retrieve its Border.Description.
 

Methods in org.xith3d.ui.hud.widgets that return Border
 Border Frame.getBorder()
          
 Border List.getBorder()
          
 Border Panel.getBorder()
          
 Border TextField.getBorder()
          
 Border Widget3D.getBorder()
          
 

Methods in org.xith3d.ui.hud.widgets with parameters of type Border
 void Frame.setBorder(Border border)
          Sets the Border to use for this BorderSettable Widget.
 void List.setBorder(Border border)
          Sets the Border to use for this BorderSettable Widget.
 void Panel.setBorder(Border border)
          Sets the Border to use for this BorderSettable Widget.
 void TextField.setBorder(Border border)
          Sets the Border to use for this BorderSettable Widget.
 void Widget3D.setBorder(Border border)
          Sets the Border to use for this BorderSettable Widget.
 

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

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

Methods in org.xith3d.ui.hud.widgets.assemblies with parameters of type Border
 void HUDConsole.setBorder(Border border)
          Sets the Border to use for this BorderSettable Widget.