Modifier and Type | Class and Description |
---|---|
class |
AbstractArrayContainer
A Basis class for container using
ArrayNodeData . |
Modifier and Type | Method and Description |
---|---|
DataContainer |
ArrayDataSet.getContainerForID(String ID) |
DataContainer |
ArrayDataSet.getLayoutContainer(DataSetLayoutProperties props) |
Modifier and Type | Class and Description |
---|---|
class |
MultiArrayContainer
A Container for a
MultiArrayDataSet |
Modifier and Type | Method and Description |
---|---|
DataContainer |
MultiArrayDataSet.getContainerForID(String ID) |
DataContainer |
MultiArrayDataSet.getLayoutContainer(DataSetLayoutProperties props) |
Modifier and Type | Method and Description |
---|---|
abstract DataContainer |
DataSet.getContainerForID(String ID)
Get the appropriate DataContainer for an ID.
|
abstract DataContainer |
DataSet.getLayoutContainer(DataSetLayoutProperties properties)
Get a sample container for Layout purposes
|
Modifier and Type | Method and Description |
---|---|
abstract DataContainer |
DataSetLayoutProperties.newContainerInstance(DataSet origin,
NodeData data)
|
Modifier and Type | Class and Description |
---|---|
class |
CircleContainer
CircleContainer is a container for Circles representing the data items.
|
Modifier and Type | Method and Description |
---|---|
DataContainer |
CircleDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
Modifier and Type | Method and Description |
---|---|
DataContainer |
CircleGridProperties.newContainerInstance(DataSet origin,
NodeData data) |
Modifier and Type | Class and Description |
---|---|
class |
RectangleContainer
Class to provide a Container for Rectangle related data
|
Modifier and Type | Method and Description |
---|---|
DataContainer |
RectangleDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
Modifier and Type | Method and Description |
---|---|
DataContainer |
TimeSeriesDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
Modifier and Type | Class and Description |
---|---|
class |
GraphContainer
Container Class for GraphData
|
Modifier and Type | Method and Description |
---|---|
DataContainer |
GraphDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
Modifier and Type | Class and Description |
---|---|
class |
IndividualGraphContainer
Container Class for GraphData
|
Modifier and Type | Method and Description |
---|---|
DataContainer |
IndividualGraphDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
Modifier and Type | Class and Description |
---|---|
class |
ScatterContainer
Container Class for GraphData
|
Modifier and Type | Method and Description |
---|---|
DataContainer |
ScatterDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
Modifier and Type | Method and Description |
---|---|
HashMap<JPanel,DataContainer> |
ImageBag.createLayout()
Create the layout, if possible.
|
HashMap<ImageBag,HashMap<JPanel,DataContainer>> |
ImageNodeContainer.createLayout(JFrame frame)
Create the layout for the contained
ImageBag s and return the Panels generated from the ImageBag s (mapped to the ImageBag s and associated with their respective DataContainer s. |
Copyright © 2018. All rights reserved.