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

Packages that use Border
org.xith3d.ui.hud.base   
org.xith3d.ui.hud.borders   
 

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

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

Methods in org.xith3d.ui.hud.base with parameters of type Border
protected  void Widget.drawBorder(Border border, Texture2DCanvas texCanvas, int offsetX, int offsetY, int width, int height)
           
protected  void Window.drawBorder(Border border, Texture2DCanvas texCanvas, int offsetX, int offsetY, int width, int height)
          
 void Widget.setBorder(Border border)
          Sets the Border to use for this BorderSettable Widget.
 

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

Subclasses of Border in org.xith3d.ui.hud.borders
 class BevelBorder
          A BevelBorder is a TexturedBorder extension, that makes explizit use of HUD.getTheme().getLoweredBevelBorderDescription() to retrieve its Border.Description.
 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 TexturedBorder extension, that makes explizit use of HUD.getTheme().getRoundedCornersBorderDescription() to retrieve its Border.Description.
 class TexturedBorder
          A TexturedBorder is a Border implementation with no Textures but only a color.
 

Methods in org.xith3d.ui.hud.borders that return Border
static Border BorderFactory.createBorder(Border.Description desc)