org.xith3d.ui.hud.base
Interface BorderSettable

All Known Subinterfaces:
MenuGroupWidget, WidgetContainer
All Known Implementing Classes:
ButtonsLeftMenusCenterMenuGroupWidget, Dialog, FPIHInputBindingsSettingsMenu, FPIHMainSettingsMenu, Frame, GraphicsMainSettingsMenu, HUD, HUDConsole, InputBindingsSettingsMenu, InputBox, List, MenuBase, MsgBox, Panel, TextField, TextList, Widget3D, WidgetContainerBase, Window

public interface BorderSettable

A Widget implementing this interface can get a Border.


Method Summary
 Border getBorder()
           
 void setBorder(Border.Description borderDesc)
          Creates a new Border from the given Border.Desctiption and invokes setBorder(Border).
 void setBorder(Border border)
          Sets the Border to use for this BorderSettable Widget.
 

Method Detail

setBorder

void setBorder(Border border)
Sets the Border to use for this BorderSettable Widget.

Parameters:
border - the new Border (null for no border)

setBorder

void setBorder(Border.Description borderDesc)
Creates a new Border from the given Border.Desctiption and invokes setBorder(Border).

Parameters:
borderDesc - the Border.Description to create the new Border from (null for no border)
See Also:
setBorder(Border)

getBorder

Border getBorder()
Returns:
the Border used for this BorderSettable Widget