Uses of Class
idare.imagenode.Interfaces.DataSets.DataSet
-
Packages that use DataSet Package Description idare.imagenode.Data.BasicDataTypes.ArrayData This package contains the basic Dataset assuming that the data consists of one sheet of information.idare.imagenode.Data.BasicDataTypes.MultiArrayData This package contains the a Dataset specification for datasets with multiple sheets of containing multiple related sets of information..idare.imagenode.Interfaces.DataSets A Package that defines interfaces and abstract basis classes for all components necessary to represent aDataSet
.idare.imagenode.Interfaces.Layout A Package that defines interfaces and abstract basis classes for all components necessary to generate a Layout for n individual DataSet -
-
Uses of DataSet in idare.imagenode.Data.BasicDataTypes.ArrayData
Subclasses of DataSet in idare.imagenode.Data.BasicDataTypes.ArrayData Modifier and Type Class Description class
ArrayDataSet
An Abstract basis class for item based datasets.Fields in idare.imagenode.Data.BasicDataTypes.ArrayData declared as DataSet Modifier and Type Field Description protected DataSet
AbstractArrayContainer. origin
Methods in idare.imagenode.Data.BasicDataTypes.ArrayData that return DataSet Modifier and Type Method Description DataSet
AbstractArrayContainer. getDataSet()
Methods in idare.imagenode.Data.BasicDataTypes.ArrayData that return types with arguments of type DataSet Modifier and Type Method Description Collection<Class<? extends DataSet>>
AbstractArrayDataSetProperties. getWorkingClassTypes()
Methods in idare.imagenode.Data.BasicDataTypes.ArrayData with parameters of type DataSet Modifier and Type Method Description JPanel
AbstractArrayDataSetProperties. getDataSetDescriptionPane(JScrollPane Legend, String DataSetLabel, ColorMap map, DataSet set)
void
AbstractArrayDataSetProperties. testValidity(DataSet set)
Constructors in idare.imagenode.Data.BasicDataTypes.ArrayData with parameters of type DataSet Constructor Description AbstractArrayContainer(DataSet origin, NodeData data)
Basic constructor with a sourceDataSet
and the data used in this container.ArrayNodeData(DataSet origin)
Basic constructor using the dataset this is originating from -
Uses of DataSet in idare.imagenode.Data.BasicDataTypes.MultiArrayData
Subclasses of DataSet in idare.imagenode.Data.BasicDataTypes.MultiArrayData Modifier and Type Class Description class
MultiArrayDataSet
Class to provide a basic setting for MultiArray Datasets.Fields in idare.imagenode.Data.BasicDataTypes.MultiArrayData declared as DataSet Modifier and Type Field Description protected DataSet
MultiArrayContainer. origin
TheDataSet
this container is associated withMethods in idare.imagenode.Data.BasicDataTypes.MultiArrayData that return DataSet Modifier and Type Method Description DataSet
MultiArrayContainer. getDataSet()
Methods in idare.imagenode.Data.BasicDataTypes.MultiArrayData with parameters of type DataSet Modifier and Type Method Description void
MultiArrayDescription. setupItemDescription(DataSet currentdata, ColorMap map)
Constructors in idare.imagenode.Data.BasicDataTypes.MultiArrayData with parameters of type DataSet Constructor Description MultiArrayContainer(DataSet origin, NodeData data)
Standard Constructor using the Source Dataset and a NodeDataMultiArrayNodeData(DataSet origin)
Basic constructor providing a source DataSet -
Uses of DataSet in idare.imagenode.Interfaces.DataSets
Fields in idare.imagenode.Interfaces.DataSets declared as DataSet Modifier and Type Field Description protected DataSet
NodeData. parent
Methods in idare.imagenode.Interfaces.DataSets that return DataSet Modifier and Type Method Description DataSet
DataContainer. getDataSet()
Get the source Dataset this Container was build from.DataSet
NodeData. getDataSet()
Constructors in idare.imagenode.Interfaces.DataSets with parameters of type DataSet Constructor Description NodeData(DataSet origin)
Generic contstructor using the source DataSet. -
Uses of DataSet in idare.imagenode.Interfaces.Layout
Methods in idare.imagenode.Interfaces.Layout that return types with arguments of type DataSet Modifier and Type Method Description abstract Collection<Class<? extends DataSet>>
DataSetLayoutProperties. getWorkingClassTypes()
Get the DataSet class Types these Properties are supposed to work with.Methods in idare.imagenode.Interfaces.Layout with parameters of type DataSet Modifier and Type Method Description abstract JPanel
DataSetLayoutProperties. getDataSetDescriptionPane(JScrollPane Legend, String DataSetLabel, ColorMap map, DataSet set)
Plot the Legend for this Dataset.abstract DataContainer
DataSetLayoutProperties. newContainerInstance(DataSet origin, NodeData data)
abstract void
DataSetLayoutProperties. testValidity(DataSet set)
Test, whether the provided DataSet is valid to be used with these properties.
-