com.threerings.opengl.gui.config
Class LayoutConfig.Anchor

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.gui.config.LayoutConfig
          extended by com.threerings.opengl.gui.config.LayoutConfig.Anchor
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
LayoutConfig

public static class LayoutConfig.Anchor
extends LayoutConfig

An anchor layout.


Nested Class Summary
static class LayoutConfig.Anchor.Child
          Represents a child of the 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
 
Field Summary
 LayoutConfig.Anchor.Child[] children
          The children of this layout.
 
Constructor Summary
LayoutConfig.Anchor()
           
 
Method Summary
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.opengl.gui.config.LayoutConfig
configure
 
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

children

@Editable
public LayoutConfig.Anchor.Child[] children
The children of this layout.

Constructor Detail

LayoutConfig.Anchor

public LayoutConfig.Anchor()
Method Detail

invalidate

public void invalidate()
Description copied from class: LayoutConfig
Invalidates any cached data.

Overrides:
invalidate in class LayoutConfig


Copyright © 2011. All Rights Reserved.