java.lang.Object
de.grogra.pf.data.Datacell
- All Implemented Interfaces:
Serializable
A
Datacell
represents a aingle cell of a
tabular Dataset
. It may contain
either a text value or up to three numbers.- Author:
- Ole Kniemeyer
- See Also:
-
Constructor Details
-
Datacell
-
-
Method Details
-
isNull
public boolean isNull() -
isScalar
public boolean isScalar() -
isXNull
public boolean isXNull() -
isYNull
public boolean isYNull() -
isZNull
public boolean isZNull() -
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
setX
-
setY
-
setZ
-
set
-
setText
-
set
-
set
-
toString
-