|
||||||||||
| 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.StyleConfig.Implementation
com.threerings.opengl.gui.config.StyleConfig.Original
public static class StyleConfig.Original
An original implementation.
| Field Summary | |
|---|---|
BackgroundConfig |
background
The background configuration. |
BorderConfig |
border
The border configuration. |
Color4f |
color
The foreground color. |
String |
cursor
The cursor. |
Color4f |
effectColor
The effect color. |
int |
effectSize
The effect size. |
String |
feedbackSound
The feedback sound, if any. |
String |
font
The font. |
int |
fontSize
The font size. |
FontConfig.Style |
fontStyle
The font style. |
IconConfig |
icon
The icon configuration. |
int |
lineSpacing
The line spacing. |
InsetsConfig |
padding
The padding. |
BackgroundConfig |
selectionBackground
The selection background. |
DimensionConfig |
size
The preferred size. |
StyleConfig.TextAlignment |
textAlignment
The text alignment. |
StyleConfig.TextEffect |
textEffect
The text effect. |
ConfigReference<StyleConfig> |
tooltipStyle
The tooltip style. |
StyleConfig.VerticalAlignment |
verticalAlignment
The vertical alignment . |
| Constructor Summary | |
|---|---|
StyleConfig.Original()
|
|
| Method Summary | |
|---|---|
StyleConfig.Original |
getOriginal(GlContext ctx)
Returns a reference to the config's underlying original implementation. |
void |
getUpdateReferences(ConfigReferenceSet refs)
Adds the implementation's update references to the provided set. |
void |
getUpdateResources(HashSet<String> paths)
Adds the implementation's update resources to the provided set. |
void |
invalidate()
Invalidates any cached data. |
| 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(mode="alpha",
hgroup="c")
public Color4f color
@Editable(editor="config",
mode="cursor",
nullable=true,
hgroup="c")
public String cursor
@Editable(editor="config",
mode="font",
nullable=true,
hgroup="f")
public String font
@Editable(hgroup="f") public FontConfig.Style fontStyle
@Editable(min=1.0,
hgroup="f")
public int fontSize
@Editable(hgroup="e") public StyleConfig.TextEffect textEffect
@Editable(hgroup="e") public int effectSize
@Editable(mode="alpha",
hgroup="e")
public Color4f effectColor
@Editable(hgroup="a") public StyleConfig.TextAlignment textAlignment
@Editable(hgroup="a") public StyleConfig.VerticalAlignment verticalAlignment
@Editable(hgroup="a") public int lineSpacing
@Editable(editor="resource",
nullable=true)
@FileConstraints(description="m.sound_files_desc",
extensions=".ogg",
directory="sound_dir")
public String feedbackSound
@Editable public InsetsConfig padding
@Editable(nullable=true) public BackgroundConfig background
@Editable(nullable=true) public IconConfig icon
@Editable(nullable=true) public BorderConfig border
@Editable(nullable=true) public DimensionConfig size
@Editable(nullable=true) public ConfigReference<StyleConfig> tooltipStyle
@Editable(nullable=true) public BackgroundConfig selectionBackground
| Constructor Detail |
|---|
public StyleConfig.Original()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
StyleConfig.Implementation
getUpdateReferences in class StyleConfig.Implementationpublic void getUpdateResources(HashSet<String> paths)
StyleConfig.Implementation
getUpdateResources in class StyleConfig.Implementationpublic StyleConfig.Original getOriginal(GlContext ctx)
StyleConfig.Implementation
getOriginal in class StyleConfig.Implementationpublic void invalidate()
StyleConfig.Implementation
invalidate in class StyleConfig.Implementation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||