Uses of Class
idare.imagenode.exceptions.layout.WrongDatasetTypeException
-
Packages that use WrongDatasetTypeException 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 WrongDatasetTypeException in idare.imagenode.Data.BasicDataTypes.ArrayData
Methods in idare.imagenode.Data.BasicDataTypes.ArrayData that throw WrongDatasetTypeException Modifier and Type Method Description DataContainer
ArrayDataSet. getLayoutContainer(DataSetLayoutProperties props)
void
AbstractArrayContainerLayout. setupLayout(NodeData data, Rectangle AreaAndPosition, String DataSetLabel, DataSetLayoutProperties props)
-
Uses of WrongDatasetTypeException in idare.imagenode.Data.BasicDataTypes.MultiArrayData
Methods in idare.imagenode.Data.BasicDataTypes.MultiArrayData that throw WrongDatasetTypeException Modifier and Type Method Description DataContainer
MultiArrayDataSet. getLayoutContainer(DataSetLayoutProperties props)
abstract void
MultiArrayContainerLayout. setupLayout(NodeData data, Rectangle area, String DataSetLabel, DataSetLayoutProperties props)
-
Uses of WrongDatasetTypeException in idare.imagenode.Interfaces.DataSets
Methods in idare.imagenode.Interfaces.DataSets that throw WrongDatasetTypeException Modifier and Type Method Description abstract DataContainer
DataSet. getLayoutContainer(DataSetLayoutProperties properties)
Get a sample container for Layout purposes -
Uses of WrongDatasetTypeException in idare.imagenode.Interfaces.Layout
Methods in idare.imagenode.Interfaces.Layout that throw WrongDatasetTypeException 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.abstract DataContainer
DataSetLayoutProperties. newContainerInstance(DataSet origin, NodeData data)
protected abstract void
ContainerLayout. setupLayout(NodeData data, Rectangle area, String DataSetLabel, DataSetLayoutProperties props)
Setup the layout specific positions and data.
-