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 DataContainerArrayDataSet. getLayoutContainer(DataSetLayoutProperties props)voidAbstractArrayContainerLayout. 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 DataContainerMultiArrayDataSet. getLayoutContainer(DataSetLayoutProperties props)abstract voidMultiArrayContainerLayout. 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 DataContainerDataSet. 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 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.abstract DataContainerDataSetLayoutProperties. newContainerInstance(DataSet origin, NodeData data)protected abstract voidContainerLayout. setupLayout(NodeData data, Rectangle area, String DataSetLabel, DataSetLayoutProperties props)Setup the layout specific positions and data. 
 -