Package | Description |
---|---|
org.scijava.table |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDoubleTable
Default implementation of
DoubleTable . |
Modifier and Type | Method and Description |
---|---|
DoubleTable |
TableLoader.valuesFromTextFile(BufferedInputStream str)
Loads the values of a table stored in a text file as a ResultsTable.
|
DoubleTable |
TableLoader.valuesFromTextFile(File file)
Loads the values of a table stored in a text file as a ResultsTable.
|
DoubleTable |
TableLoader.valuesFromTextFile(String urlString)
Loads the values of a table stored in a text file as a ResultsTable.
|
DoubleTable |
TableLoader.valuesFromTextFile(URL url)
Loads the values of a table stored at a URL as a ResultsTable.
|
Copyright © 2015–2022 SciJava. All rights reserved.