org.xith3d.ui.hud.base
Class WindowHeaderWidget.Description
java.lang.Object
org.xith3d.ui.hud.base.Widget.DescriptionBase
org.xith3d.ui.hud.widgets.Label.Description
org.xith3d.ui.hud.base.WindowHeaderWidget.Description
- Enclosing class:
- WindowHeaderWidget
public static class WindowHeaderWidget.Description
- extends Label.Description
| 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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 -
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.