|
||||||||||
| 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.Label.Description
org.xith3d.ui.hud.widgets.NumberLabel.Description
public static class NumberLabel.Description
This class is used to describe a (set of) Label Widget(s). You can pass it to the Label constructor. Modifications on the used instance after creating the Label Widget won't have any effect.
| Constructor Summary | |
|---|---|
NumberLabel.Description()
Creates a new Label.Description. |
|
NumberLabel.Description(org.openmali.vecmath2.Colorf color)
Creates a new Label.Description. |
|
NumberLabel.Description(org.openmali.vecmath2.Colorf color,
TextAlignment alignment)
Creates a new Label.Description. |
|
NumberLabel.Description(java.awt.Font font)
Creates a new Label.Description. |
|
NumberLabel.Description(java.awt.Font font,
org.openmali.vecmath2.Colorf color)
Creates a new Label.Description. |
|
NumberLabel.Description(java.awt.Font font,
org.openmali.vecmath2.Colorf color,
TextAlignment alignment)
Creates a new Label.Description. |
|
NumberLabel.Description(java.awt.Font font,
org.openmali.vecmath2.Colorf color,
TextAlignment alignment,
Texture bgTex)
Creates a new Label.Description. |
|
NumberLabel.Description(java.awt.Font font,
TextAlignment alignment)
Creates a new Label.Description. |
|
NumberLabel.Description(NumberLabel.Description desc)
Clon-Constructor |
|
NumberLabel.Description(TextAlignment alignment)
Creates a new Label.Description. |
|
| Method Summary | |
|---|---|
NumberLabel.Description |
clone()
|
| 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 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 NumberLabel.Description(NumberLabel.Description desc)
desc - the original to clone
public NumberLabel.Description(java.awt.Font font,
org.openmali.vecmath2.Colorf color,
TextAlignment alignment,
Texture bgTex)
font - the Font to be used for the textcolor - the color to be usedalignment - the horizontal and vertical alignmentbgTex - the background texture
public NumberLabel.Description(java.awt.Font font,
org.openmali.vecmath2.Colorf color,
TextAlignment alignment)
font - the Font to be used for the textcolor - the color to be usedalignment - the horizontal and vertical alignmentpublic NumberLabel.Description(TextAlignment alignment)
alignment - the horizontal and vertical alignment
public NumberLabel.Description(org.openmali.vecmath2.Colorf color,
TextAlignment alignment)
color - the color to be usedalignment - the horizontal and vertical alignment
public NumberLabel.Description(java.awt.Font font,
org.openmali.vecmath2.Colorf color)
font - the Font to be used for the textcolor - the color to be usedpublic NumberLabel.Description(org.openmali.vecmath2.Colorf color)
color - the color to be usedpublic NumberLabel.Description(java.awt.Font font)
font - the Font to be used for the text
public NumberLabel.Description(java.awt.Font font,
TextAlignment alignment)
font - the Font to be used for the textalignment - the horizontal and vertical alignmentpublic NumberLabel.Description()
| Method Detail |
|---|
public NumberLabel.Description clone()
clone in class Label.Description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||