org.xith3d.ui.hud.widgets.assemblies
Class HUDConsole.Description
java.lang.Object
org.xith3d.ui.hud.base.Widget.DescriptionBase
org.xith3d.ui.hud.widgets.assemblies.HUDConsole.Description
- Enclosing class:
- HUDConsole
public static class HUDConsole.Description
- extends Widget.DescriptionBase
|
Constructor Summary |
HUDConsole.Description()
|
HUDConsole.Description(Border.Description borderDesc,
Texture 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(Texture backgroundTexture)
|
HUDConsole.Description(Texture 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,
Texture 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(Texture backgroundTexture)
HUDConsole.Description
public HUDConsole.Description(org.openmali.vecmath2.Colorf backgroundColor)
HUDConsole.Description
public HUDConsole.Description(Texture 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()
setBackgroundTexture
public void setBackgroundTexture(Texture tex)
setBackgroundTexture
public void setBackgroundTexture(java.lang.String tex)
getBackgroundTexture
public Texture getBackgroundTexture()
setBackgroundColor
public void setBackgroundColor(org.openmali.vecmath2.Colorf color)
getBackgroundColor
public org.openmali.vecmath2.Colorf getBackgroundColor()
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(java.awt.Font listFont)
getListFont
public java.awt.Font 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()
- Overrides:
clone in class java.lang.Object