|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Label.Fit | |
|---|---|
| com.threerings.opengl.gui | User interface classes. |
| com.threerings.opengl.gui.config | GUI configurations. |
| Uses of Label.Fit in com.threerings.opengl.gui |
|---|
| Methods in com.threerings.opengl.gui that return Label.Fit | |
|---|---|
Label.Fit |
Label.getFit()
Returns the current fit mode for this label. |
static Label.Fit |
Label.Fit.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Label.Fit[] |
Label.Fit.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.threerings.opengl.gui with parameters of type Label.Fit | |
|---|---|
void |
LabelRenderer.setFit(Label.Fit mode)
Configures whether this label will wrap, truncate or scale if it cannot fit text into its allotted width. |
void |
Label.setFit(Label.Fit mode)
Configures whether this label will wrap, truncate or scale if it cannot fit text into its allotted width. |
| Uses of Label.Fit in com.threerings.opengl.gui.config |
|---|
| Fields in com.threerings.opengl.gui.config declared as Label.Fit | |
|---|---|
Label.Fit |
ComponentConfig.Label.fit
Determines how to fit overlong text in the label. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||