|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--PseudoArray
This class generates a pseudo array from maxRowsExpected of spots. It assumes ONE field (i.e. no duplicate grids). The results are left in: (maxRowsComputed, maxGrids, maxGridRows, maxGridCols).
This work was produced by Peter Lemkin of the National Cancer Institute, an agency of the United States Government. As a work of the United States Government there is no associated copyright. It is offered as open source software under the Mozilla Public License (version 1.1) subject to the limitations noted in the accompanying LEGAL file.
| Field Summary | |
int |
maxGridCols
RTN: # estimated columns/grid |
int |
maxGridRows
RTN: # estimated rows/grid |
int |
maxGrids
RTN: # estimated grids/field |
int |
maxRowsComputed
RTN: final #rows computed for new max[G,R,C] |
int |
maxRowsExpected
ARG: initial # of rows specified |
static int |
OPT_GRID_SIZE
Optimal grid size for MAExplorer viewing |
static double |
ROWS_TO_COLS_ASPECT_RATIO
desired rows/cols aspect aspect for a grid |
| Constructor Summary | |
(package private) |
PseudoArray(int maxRowsExpected)
PseudoArray() - compute a reasonable PseudoArray geometry such that we can visualize it easily with MAExplorer without it hogging the whole screen. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final int OPT_GRID_SIZE
public static final double ROWS_TO_COLS_ASPECT_RATIO
public int maxRowsExpected
public int maxRowsComputed
public int maxGrids
public int maxGridRows
public int maxGridCols
| Constructor Detail |
PseudoArray(int maxRowsExpected)
maxRowsExpected - is the total # of spots in the array
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||