IDataInfopublic static class DataDouble.DataInfoDouble extends DataInfo
| Constructor | Description |
|---|---|
DataInfoDouble(java.lang.String label,
Dimension dimension) |
| Modifier and Type | Method | Description |
|---|---|---|
IDataInfoFactory |
getFactory() |
Returns a mutable factory that can make copies of this instance of
DataInfo.
|
int |
getLength() |
Returns the number of numerical values held by the IData object.
|
IData |
makeData() |
Returns a Data object appropriate for this DataInfo instance.
|
public DataInfoDouble(java.lang.String label,
Dimension dimension)
public int getLength()
IDataInfopublic IDataInfoFactory getFactory()
IDataInfo