org.xith3d.ui.hud.widgets.assemblies
Class HUDConsole.Description
java.lang.Object
org.xith3d.ui.hud.base.Widget.DescriptionBase
org.xith3d.ui.hud.base.BackgroundSettableWidget.BackgroundSettableDescriptionBase
org.xith3d.ui.hud.widgets.assemblies.HUDConsole.Description
- Enclosing class:
- HUDConsole
public static class HUDConsole.Description
- extends BackgroundSettableWidget.BackgroundSettableDescriptionBase
|
Constructor Summary |
HUDConsole.Description()
|
HUDConsole.Description(Border.Description borderDesc,
Texture2D backgroundTexture,
org.openmali.vecmath2.Colorf backgroundColor,
org.openmali.vecmath2.Colorf listFontColorNormal,
org.openmali.vecmath2.Colorf listFontColorWarning,
org.openmali.vecmath2.Colorf listFontColorError,
List.Description listDesc,
TextField.Description inputBoxDesc,
List.Description previewListDesc,
float listTextFieldGap,
float inputBoxHeight)
|
HUDConsole.Description(org.openmali.vecmath2.Colorf backgroundColor)
|
HUDConsole.Description(org.openmali.vecmath2.Colorf backgroundColor,
org.openmali.vecmath2.Colorf listFontColorNormal,
org.openmali.vecmath2.Colorf listFontColorWarning,
org.openmali.vecmath2.Colorf listFontColorError)
|
HUDConsole.Description(HUDConsole.Description template)
|
HUDConsole.Description(Texture2D backgroundTexture)
|
HUDConsole.Description(Texture2D backgroundTexture,
org.openmali.vecmath2.Colorf listFontColorNormal,
org.openmali.vecmath2.Colorf listFontColorWarning,
org.openmali.vecmath2.Colorf listFontColorError)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HUDConsole.Description
public HUDConsole.Description(HUDConsole.Description template)
HUDConsole.Description
public HUDConsole.Description(Border.Description borderDesc,
Texture2D backgroundTexture,
org.openmali.vecmath2.Colorf backgroundColor,
org.openmali.vecmath2.Colorf listFontColorNormal,
org.openmali.vecmath2.Colorf listFontColorWarning,
org.openmali.vecmath2.Colorf listFontColorError,
List.Description listDesc,
TextField.Description inputBoxDesc,
List.Description previewListDesc,
float listTextFieldGap,
float inputBoxHeight)
HUDConsole.Description
public HUDConsole.Description()
HUDConsole.Description
public HUDConsole.Description(Texture2D backgroundTexture)
HUDConsole.Description
public HUDConsole.Description(org.openmali.vecmath2.Colorf backgroundColor)
HUDConsole.Description
public HUDConsole.Description(Texture2D backgroundTexture,
org.openmali.vecmath2.Colorf listFontColorNormal,
org.openmali.vecmath2.Colorf listFontColorWarning,
org.openmali.vecmath2.Colorf listFontColorError)
HUDConsole.Description
public HUDConsole.Description(org.openmali.vecmath2.Colorf backgroundColor,
org.openmali.vecmath2.Colorf listFontColorNormal,
org.openmali.vecmath2.Colorf listFontColorWarning,
org.openmali.vecmath2.Colorf listFontColorError)
setBorderDescription
public void setBorderDescription(Border.Description borderDesc)
getBorderDescription
public Border.Description getBorderDescription()
setListFontColorNormal
public void setListFontColorNormal(org.openmali.vecmath2.Colorf color)
getListFontColorNormal
public org.openmali.vecmath2.Colorf getListFontColorNormal()
setListFontColorWarning
public void setListFontColorWarning(org.openmali.vecmath2.Colorf color)
getListFontColorWarning
public org.openmali.vecmath2.Colorf getListFontColorWarning()
setListFontColorError
public void setListFontColorError(org.openmali.vecmath2.Colorf color)
getListFontColorError
public org.openmali.vecmath2.Colorf getListFontColorError()
setListFont
public void setListFont(HUDFont listFont)
getListFont
public HUDFont getListFont()
setListDescription
public void setListDescription(List.Description listDesc)
getListDescription
public List.Description getListDescription()
setInputBoxDescription
public void setInputBoxDescription(TextField.Description inputBoxDesc)
getInputBoxDescription
public TextField.Description getInputBoxDescription()
setPreviewListDescription
public void setPreviewListDescription(List.Description listDesc)
getPreviewListDescription
public List.Description getPreviewListDescription()
setListInputBoxGap
public void setListInputBoxGap(float gap)
getListInputBoxGap
public float getListInputBoxGap()
setInputBoxHeight
public void setInputBoxHeight(float height)
getInputBoxHeight
public float getInputBoxHeight()
clone
public HUDConsole.Description clone()
- Description copied from class:
BackgroundSettableWidget.BackgroundSettableDescriptionBase
- Returns a clone of this instance.
- Specified by:
clone in class BackgroundSettableWidget.BackgroundSettableDescriptionBase
- Returns:
- a clone of this instance.