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 classAbstractArrayDataSetPropertiesBasic properties for aArrayDataSet.Methods in idare.imagenode.Data.BasicDataTypes.ArrayData with parameters of type DataSetLayoutProperties Modifier and Type Method Description DataContainerArrayDataSet. getLayoutContainer(DataSetLayoutProperties props)voidAbstractArrayContainerLayout. 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 classMultiArrayDataPropertiesA basic class for allMultiArrayDataPropertiesMethods in idare.imagenode.Data.BasicDataTypes.MultiArrayData with parameters of type DataSetLayoutProperties Modifier and Type Method Description DataContainerMultiArrayDataSet. getLayoutContainer(DataSetLayoutProperties props)abstract voidMultiArrayContainerLayout. 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 DataSetLayoutPropertiesDataSet. datasetPropertiesThe 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. propertyOptionsMethods 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 booleanDataSet. addPropertyOption(DataSetLayoutProperties propsToAdd)Add Property options to this Dataset, and indicate whether the addition was successful.abstract DataContainerDataSet. getLayoutContainer(DataSetLayoutProperties properties)Get a sample container for Layout purposesbooleanDataSet. removePropertyOption(DataSetLayoutProperties propsToRemove)Remove the given PropertyOptions from this dataset.voidDataSet. setProperties(DataSetLayoutProperties properties)Set theDataSetLayoutPropertiescurrently used for this datasetMethod parameters in idare.imagenode.Interfaces.DataSets with type arguments of type DataSetLayoutProperties Modifier and Type Method Description voidDataSet. 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 voidContainerLayout. 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 voidContainerLayout. setupLayout(NodeData data, Rectangle area, String DataSetLabel, DataSetLayoutProperties props)Setup the layout specific positions and data. 
 -