com.threerings.opengl.gui.config
Class BorderConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.BorderConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- BorderConfig.Blank, BorderConfig.Solid
@EditorTypes(value={BorderConfig.Solid.class,BorderConfig.Blank.class})
public abstract class BorderConfig- extends DeepObject
- implements Exportable
Contains a border configuration.
|
Field Summary |
int |
thickness
The thickness of the border. |
|
Method Summary |
Border |
getBorder()
Returns the border corresponding to this config. |
void |
invalidate()
Invalidates any cached data. |
thickness
@Editable(hgroup="t")
public int thickness
- The thickness of the border.
BorderConfig
public BorderConfig()
getBorder
public Border getBorder()
- Returns the border corresponding to this config.
invalidate
public void invalidate()
- Invalidates any cached data.
Copyright © 2011. All Rights Reserved.