|
|||||||||
| 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.BorderConfig
@EditorTypes(value={BorderConfig.Solid.class,BorderConfig.Blank.class})
public abstract class BorderConfigContains a border configuration.
| Nested Class Summary | |
|---|---|
static class |
BorderConfig.Blank
A blank border. |
static class |
BorderConfig.Solid
A solid border. |
| Field Summary | |
|---|---|
protected SoftReference<Border> |
_border
The cached border. |
int |
thickness
The thickness of the border. |
| Constructor Summary | |
|---|---|
BorderConfig()
|
|
| Method Summary | |
|---|---|
protected abstract Border |
createBorder()
Creates the border corresponding to this config. |
Border |
getBorder()
Returns the border corresponding to this config. |
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 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(hgroup="t") public int thickness
@DeepOmit protected transient SoftReference<Border> _border
| Constructor Detail |
|---|
public BorderConfig()
| Method Detail |
|---|
public Border getBorder()
public void invalidate()
protected abstract Border createBorder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||