|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.gui.config.ComponentConfig
com.threerings.opengl.gui.config.ComponentConfig.Label
public static class ComponentConfig.Label
A label.
| Nested Class Summary |
|---|
| Field Summary | |
|---|---|
Label.Fit |
fit
Determines how to fit overlong text in the label. |
IconConfig |
icon
The label's icon, if any. |
int |
iconTextGap
The gap between icon and text. |
ComponentConfig.Orientation |
orientation
The label orientation. |
int |
preferredWidth
The label's preferred width, or zero for none. |
String |
text
The label's text. |
int |
textRotation
The rotation for the text. |
| Fields inherited from class com.threerings.opengl.gui.config.ComponentConfig |
|---|
alpha, enabled, hoverable, preferredSize, style, tag, tooltipRelativeToMouse, tooltipText, visible |
| Constructor Summary | |
|---|---|
ComponentConfig.Label()
|
|
| Method Summary | |
|---|---|
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.opengl.gui.config.ComponentConfig |
|---|
getComponent |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(nullable=true) public IconConfig icon
@Editable(hgroup="t") public String text
@Editable(hgroup="t") public int iconTextGap
@Editable(hgroup="t") public int textRotation
@Editable(hgroup="o") public ComponentConfig.Orientation orientation
@Editable(hgroup="o") public Label.Fit fit
@Editable(min=0.0,
hgroup="o")
public int preferredWidth
| Constructor Detail |
|---|
public ComponentConfig.Label()
| Method Detail |
|---|
public void invalidate()
ComponentConfig
invalidate in class ComponentConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||