com.threerings.opengl.gui.config
Class LayoutConfig.Absolute.SizedChild
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.LayoutConfig.Absolute.Child
com.threerings.opengl.gui.config.LayoutConfig.Absolute.SizedChild
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- LayoutConfig.Absolute
public static class LayoutConfig.Absolute.SizedChild
- extends LayoutConfig.Absolute.Child
Represents a child with a fixed size.
|
Field Summary |
int |
height
The dimensions of the child. |
int |
width
The dimensions of the child. |
width
@Editable(hgroup="c")
public int width
- The dimensions of the child.
height
@Editable(hgroup="c")
public int height
- The dimensions of the child.
LayoutConfig.Absolute.SizedChild
public LayoutConfig.Absolute.SizedChild()
createConstraints
public Object createConstraints()
- Description copied from class:
LayoutConfig.Absolute.Child
- Creates the constraints object for this child.
- Overrides:
createConstraints in class LayoutConfig.Absolute.Child
Copyright © 2011. All Rights Reserved.