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 cellitov.Sets the value of cellito the pair(x, y).Sets the value of cellito the triple(x, y, z).Sets the value of cellitov.Sets the x-value of cellitov.Sets the y-value of cellitov.Sets the z-value of cellitov.intsize()
-
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 cellitov.- Parameters:
i- cell indexv- new x-value- Returns:
- this dataseries
- See Also:
-
setY
Sets the y-value of cellitov.- Parameters:
i- cell indexv- new y-value- Returns:
- this dataseries
- See Also:
-
setZ
Sets the z-value of cellitov.- Parameters:
i- cell indexv- new z-value- Returns:
- this dataseries
- See Also:
-
set
Sets the value of cellitov.- Parameters:
i- cell indexv- new value- Returns:
- this dataseries
- See Also:
-
setText
Sets the value of cellitov.- Parameters:
i- cell indexv- new text value- Returns:
- this dataseries
- See Also:
-
set
Sets the value of cellito the pair(x, y).- Parameters:
i- cell indexx- new x-valuey- new y-value- Returns:
- this dataseries
- See Also:
-
set
Sets the value of cellito 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
-