gov.nasa.gsfc.drl.rtstps.library.layout
Class ScaledGridLayout.Axis

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

final class ScaledGridLayout.Axis
extends java.lang.Object

Manages all rows or all columns.


Field Summary
(package private)  int count
           
(package private)  boolean fixedSize
           
(package private)  int minimumLayoutSize
           
(package private)  int preferredLayoutSize
           
(package private)  float[] scale
           
(package private)  int[] size
           
 
Constructor Summary
ScaledGridLayout.Axis()
           
 
Method Summary
(package private)  void setup()
           
(package private)  void setup(int psum, int ssum, int pbig, int sbig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

int count

preferredLayoutSize

int preferredLayoutSize

minimumLayoutSize

int minimumLayoutSize

size

int[] size

scale

float[] scale

fixedSize

boolean fixedSize
Constructor Detail

ScaledGridLayout.Axis

ScaledGridLayout.Axis()
Method Detail

setup

void setup()

setup

void setup(int psum,
           int ssum,
           int pbig,
           int sbig)