com.threerings.opengl.gui.layout
Class DimenInfo

java.lang.Object
  extended by com.threerings.opengl.gui.layout.DimenInfo

public class DimenInfo
extends Object

This record is used by the group layout managers to return a set of statistics computed for their target widgets.


Field Summary
 int count
           
 Dimension[] dimens
           
 int fixhei
           
 int fixwid
           
 int maxfreehei
           
 int maxfreewid
           
 int maxhei
           
 int maxwid
           
 int numfix
           
 int tothei
           
 int totweight
           
 int totwid
           
 
Constructor Summary
DimenInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

count

public int count

totwid

public int totwid

tothei

public int tothei

maxwid

public int maxwid

maxhei

public int maxhei

numfix

public int numfix

fixwid

public int fixwid

fixhei

public int fixhei

maxfreewid

public int maxfreewid

maxfreehei

public int maxfreehei

totweight

public int totweight

dimens

public Dimension[] dimens
Constructor Detail

DimenInfo

public DimenInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.