public class DefaultResultsTable extends DefaultDoubleTable implements ResultsTable
ResultsTable
.modCount
Constructor and Description |
---|
DefaultResultsTable()
Creates an empty results table.
|
DefaultResultsTable(int columnCount,
int rowCount)
Creates a results table with the given row and column dimensions.
|
Modifier and Type | Method and Description |
---|---|
ImgPlus<DoubleType> |
img()
Wraps the results table in an ImgLib
Img . |
createColumn
add, add, addAll, addAll, getRowCount, getRowHeader, insertColumns, removeRows, set, setColumnCount, setRowCount, setRowHeader
ensureCapacity, setSize
clear, clone, contains, forEach, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
getValue, setValue
add, add, addAll, addAll, appendColumn, appendColumn, appendColumns, appendColumns, appendRow, appendRow, appendRows, appendRows, clear, contains, containsAll, get, get, get, get, getColumnCount, getColumnHeader, getColumnIndex, getRowCount, getRowHeader, getRowIndex, indexOf, insertColumn, insertColumn, insertColumns, insertColumns, insertRow, insertRow, insertRows, insertRows, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeColumn, removeColumn, removeColumns, removeColumns, removeRow, removeRow, removeRows, removeRows, retainAll, set, set, set, setColumnCount, setColumnHeader, setDimensions, setRowCount, setRowHeader, size, subList, toArray, toArray
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public DefaultResultsTable()
public DefaultResultsTable(int columnCount, int rowCount)
public ImgPlus<DoubleType> img()
ResultsTable
Img
.img
in interface ResultsTable
Copyright © 2014–2022 ImageJ. All rights reserved.