|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.ui.hud.base.WidgetBase
org.xith3d.ui.hud.base.RectangularWidget
org.xith3d.ui.hud.base.StateButton
org.xith3d.ui.hud.base.LabeledStateButton
org.xith3d.ui.hud.widgets.RadioButton
public class RadioButton
RadioButton 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.StateButton |
|---|
StateButton.State |
| Nested classes/interfaces inherited from interface org.xith3d.ui.hud.base.Widget |
|---|
Widget.DescriptionBase |
| Field Summary |
|---|
| Fields inherited from class org.xith3d.ui.hud.base.LabeledStateButton |
|---|
buttonImage, label |
| Fields inherited from class org.xith3d.ui.hud.base.WidgetBase |
|---|
containerListeners, transformGroup, translation, Z_INDEX_UNIT, Z_INDEX_UNIT_ASSEMBLER |
| Constructor Summary | |
|---|---|
RadioButton(float width,
float height)
Creates a new RadioButton |
|
RadioButton(float width,
float height,
int zIndex)
Creates a new RadioButton |
|
RadioButton(float width,
float height,
int zIndex,
LabeledStateButton.Description desc)
Creates a new RadioButton |
|
RadioButton(float width,
float height,
int zIndex,
LabeledStateButton.Description desc,
java.lang.String text)
Creates a new RadioButton |
|
RadioButton(float width,
float height,
int zIndex,
java.lang.String text)
Creates a new RadioButton |
|
RadioButton(float width,
float height,
LabeledStateButton.Description desc)
Creates a new RadioButton |
|
RadioButton(float width,
float height,
LabeledStateButton.Description desc,
java.lang.String text)
Creates a new RadioButton |
|
RadioButton(float width,
float height,
java.lang.String text)
Creates a new RadioButton |
|
RadioButton(org.openmali.types.twodee.Sized2fRO size)
Creates a new RadioButton |
|
RadioButton(org.openmali.types.twodee.Sized2fRO size,
int zIndex)
Creates a new RadioButton |
|
RadioButton(org.openmali.types.twodee.Sized2fRO size,
int zIndex,
LabeledStateButton.Description desc)
Creates a new RadioButton |
|
RadioButton(org.openmali.types.twodee.Sized2fRO size,
int zIndex,
LabeledStateButton.Description desc,
java.lang.String text)
Creates a new RadioButton |
|
RadioButton(org.openmali.types.twodee.Sized2fRO size,
int zIndex,
java.lang.String text)
Creates a new RadioButton |
|
RadioButton(org.openmali.types.twodee.Sized2fRO size,
LabeledStateButton.Description desc)
Creates a new RadioButton |
|
RadioButton(org.openmali.types.twodee.Sized2fRO size,
LabeledStateButton.Description desc,
java.lang.String text)
Creates a new RadioButton |
|
RadioButton(org.openmali.types.twodee.Sized2fRO size,
java.lang.String text)
Creates a new RadioButton |
|
| Method Summary | |
|---|---|
protected void |
cycleState()
|
| Methods inherited from class org.xith3d.ui.hud.base.LabeledStateButton |
|---|
getAlignment, getFont, getFontColor, getFontColorDisabled, getFontDisabled, getText, getTransparency, init, onStateChanged, setAlignment, setEnabledImpl, setFont, setFontColor, setFontColorDisabled, setFontDisabled, setSize, setText |
| Methods inherited from class org.xith3d.ui.hud.base.StateButton |
|---|
addStateListener, getBooleanState, getState, getStateGroup, isEnabled, notifyListeners, onMouseButtonPressed, onMouseEntered, onMouseLeft, removeStateListener, setEnabled, setState, setState, setStateGroup |
| Methods inherited from class org.xith3d.ui.hud.base.RectangularWidget |
|---|
getPickHeight, getPickSGZPosition, getPickWidth, pick |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openmali.types.twodee.Sized2f |
|---|
setHeight, setWidth |
| Constructor Detail |
|---|
public RadioButton(float width,
float height,
int zIndex,
LabeledStateButton.Description desc,
java.lang.String text)
width - the desired widthheight - the desired heightzIndex - the desired z-indexdesc - the Description object for this Widgettext - the text to be displayed
public RadioButton(float width,
float height,
LabeledStateButton.Description desc,
java.lang.String text)
width - the desired widthheight - the desired heightdesc - the Description object for this Widgettext - the text to be displayed
public RadioButton(float width,
float height,
int zIndex,
LabeledStateButton.Description desc)
width - the desired widthheight - the desired heightzIndex - the desired z-indexdesc - the Description object for this Widget
public RadioButton(float width,
float height,
LabeledStateButton.Description desc)
width - the desired widthheight - the desired heightdesc - the Description object for this Widget
public RadioButton(float width,
float height,
int zIndex,
java.lang.String text)
width - the desired widthheight - the desired heightzIndex - the desired z-indextext - the text to be displayed
public RadioButton(float width,
float height,
java.lang.String text)
width - the desired widthheight - the desired heighttext - the text to be displayed
public RadioButton(float width,
float height,
int zIndex)
width - the desired widthheight - the desired heightzIndex - the desired z-index
public RadioButton(float width,
float height)
width - the desired widthheight - the desired height
public RadioButton(org.openmali.types.twodee.Sized2fRO size,
int zIndex,
LabeledStateButton.Description desc,
java.lang.String text)
size - the desired sizezIndex - the desired z-indexdesc - the Description object for this Widgettext - the text to be displayed
public RadioButton(org.openmali.types.twodee.Sized2fRO size,
LabeledStateButton.Description desc,
java.lang.String text)
size - the desired sizedesc - the Description object for this Widgettext - the text to be displayed
public RadioButton(org.openmali.types.twodee.Sized2fRO size,
int zIndex,
LabeledStateButton.Description desc)
size - the desired sizezIndex - the desired z-indexdesc - the Description object for this Widget
public RadioButton(org.openmali.types.twodee.Sized2fRO size,
LabeledStateButton.Description desc)
size - the desired sizedesc - the Description object for this Widget
public RadioButton(org.openmali.types.twodee.Sized2fRO size,
int zIndex,
java.lang.String text)
size - the desired sizezIndex - the desired z-indextext - the text to be displayed
public RadioButton(org.openmali.types.twodee.Sized2fRO size,
java.lang.String text)
size - the desired sizetext - the text to be displayed
public RadioButton(org.openmali.types.twodee.Sized2fRO size,
int zIndex)
size - the desired sizezIndex - the desired z-indexpublic RadioButton(org.openmali.types.twodee.Sized2fRO size)
size - the desired size| Method Detail |
|---|
protected void cycleState()
cycleState in class StateButton
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||