|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.ui.hud.base.Widget
org.xith3d.ui.hud.base.StateButton
org.xith3d.ui.hud.base.LabeledStateButton
org.xith3d.ui.hud.widgets.Checkbox
public class Checkbox
CheckBox implementation for your HUD.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.xith3d.ui.hud.base.LabeledStateButton |
|---|
LabeledStateButton.Description |
| Nested classes/interfaces inherited from class org.xith3d.ui.hud.base.Widget |
|---|
Widget.DescriptionBase |
| Field Summary |
|---|
| Fields inherited from class org.xith3d.ui.hud.base.LabeledStateButton |
|---|
DEFAULT_HEAVYWEIGHT |
| Fields inherited from class org.xith3d.ui.hud.base.Widget |
|---|
transformHeight_Pixels2HUD, transformWidth_Pixels2HUD |
| Constructor Summary | |
|---|---|
Checkbox(boolean isHeavyWeight,
float width,
float height,
java.lang.String text)
Creates a new CheckBox. |
|
Checkbox(boolean isHeavyWeight,
float width,
float height,
java.lang.String text,
HUDFont font,
org.openmali.vecmath2.Colorf fontColor)
Creates a new CheckBox. |
|
Checkbox(boolean isHeavyWeight,
float width,
float height,
java.lang.String text,
LabeledStateButton.Description desc)
Creates a new CheckBox. |
|
Checkbox(float width,
float height,
java.lang.String text)
Creates a new CheckBox. |
|
Checkbox(float width,
float height,
java.lang.String text,
HUDFont font,
org.openmali.vecmath2.Colorf fontColor)
Creates a new CheckBox. |
|
Checkbox(float width,
float height,
java.lang.String text,
LabeledStateButton.Description desc)
Creates a new CheckBox. |
|
| Method Summary |
|---|
| Methods inherited from class org.xith3d.ui.hud.base.StateButton |
|---|
addStateListener, cycleState, getState, getStateGroup, isEnabled, notifyListeners, onMouseButtonPressed, onMouseEntered, onMouseExited, removeStateListener, setEnabled, setState, setStateGroup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Checkbox(boolean isHeavyWeight,
float width,
float height,
java.lang.String text,
LabeledStateButton.Description desc)
isHeavyWeight - width - the desired widthheight - the desired heighttext - the text to be displayeddesc - the Description object for this Widget
public Checkbox(boolean isHeavyWeight,
float width,
float height,
java.lang.String text,
HUDFont font,
org.openmali.vecmath2.Colorf fontColor)
isHeavyWeight - width - the desired widthheight - the desired heighttext - the text to be displayedfont - the font to use for the labelfontColor - the color to use for the label's font
public Checkbox(boolean isHeavyWeight,
float width,
float height,
java.lang.String text)
isHeavyWeight - width - the desired widthheight - the desired heighttext - the text to be displayed
public Checkbox(float width,
float height,
java.lang.String text,
LabeledStateButton.Description desc)
width - the desired widthheight - the desired heighttext - the text to be displayeddesc - the Description object for this Widget
public Checkbox(float width,
float height,
java.lang.String text,
HUDFont font,
org.openmali.vecmath2.Colorf fontColor)
width - the desired widthheight - the desired heighttext - the text to be displayedfont - the font to use for the labelfontColor - the color to use for the label's font
public Checkbox(float width,
float height,
java.lang.String text)
width - the desired widthheight - the desired heighttext - the text to be displayed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||