com.threerings.opengl.gui.config
Class StyleConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.config.ManagedConfig
com.threerings.config.ParameterizedConfig
com.threerings.opengl.gui.config.StyleConfig
- All Implemented Interfaces:
- ConfigUpdateListener<ManagedConfig>, Exportable, com.threerings.resource.ResourceManager.ModificationObserver, Copyable, Cloneable
public class StyleConfig
- extends ParameterizedConfig
Describes a user interface style.
| Methods inherited from class com.threerings.config.ManagedConfig |
addListener, configUpdated, getConfigManager, getInstance, getInstance, getInstance, getInstance, getName, init, removeListener, resourceModified, setName, updateFromSource |
NULL_ORIGINAL
public static final StyleConfig.Original NULL_ORIGINAL
- Used when we can't resolve the tile's underlying original implementation.
implementation
@Editable
public StyleConfig.Implementation implementation
- The actual style implementation.
StyleConfig
public StyleConfig()
getOriginal
public StyleConfig.Original getOriginal(GlContext ctx)
- Returns a reference to the config's underlying original implementation.
Copyright © 2011. All Rights Reserved.