com.threerings.opengl.gui.config
Class LayoutConfig.Absolute.SizedChild

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.gui.config.LayoutConfig.Absolute.Child
          extended by 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.
 
Fields inherited from class com.threerings.opengl.gui.config.LayoutConfig.Absolute.Child
component, x, y
 
Constructor Summary
LayoutConfig.Absolute.SizedChild()
           
 
Method Summary
 Object createConstraints()
          Creates the constraints object 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

width

@Editable(hgroup="c")
public int width
The dimensions of the child.


height

@Editable(hgroup="c")
public int height
The dimensions of the child.

Constructor Detail

LayoutConfig.Absolute.SizedChild

public LayoutConfig.Absolute.SizedChild()
Method Detail

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.