Uses of Class
idare.imagenode.Interfaces.Layout.DataSetLayoutProperties
-
Packages that use DataSetLayoutProperties 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 DataSetLayoutProperties in idare.imagenode.Data.BasicDataTypes.ArrayData
Subclasses of DataSetLayoutProperties in idare.imagenode.Data.BasicDataTypes.ArrayData Modifier and Type Class Description class
AbstractArrayDataSetProperties
Basic properties for aArrayDataSet
.Methods in idare.imagenode.Data.BasicDataTypes.ArrayData with parameters of type DataSetLayoutProperties Modifier and Type Method Description DataContainer
ArrayDataSet. getLayoutContainer(DataSetLayoutProperties props)
void
AbstractArrayContainerLayout. setupLayout(NodeData data, Rectangle AreaAndPosition, String DataSetLabel, DataSetLayoutProperties props)
-
Uses of DataSetLayoutProperties in idare.imagenode.Data.BasicDataTypes.MultiArrayData
Subclasses of DataSetLayoutProperties in idare.imagenode.Data.BasicDataTypes.MultiArrayData Modifier and Type Class Description class
MultiArrayDataProperties
A basic class for allMultiArrayDataProperties
Methods in idare.imagenode.Data.BasicDataTypes.MultiArrayData with parameters of type DataSetLayoutProperties Modifier and Type Method Description DataContainer
MultiArrayDataSet. getLayoutContainer(DataSetLayoutProperties props)
abstract void
MultiArrayContainerLayout. setupLayout(NodeData data, Rectangle area, String DataSetLabel, DataSetLayoutProperties props)
-
Uses of DataSetLayoutProperties in idare.imagenode.Interfaces.DataSets
Fields in idare.imagenode.Interfaces.DataSets declared as DataSetLayoutProperties Modifier and Type Field Description protected DataSetLayoutProperties
DataSet. datasetProperties
The properties to be used for this dataset, need to be set during reading of data.Fields in idare.imagenode.Interfaces.DataSets with type parameters of type DataSetLayoutProperties Modifier and Type Field Description protected Vector<DataSetLayoutProperties>
DataSet. propertyOptions
Methods in idare.imagenode.Interfaces.DataSets that return types with arguments of type DataSetLayoutProperties Modifier and Type Method Description Vector<DataSetLayoutProperties>
DataSet. getPropertyOptions()
Get the selection of different properties available for this datasetMethods in idare.imagenode.Interfaces.DataSets with parameters of type DataSetLayoutProperties Modifier and Type Method Description boolean
DataSet. addPropertyOption(DataSetLayoutProperties propsToAdd)
Add Property options to this Dataset, and indicate whether the addition was successful.abstract DataContainer
DataSet. getLayoutContainer(DataSetLayoutProperties properties)
Get a sample container for Layout purposesboolean
DataSet. removePropertyOption(DataSetLayoutProperties propsToRemove)
Remove the given PropertyOptions from this dataset.void
DataSet. setProperties(DataSetLayoutProperties properties)
Set theDataSetLayoutProperties
currently used for this datasetMethod parameters in idare.imagenode.Interfaces.DataSets with type arguments of type DataSetLayoutProperties Modifier and Type Method Description void
DataSet. setPropertyOptionsUnchecked(Collection<DataSetLayoutProperties> options)
Sets the Options potentially available to this Dataset. -
Uses of DataSetLayoutProperties in idare.imagenode.Interfaces.Layout
Methods in idare.imagenode.Interfaces.Layout with parameters of type DataSetLayoutProperties Modifier and Type Method Description void
ContainerLayout. createLayout(NodeData data, Rectangle area, String DataSetLabel, DataSetLayoutProperties props)
Create the Layout for a given set of data, in a specified area using a specified Label for the underlying Dataset.protected abstract void
ContainerLayout. setupLayout(NodeData data, Rectangle area, String DataSetLabel, DataSetLayoutProperties props)
Setup the layout specific positions and data.
-