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 classArrayDataSetAn Abstract basis class for item based datasets.Fields in idare.imagenode.Data.BasicDataTypes.ArrayData declared as DataSet Modifier and Type Field Description protected DataSetAbstractArrayContainer. originMethods in idare.imagenode.Data.BasicDataTypes.ArrayData that return DataSet Modifier and Type Method Description DataSetAbstractArrayContainer. 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 JPanelAbstractArrayDataSetProperties. getDataSetDescriptionPane(JScrollPane Legend, String DataSetLabel, ColorMap map, DataSet set)voidAbstractArrayDataSetProperties. 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 sourceDataSetand 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 classMultiArrayDataSetClass to provide a basic setting for MultiArray Datasets.Fields in idare.imagenode.Data.BasicDataTypes.MultiArrayData declared as DataSet Modifier and Type Field Description protected DataSetMultiArrayContainer. originTheDataSetthis container is associated withMethods in idare.imagenode.Data.BasicDataTypes.MultiArrayData that return DataSet Modifier and Type Method Description DataSetMultiArrayContainer. getDataSet()Methods in idare.imagenode.Data.BasicDataTypes.MultiArrayData with parameters of type DataSet Modifier and Type Method Description voidMultiArrayDescription. 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 DataSetNodeData. parentMethods in idare.imagenode.Interfaces.DataSets that return DataSet Modifier and Type Method Description DataSetDataContainer. getDataSet()Get the source Dataset this Container was build from.DataSetNodeData. 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 JPanelDataSetLayoutProperties. getDataSetDescriptionPane(JScrollPane Legend, String DataSetLabel, ColorMap map, DataSet set)Plot the Legend for this Dataset.abstract DataContainerDataSetLayoutProperties. newContainerInstance(DataSet origin, NodeData data)abstract voidDataSetLayoutProperties. testValidity(DataSet set)Test, whether the provided DataSet is valid to be used with these properties.
-