|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.ui.hud.base.Widget.DescriptionBase
org.xith3d.ui.hud.widgets.List.Description
public static class List.Description
This class is used to describe a List Widget. You can pass it to the List constructor. Modifications on the used instance after creating the List Widget won't have any effect.
| Constructor Summary | |
|---|---|
List.Description()
Creates a new Image.Description |
|
List.Description(org.openmali.vecmath2.Colorf color)
Creates a new Image.Description |
|
List.Description(List.Description template)
Clone-Constructor. |
|
List.Description(java.lang.String texture)
Creates a new Image.Description |
|
List.Description(Texture texture)
Creates a new Image.Description |
|
List.Description(Texture texture,
org.openmali.vecmath2.Colorf color)
Creates a new Image.Description |
|
| Method Summary | |
|---|---|
List.Description |
clone()
Clones this instance and returns the clone. |
org.openmali.vecmath2.Colorf |
getBackgroundColor()
|
Texture |
getBackgroundTexture()
|
Border.Description |
getBorderDescription()
|
org.openmali.vecmath2.Colorf |
getHoverBackground()
|
org.openmali.vecmath2.Colorf |
getHoverForeground()
|
HUDUnitsMeasurement |
getMeasurement()
|
float |
getPaddingBottom()
|
float |
getPaddingLeft()
|
float |
getPaddingRight()
|
float |
getPaddingTop()
|
org.openmali.vecmath2.Colorf |
getSelectionBackground()
|
org.openmali.vecmath2.Colorf |
getSelectionForeground()
|
void |
set(List.Description template)
|
void |
setBackgroundColor(org.openmali.vecmath2.Colorf color)
|
void |
setBackgroundTexture(java.lang.String texture)
|
void |
setBackgroundTexture(Texture texture)
|
void |
setBorderDescription(Border.Description borderDesc)
|
void |
setHoverBackground(org.openmali.vecmath2.Colorf color)
|
void |
setHoverForeground(org.openmali.vecmath2.Colorf color)
|
void |
setMeasurement(HUDUnitsMeasurement measurement)
|
void |
setPadding(float padding)
|
void |
setPadding(float bottom,
float right,
float top,
float left)
|
void |
setSelectionBackground(org.openmali.vecmath2.Colorf color)
|
void |
setSelectionForeground(org.openmali.vecmath2.Colorf color)
|
| 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 |
|---|
public List.Description(List.Description template)
template - the template Description to copy the values from
public List.Description(Texture texture,
org.openmali.vecmath2.Colorf color)
texture - the texture resource to use as background image for this FPSCounter color - the color to fill the image withpublic List.Description(Texture texture)
texture - the texture resource to use as background image for this FPSCounter public List.Description(java.lang.String texture)
texture - the texture resource to use as background image for this FPSCounter public List.Description(org.openmali.vecmath2.Colorf color)
color - the color to fill the image withpublic List.Description()
| Method Detail |
|---|
public void setMeasurement(HUDUnitsMeasurement measurement)
public HUDUnitsMeasurement getMeasurement()
public void setBorderDescription(Border.Description borderDesc)
public Border.Description getBorderDescription()
public void setPadding(float bottom,
float right,
float top,
float left)
public void setPadding(float padding)
public float getPaddingBottom()
public float getPaddingRight()
public float getPaddingTop()
public float getPaddingLeft()
public void setBackgroundTexture(Texture texture)
public void setBackgroundTexture(java.lang.String texture)
public Texture getBackgroundTexture()
public void setBackgroundColor(org.openmali.vecmath2.Colorf color)
public org.openmali.vecmath2.Colorf getBackgroundColor()
public void setHoverBackground(org.openmali.vecmath2.Colorf color)
public org.openmali.vecmath2.Colorf getHoverBackground()
public void setHoverForeground(org.openmali.vecmath2.Colorf color)
public org.openmali.vecmath2.Colorf getHoverForeground()
public void setSelectionBackground(org.openmali.vecmath2.Colorf color)
public org.openmali.vecmath2.Colorf getSelectionBackground()
public void setSelectionForeground(org.openmali.vecmath2.Colorf color)
public org.openmali.vecmath2.Colorf getSelectionForeground()
public void set(List.Description template)
public List.Description clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||