|
||||||||||
| 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.InsetsConfig
public class InsetsConfig
Contains a configurable set of insets.
| Field Summary | |
|---|---|
int |
bottom
The inset parameters. |
int |
left
The inset parameters. |
int |
right
The inset parameters. |
int |
top
The inset parameters. |
| Constructor Summary | |
|---|---|
InsetsConfig()
|
|
| Method Summary | |
|---|---|
Insets |
createInsets()
Creates a set of insets corresponding to this config. |
| 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(hgroup="i") public int top
@Editable(hgroup="i") public int right
@Editable(hgroup="i") public int bottom
@Editable(hgroup="i") public int left
| Constructor Detail |
|---|
public InsetsConfig()
| Method Detail |
|---|
public Insets createInsets()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||