java.lang.Object
de.grogra.pf.data.Dataseries
- Author:
- Ole Kniemeyer
-
Method Summary
Modifier and TypeMethodDescriptionaddCell()
getCell
(int i) Returns thei
-th cell in this dataseries.operator$shl
(double[] 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
.int
size()
-
Method Details
-
getCell
Returns thei
-th cell in this dataseries. If such a cell does not yet exist, it is created implicitly.- Parameters:
i
- index of cell- Returns:
i
-th cell of dataseries
-
size
public int size() -
addCell
-
setX
Sets the x-value of celli
tov
.- Parameters:
i
- cell indexv
- new x-value- Returns:
- this dataseries
- See Also:
-
setY
Sets the y-value of celli
tov
.- Parameters:
i
- cell indexv
- new y-value- Returns:
- this dataseries
- See Also:
-
setZ
Sets the z-value of celli
tov
.- Parameters:
i
- cell indexv
- new z-value- Returns:
- this dataseries
- See Also:
-
set
Sets the value of celli
tov
.- Parameters:
i
- cell indexv
- new value- Returns:
- this dataseries
- See Also:
-
setText
Sets the value of celli
tov
.- Parameters:
i
- cell indexv
- new text value- Returns:
- this dataseries
- See Also:
-
set
Sets the value of celli
to the pair(x, y)
.- Parameters:
i
- cell indexx
- new x-valuey
- new y-value- Returns:
- this dataseries
- See Also:
-
set
Sets the value of celli
to the triple(x, y, z)
.- Parameters:
i
- cell indexx
- new x-valuey
- new y-valuez
- new z-value- Returns:
- this dataseries
- See Also:
-
add
-
add
-
add
-
operator$shl
-
operator$shl
-