Modifier and Type | Class and Description |
---|---|
class |
AbstractArrayDataSetProperties
Basic properties for a
ArrayDataSet . |
Modifier and Type | Method and Description |
---|---|
DataContainer |
ArrayDataSet.getLayoutContainer(DataSetLayoutProperties props) |
void |
AbstractArrayContainerLayout.setupLayout(NodeData data,
Rectangle AreaAndPosition,
String DataSetLabel,
DataSetLayoutProperties props) |
Modifier and Type | Class and Description |
---|---|
class |
MultiArrayDataProperties
A basic class for all
MultiArrayDataProperties |
Modifier and Type | Method and Description |
---|---|
DataContainer |
MultiArrayDataSet.getLayoutContainer(DataSetLayoutProperties props) |
abstract void |
MultiArrayContainerLayout.setupLayout(NodeData data,
Rectangle area,
String DataSetLabel,
DataSetLayoutProperties props) |
Modifier and Type | Field and Description |
---|---|
protected DataSetLayoutProperties |
DataSet.datasetProperties
The properties to be used for this dataset, need to be set during reading of data.
|
Modifier and Type | Field and Description |
---|---|
protected Vector<DataSetLayoutProperties> |
DataSet.propertyOptions |
Modifier and Type | Method and Description |
---|---|
Vector<DataSetLayoutProperties> |
DataSet.getPropertyOptions()
Get the selection of different properties available for this dataset
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataSet.addPropertyOption(DataSetLayoutProperties propsToAdd)
Add Property options to this Dataset, and indicate whether the addition was successful.
|
abstract DataContainer |
DataSet.getLayoutContainer(DataSetLayoutProperties properties)
Get a sample container for Layout purposes
|
boolean |
DataSet.removePropertyOption(DataSetLayoutProperties propsToRemove)
Remove the given PropertyOptions from this dataset.
|
void |
DataSet.setProperties(DataSetLayoutProperties properties)
Set the
DataSetLayoutProperties currently used for this dataset |
Modifier and Type | Method and Description |
---|---|
void |
DataSet.setPropertyOptionsUnchecked(Collection<DataSetLayoutProperties> options)
Sets the Options potentially available to 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.
|
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 |
---|---|
Collection<DataSetLayoutProperties> |
IDAREImageNodeApp.registerDataSetProperties(Class<? extends DataSet> dataSetClass,
Collection<DataSetLayoutProperties> props)
Register DataSetProperties for a DataSet of the given Type.
|
Modifier and Type | Method and Description |
---|---|
void |
IDAREImageNodeApp.deRegisterDataSetProperties(Class<? extends DataSet> dataSetClass,
DataSetLayoutProperties props)
Deregister DataSetProperties from a DataSet of the given Type.
|
boolean |
IDAREImageNodeApp.registerDataSetProperties(Class<? extends DataSet> dataSetClass,
DataSetLayoutProperties props)
Register DataSetProperties for a DataSet of the given Type.
|
Modifier and Type | Method and Description |
---|---|
Collection<DataSetLayoutProperties> |
IDAREImageNodeApp.registerDataSetProperties(Class<? extends DataSet> dataSetClass,
Collection<DataSetLayoutProperties> props)
Register DataSetProperties for a DataSet of the given Type.
|
Modifier and Type | Class and Description |
---|---|
class |
CircleDataSetProperties
Properties of an Array Dataset represented by Circles.
|
Modifier and Type | Class and Description |
---|---|
class |
CircleGridProperties
Properties of a Gridded Circle Dataset.
|
Modifier and Type | Class and Description |
---|---|
class |
RectangleDataSetProperties
Properties for a Dataset with representation as rectangles
It will be termed as HeatMap.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeSeriesDataSetProperties
Properties for a Time Series DataSet
|
Modifier and Type | Class and Description |
---|---|
class |
GraphDataSetProperties |
Modifier and Type | Method and Description |
---|---|
void |
GraphContainerLayout.setupLayout(NodeData data,
Rectangle area,
String DataSetLabel,
DataSetLayoutProperties props) |
Modifier and Type | Class and Description |
---|---|
class |
IndividualGraphDataSetProperties |
Modifier and Type | Method and Description |
---|---|
void |
IndividualGraphContainerLayout.setupLayout(NodeData data,
Rectangle area,
String DataSetLabel,
DataSetLayoutProperties props) |
Modifier and Type | Class and Description |
---|---|
class |
LargeScatterProperties |
class |
ScatterDataSetProperties |
class |
SmallScatterProperties |
Modifier and Type | Method and Description |
---|---|
void |
ScatterContainerLayout.setupLayout(NodeData data,
Rectangle area,
String DataSetLabel,
DataSetLayoutProperties props) |
Modifier and Type | Method and Description |
---|---|
Collection<DataSetLayoutProperties> |
DataSetManager.registerPropertiesForDataSet(Class<? extends DataSet> classType,
Collection<DataSetLayoutProperties> properties)
Register a set of properties for a datasetclass.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSetManager.deregisterPropertiesForDataSet(Class<? extends DataSet> classType,
DataSetLayoutProperties properties)
Deregister Properties for a DataSet
|
boolean |
DataSetManager.registerPropertiesForDataSet(Class<? extends DataSet> classType,
DataSetLayoutProperties properties)
Add DataSetProperties for a specific dataset
|
Modifier and Type | Method and Description |
---|---|
Collection<DataSetLayoutProperties> |
DataSetManager.registerPropertiesForDataSet(Class<? extends DataSet> classType,
Collection<DataSetLayoutProperties> properties)
Register a set of properties for a datasetclass.
|
Modifier and Type | Field and Description |
---|---|
DataSetLayoutProperties |
DataSetLayoutInfoBundle.properties |
Modifier and Type | Method and Description |
---|---|
DataSetLayoutProperties |
DataSetPropertyToolBarEntry.getSelectedProperties()
Get the Colormap corresponding to the selected scale
|
Modifier and Type | Method and Description |
---|---|
void |
ManualLayoutUpdater.updateProperties(DataSetLayoutProperties props) |
void |
DataSetFrame.updateVisualisationType(DataSetLayoutProperties props) |
Copyright © 2018. All rights reserved.