com.threerings.opengl.gui.config
Class LayoutConfig.Border.Child
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.LayoutConfig.Border.Child
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- LayoutConfig.Border
public static class LayoutConfig.Border.Child
- extends DeepObject
- implements Exportable
Represents a child of the layout.
location
@Editable
public LayoutConfig.Location location
- The location of the child.
component
@Editable
public ComponentConfig component
- The child component.
LayoutConfig.Border.Child
public LayoutConfig.Border.Child()
getConstraints
public Object getConstraints()
- Returns the constraints for this child.
Copyright © 2011. All Rights Reserved.