JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
de.grogra.pf.data.Datacell
Packages that use
Datacell
Package
Description
de.grogra.pf.data
Uses of
Datacell
in
de.grogra.pf.data
Methods in
de.grogra.pf.data
that return
Datacell
Modifier and Type
Method
Description
Datacell
Dataseries.
addCell
()
Datacell
Dataseries.
getCell
(int i)
Returns the
i
-th cell in this dataseries.
Datacell
Dataset.
getCell
(int row, int col)
Returns the datacell at
row
and
column
.