Uses of Class
idare.imagenode.Interfaces.DataSets.NodeData
-
Packages that use NodeData 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 NodeData in idare.imagenode.Data.BasicDataTypes.ArrayData
Subclasses of NodeData in idare.imagenode.Data.BasicDataTypes.ArrayData Modifier and Type Class Description class
ArrayNodeData
NodeData that can be used for anyArrayDataSet
Methods in idare.imagenode.Data.BasicDataTypes.ArrayData that return NodeData Modifier and Type Method Description NodeData
AbstractArrayContainer. getData()
NodeData
ArrayDataSet. getDataForID(String NodeID)
NodeData
ArrayDataSet. getDefaultData()
Methods in idare.imagenode.Data.BasicDataTypes.ArrayData with parameters of type NodeData Modifier and Type Method Description void
AbstractArrayContainerLayout. LayoutDataForNode(NodeData data, org.apache.batik.svggen.SVGGraphics2D context, boolean Legend, ColorMap colors)
void
ArrayDataDescription. setupItemDescription(NodeData currentdata, String DataSetLabel, JScrollPane Legend)
Set up the Itemdescription for a specific set of data and a given DatasetLabel.void
AbstractArrayContainerLayout. setupLayout(NodeData data, Rectangle AreaAndPosition, String DataSetLabel, DataSetLayoutProperties props)
Constructors in idare.imagenode.Data.BasicDataTypes.ArrayData with parameters of type NodeData Constructor Description AbstractArrayContainer(DataSet origin, NodeData data)
Basic constructor with a sourceDataSet
and the data used in this container. -
Uses of NodeData in idare.imagenode.Data.BasicDataTypes.MultiArrayData
Subclasses of NodeData in idare.imagenode.Data.BasicDataTypes.MultiArrayData Modifier and Type Class Description class
MultiArrayNodeData
Methods in idare.imagenode.Data.BasicDataTypes.MultiArrayData that return NodeData Modifier and Type Method Description NodeData
MultiArrayContainer. getData()
NodeData
MultiArrayDataSet. getDataForID(String NodeID)
NodeData
MultiArrayDataSet. getDefaultData()
Methods in idare.imagenode.Data.BasicDataTypes.MultiArrayData with parameters of type NodeData Modifier and Type Method Description abstract void
MultiArrayContainerLayout. LayoutDataForNode(NodeData data, org.apache.batik.svggen.SVGGraphics2D context, boolean Legend, ColorMap coloring)
abstract void
MultiArrayContainerLayout. setupLayout(NodeData data, Rectangle area, String DataSetLabel, DataSetLayoutProperties props)
Constructors in idare.imagenode.Data.BasicDataTypes.MultiArrayData with parameters of type NodeData Constructor Description MultiArrayContainer(DataSet origin, NodeData data)
Standard Constructor using the Source Dataset and a NodeData -
Uses of NodeData in idare.imagenode.Interfaces.DataSets
Methods in idare.imagenode.Interfaces.DataSets that return NodeData Modifier and Type Method Description NodeData
DataContainer. getData()
Get theNodeData
associated with this Containerabstract NodeData
DataSet. getDataForID(String NodeID)
Get theNodeData
for a specific ID.abstract NodeData
DataSet. getDefaultData()
Get a default NodeData object for this dataset -
Uses of NodeData in idare.imagenode.Interfaces.Layout
Methods in idare.imagenode.Interfaces.Layout with parameters of type NodeData 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 void
ContainerLayout. LayoutDataForNode(NodeData data, org.apache.batik.svggen.SVGGraphics2D context, boolean Legend, ColorMap coloring)
Layout the Data according to the previously generated layoutabstract 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.
-