gov.nasa.gsfc.drl.rtstps.library.layout
Class HeightManager.Row

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.library.layout.HeightManager.Row
Enclosing class:
HeightManager

final class HeightManager.Row
extends java.lang.Object


Field Summary
(package private)  int height
           
(package private)  int minimumHeight
           
(package private)  int preferredHeight
           
(package private)  int start
           
(package private)  float weight
           
 
Constructor Summary
HeightManager.Row()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

int start

height

int height

minimumHeight

int minimumHeight

preferredHeight

int preferredHeight

weight

float weight
Constructor Detail

HeightManager.Row

HeightManager.Row()