public class LoopStarTable
extends uk.ac.starlink.table.ColumnStarTable
Constructor and Description |
---|
LoopStarTable(java.lang.String colName,
double start,
double end,
double step,
java.lang.Boolean isInteger)
Constructs a loop table from values like the initialisers of a for loop.
|
Modifier and Type | Method and Description |
---|---|
long |
getRowCount() |
addColumn, getCell, getColumnCount, getColumnData, getColumnInfo, makeTableWithRows, setCell, setColumn
public LoopStarTable(java.lang.String colName, double start, double end, double step, java.lang.Boolean isInteger)
isInteger
parameter may be set True for an
Integer column, False for a Double column, and null if the type is
to be determined from the input values (integer if all are integers).colName
- name of the single column name in the tablestart
- initial (row 0) value of variableend
- value which variable will not exceedstep
- per-row increment of variableCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.