org.xith3d.ui.hud.base
Class WindowHeaderWidget.Description

java.lang.Object
  extended by org.xith3d.ui.hud.base.Widget.DescriptionBase
      extended by org.xith3d.ui.hud.widgets.Label.Description
          extended by org.xith3d.ui.hud.base.WindowHeaderWidget.Description
Enclosing class:
WindowHeaderWidget

public static class WindowHeaderWidget.Description
extends Label.Description


Constructor Summary
WindowHeaderWidget.Description(java.lang.String backgroundTexture, HUDFont font, org.openmali.vecmath2.Colorf color, TextAlignment alignment, Button.Description closeButtonDesc)
          Full-Constructor with Texture
WindowHeaderWidget.Description(Texture2D backgroundTexture, HUDFont font, org.openmali.vecmath2.Colorf color, TextAlignment alignment, Button.Description closeButtonDesc)
          Full-Constructor with Texture
WindowHeaderWidget.Description(WindowHeaderWidget.Description desc)
          Clone-Constructor
 
Method Summary
 WindowHeaderWidget.Description clone()
           
 Button.Description getCloseButtonDescription()
           
 void set(WindowHeaderWidget.Description desc)
          Clone-Constructor
 void setCloseButtonDescription(Button.Description desc)
           
 
Methods inherited from class org.xith3d.ui.hud.widgets.Label.Description
deriveDisabledFont, getAlignment, getBackgroundColor, getBackgroundTexture, getFont, getFontColor, set, setAlignment, setBackgroundColor, setBackgroundTexture, setBackgroundTexture, setFont, setFontColor
 
Methods inherited from class org.xith3d.ui.hud.base.Widget.DescriptionBase
toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowHeaderWidget.Description

public WindowHeaderWidget.Description(WindowHeaderWidget.Description desc)
Clone-Constructor


WindowHeaderWidget.Description

public WindowHeaderWidget.Description(Texture2D backgroundTexture,
                                      HUDFont font,
                                      org.openmali.vecmath2.Colorf color,
                                      TextAlignment alignment,
                                      Button.Description closeButtonDesc)
Full-Constructor with Texture

Parameters:
backgroundTexture -
font -
color -
alignment -
closeButtonDesc -

WindowHeaderWidget.Description

public WindowHeaderWidget.Description(java.lang.String backgroundTexture,
                                      HUDFont font,
                                      org.openmali.vecmath2.Colorf color,
                                      TextAlignment alignment,
                                      Button.Description closeButtonDesc)
Full-Constructor with Texture

Parameters:
backgroundTexture -
font -
color -
alignment -
closeButtonDesc -
Method Detail

setCloseButtonDescription

public void setCloseButtonDescription(Button.Description desc)

getCloseButtonDescription

public final Button.Description getCloseButtonDescription()

set

public void set(WindowHeaderWidget.Description desc)
Clone-Constructor


clone

public WindowHeaderWidget.Description clone()
Overrides:
clone in class Label.Description
Returns:
a clone of this instance.