org.xith3d.ui.hud.widgets.assemblies
Class HUDConsole.Description

java.lang.Object
  extended by org.xith3d.ui.hud.base.Widget.DescriptionBase
      extended by 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)
           
 
Method Summary
 HUDConsole.Description clone()
           
 org.openmali.vecmath2.Colorf getBackgroundColor()
           
 Texture getBackgroundTexture()
           
 Border.Description getBorderDescription()
           
 TextField.Description getInputBoxDescription()
           
 float getInputBoxHeight()
           
 List.Description getListDescription()
           
 java.awt.Font getListFont()
           
 org.openmali.vecmath2.Colorf getListFontColorError()
           
 org.openmali.vecmath2.Colorf getListFontColorNormal()
           
 org.openmali.vecmath2.Colorf getListFontColorWarning()
           
 float getListInputBoxGap()
           
 List.Description getPreviewListDescription()
           
 void setBackgroundColor(org.openmali.vecmath2.Colorf color)
           
 void setBackgroundTexture(java.lang.String tex)
           
 void setBackgroundTexture(Texture tex)
           
 void setBorderDescription(Border.Description borderDesc)
           
 void setInputBoxDescription(TextField.Description inputBoxDesc)
           
 void setInputBoxHeight(float height)
           
 void setListDescription(List.Description listDesc)
           
 void setListFont(java.awt.Font listFont)
           
 void setListFontColorError(org.openmali.vecmath2.Colorf color)
           
 void setListFontColorNormal(org.openmali.vecmath2.Colorf color)
           
 void setListFontColorWarning(org.openmali.vecmath2.Colorf color)
           
 void setListInputBoxGap(float gap)
           
 void setPreviewListDescription(List.Description listDesc)
           
 
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

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)
Method Detail

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