com.threerings.opengl.gui.config
Class LayoutConfig.Absolute
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.LayoutConfig
com.threerings.opengl.gui.config.LayoutConfig.Absolute
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- LayoutConfig
public static class LayoutConfig.Absolute
- extends LayoutConfig
An absolute layout.
| Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.LayoutConfig |
LayoutConfig.Absolute, LayoutConfig.Anchor, LayoutConfig.Border, LayoutConfig.Group, LayoutConfig.HorizontalAlignment, LayoutConfig.HorizontalGroup, LayoutConfig.Justification, LayoutConfig.Location, LayoutConfig.OffAxisPolicy, LayoutConfig.OnAxisPolicy, LayoutConfig.Table, LayoutConfig.VerticalAlignment, LayoutConfig.VerticalGroup |
|
Method Summary |
void |
invalidate()
Invalidates any cached data. |
flipped
@Editable
public boolean flipped
- Whether or not the coordinates are flipped.
children
@Editable
public LayoutConfig.Absolute.Child[] children
- The children of this layout.
LayoutConfig.Absolute
public LayoutConfig.Absolute()
invalidate
public void invalidate()
- Description copied from class:
LayoutConfig
- Invalidates any cached data.
- Overrides:
invalidate in class LayoutConfig
Copyright © 2011. All Rights Reserved.