Modifier and Type | Class and Description |
---|---|
class |
ArrayNodeData
NodeData that can be used for any
ArrayDataSet |
Modifier and Type | Method and Description |
---|---|
NodeData |
AbstractArrayContainer.getData() |
NodeData |
ArrayDataSet.getDataForID(String NodeID) |
NodeData |
ArrayDataSet.getDefaultData() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
AbstractArrayContainer(DataSet origin,
NodeData data)
Basic constructor with a source
DataSet and the data used in this container. |
Modifier and Type | Class and Description |
---|---|
class |
MultiArrayNodeData
|
Modifier and Type | Method and Description |
---|---|
NodeData |
MultiArrayContainer.getData() |
NodeData |
MultiArrayDataSet.getDataForID(String NodeID) |
NodeData |
MultiArrayDataSet.getDefaultData() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
MultiArrayContainer(DataSet origin,
NodeData data)
Standard Constructor using the Source Dataset and a NodeData
|
Modifier and Type | Method and Description |
---|---|
NodeData |
DataContainer.getData()
Get the
NodeData associated with this Container |
abstract NodeData |
DataSet.getDataForID(String NodeID)
Get the
NodeData for a specific ID. |
abstract NodeData |
DataSet.getDefaultData()
Get a default NodeData object for this dataset
|
Modifier and Type | Method and 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 layout
|
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.
|
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 | 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 | Method and Description |
---|---|
void |
GraphContainerLayout.LayoutDataForNode(NodeData data,
org.apache.batik.svggen.SVGGraphics2D context,
boolean Legend,
ColorMap colors) |
DataContainer |
GraphDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
void |
GraphContainerLayout.setupLayout(NodeData data,
Rectangle area,
String DataSetLabel,
DataSetLayoutProperties props) |
Constructor and Description |
---|
GraphContainer(DataSet origin,
NodeData data) |
Modifier and Type | Method and Description |
---|---|
void |
IndividualGraphContainerLayout.LayoutDataForNode(NodeData data,
org.apache.batik.svggen.SVGGraphics2D context,
boolean Legend,
ColorMap colors) |
DataContainer |
IndividualGraphDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
void |
IndividualGraphContainerLayout.setupLayout(NodeData data,
Rectangle area,
String DataSetLabel,
DataSetLayoutProperties props) |
Constructor and Description |
---|
IndividualGraphContainer(DataSet origin,
NodeData data) |
Modifier and Type | Method and Description |
---|---|
void |
ScatterContainerLayout.LayoutDataForNode(NodeData data,
org.apache.batik.svggen.SVGGraphics2D context,
boolean Legend,
ColorMap colors) |
DataContainer |
ScatterDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
void |
HeaderDescription.setupItemDescription(NodeData currentdata,
String DataSetLabel,
JScrollPane Legend)
Set up the Description for a specific set of data and a given DataSetLabel.
|
void |
ScatterContainerLayout.setupLayout(NodeData data,
Rectangle area,
String DataSetLabel,
DataSetLayoutProperties props) |
Constructor and Description |
---|
ScatterContainer(DataSet origin,
NodeData data,
int labelsize) |
Modifier and Type | Method and Description |
---|---|
Collection<NodeData> |
ImageNodeModel.getData()
Get all
NodeData associated with this Node. |
Modifier and Type | Method and Description |
---|---|
void |
ImageNodeLayout.layoutLegendNode(Collection<NodeData> datacollection,
org.apache.batik.svggen.SVGGraphics2D svg)
Lay out the legend for a specific set of node data
|
void |
ImageNodeLayout.layoutNode(Collection<NodeData> datacollection,
org.apache.batik.svggen.SVGGraphics2D svg)
Layout a specific node in a given context.
|
Modifier and Type | Method and Description |
---|---|
void |
AutomaticNodeLayout.layoutLegendNode(Collection<NodeData> datacollection,
org.apache.batik.svggen.SVGGraphics2D svg) |
void |
AutomaticNodeLayout.layoutNode(Collection<NodeData> datacollection,
org.apache.batik.svggen.SVGGraphics2D svg) |
Modifier and Type | Method and Description |
---|---|
void |
ManualNodeLayout.layoutLegendNode(Collection<NodeData> datacollection,
org.apache.batik.svggen.SVGGraphics2D svg) |
void |
ManualLayout.layoutLegendNode(Collection<NodeData> datacollection,
org.apache.batik.svggen.SVGGraphics2D svg) |
void |
ManualNodeLayout.layoutNode(Collection<NodeData> datacollection,
org.apache.batik.svggen.SVGGraphics2D svg) |
void |
ManualLayout.layoutNode(Collection<NodeData> datacollection,
org.apache.batik.svggen.SVGGraphics2D svg) |
Copyright © 2018. All rights reserved.