|
||||||||||
| 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.LayoutConfig.Anchor.Child
public static class LayoutConfig.Anchor.Child
Represents a child of the layout.
| Field Summary | |
|---|---|
float |
childX
The proportional location of the anchor on the child. |
float |
childY
The proportional location of the anchor on the child. |
ComponentConfig |
component
The child component. |
float |
parentX
The proportional location of the anchor on the parent. |
float |
parentY
The proportional location of the anchor on the parent. |
| Constructor Summary | |
|---|---|
LayoutConfig.Anchor.Child()
|
|
| Method Summary | |
|---|---|
Object |
createConstraints()
Creates the constraints for this child. |
| 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(step=0.01,
hgroup="c")
public float childX
@Editable(step=0.01,
hgroup="c")
public float childY
@Editable(step=0.01,
hgroup="p")
public float parentX
@Editable(step=0.01,
hgroup="p")
public float parentY
@Editable public ComponentConfig component
| Constructor Detail |
|---|
public LayoutConfig.Anchor.Child()
| Method Detail |
|---|
public Object createConstraints()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||