Uses of Class
de.grogra.pf.data.Dataseries
-
Uses of Dataseries in de.grogra.pf.data
Modifier and TypeMethodDescriptionDataset.addColumn()
Adds a new column to this dataset and returns it as a dataseries.Dataset.addColumn
(Comparable key) Adds a new column to this dataset and returns it as a dataseries.DatasetRef.addColumn()
DatasetRef.addColumn
(Comparable key) Dataset.addRow()
Adds a new row to this dataset and returns it as a dataseries.Dataset.addRow
(Comparable key) Adds a new row to this dataset and returns it as a dataseries.DatasetRef.addRow()
DatasetRef.addRow
(Comparable key) Dataset.getColumn
(int column) Returnscolumn
as a dataseries.DatasetRef.getColumn
(int column) Dataset.getRow
(int row) Returnsrow
as a dataseries.DatasetRef.getRow
(int row) Dataseries.operator$shl
(double[] v) Dataseries.operator$shl
(Number v) Dataset.operator$shl
(double[] v) Dataset.operator$shl
(Number v) DatasetRef.operator$shl
(Number v) Sets the value of celli
tov
.Sets the value of celli
to the pair(x, y)
.Sets the value of celli
to the triple(x, y, z)
.Sets the value of celli
tov
.Sets the x-value of celli
tov
.Sets the y-value of celli
tov
.Sets the z-value of celli
tov
.