com.threerings.opengl.gui.layout
Class DimenInfo
java.lang.Object
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.
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
DimenInfo
public DimenInfo()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.