Modifier and Type | Class and Description |
---|---|
class |
ArrayDataSet
An Abstract basis class for item based datasets.
|
Modifier and Type | Field and Description |
---|---|
protected DataSet |
AbstractArrayContainer.origin |
Modifier and Type | Method and Description |
---|---|
DataSet |
AbstractArrayContainer.getDataSet() |
Modifier and Type | Method and Description |
---|---|
Collection<Class<? extends DataSet>> |
AbstractArrayDataSetProperties.getWorkingClassTypes() |
Modifier and Type | Method and Description |
---|---|
JPanel |
AbstractArrayDataSetProperties.getDataSetDescriptionPane(JScrollPane Legend,
String DataSetLabel,
ColorMap map,
DataSet set) |
void |
AbstractArrayDataSetProperties.testValidity(DataSet set) |
Constructor and Description |
---|
AbstractArrayContainer(DataSet origin,
NodeData data)
Basic constructor with a source
DataSet and the data used in this container. |
ArrayNodeData(DataSet origin)
Basic constructor using the dataset this is originating from
|
Modifier and Type | Class and Description |
---|---|
class |
MultiArrayDataSet
Class to provide a basic setting for MultiArray Datasets.
|
Modifier and Type | Field and Description |
---|---|
protected DataSet |
MultiArrayContainer.origin
The
DataSet this container is associated with |
Modifier and Type | Method and Description |
---|---|
DataSet |
MultiArrayContainer.getDataSet() |
Modifier and Type | Method and Description |
---|---|
void |
MultiArrayDescription.setupItemDescription(DataSet currentdata,
ColorMap map)
|
Constructor and Description |
---|
MultiArrayContainer(DataSet origin,
NodeData data)
Standard Constructor using the Source Dataset and a NodeData
|
MultiArrayNodeData(DataSet origin)
Basic constructor providing a source DataSet
|
Modifier and Type | Field and Description |
---|---|
protected DataSet |
NodeData.parent |
Modifier and Type | Method and Description |
---|---|
DataSet |
DataContainer.getDataSet()
Get the source Dataset this Container was build from.
|
DataSet |
NodeData.getDataSet()
|
Constructor and Description |
---|
NodeData(DataSet origin)
Generic contstructor using the source DataSet.
|
Modifier and Type | Method and Description |
---|---|
abstract Collection<Class<? extends DataSet>> |
DataSetLayoutProperties.getWorkingClassTypes()
Get the DataSet class Types these Properties are supposed to work with.
|
Modifier and Type | Method and Description |
---|---|
abstract JPanel |
DataSetLayoutProperties.getDataSetDescriptionPane(JScrollPane Legend,
String DataSetLabel,
ColorMap map,
DataSet set)
Plot the Legend for this Dataset.
|
abstract DataContainer |
DataSetLayoutProperties.newContainerInstance(DataSet origin,
NodeData data)
|
abstract void |
DataSetLayoutProperties.testValidity(DataSet set)
Test, whether the provided DataSet is valid to be used with these properties.
|
Modifier and Type | Method and Description |
---|---|
void |
IDAREImageNodeApp.deregisterDataSetType(DataSet ds)
Deregister a the an available
DataSet class based on an instance of the class. |
void |
IDAREImageNodeApp.registerDataSetType(DataSet ds)
Register a the type of a dataset provided to the set of avilable
DataSet classes |
Modifier and Type | Method and Description |
---|---|
void |
IDAREImageNodeApp.deRegisterDataSetProperties(Class<? extends DataSet> dataSetClass,
DataSetLayoutProperties props)
Deregister DataSetProperties from a DataSet of the given Type.
|
Collection<DataSetLayoutProperties> |
IDAREImageNodeApp.registerDataSetProperties(Class<? extends DataSet> dataSetClass,
Collection<DataSetLayoutProperties> props)
Register DataSetProperties for 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 |
---|---|
DataContainer |
CircleDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
Constructor and Description |
---|
CircleContainer(DataSet origin,
ArrayNodeData data)
Basic Constructor using the source dataset and an instance of the data.
|
Modifier and Type | Method and Description |
---|---|
DataContainer |
CircleGridProperties.newContainerInstance(DataSet origin,
NodeData data) |
void |
CircleGridProperties.testValidity(DataSet set) |
Modifier and Type | Method and Description |
---|---|
DataContainer |
RectangleDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
Constructor and Description |
---|
RectangleContainer(DataSet origin,
ArrayNodeData data) |
Modifier and Type | Method and Description |
---|---|
DataContainer |
TimeSeriesDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
void |
TimeSeriesDataSetProperties.testValidity(DataSet set) |
Modifier and Type | Method and Description |
---|---|
Collection<Class<? extends DataSet>> |
GraphDataSetProperties.getWorkingClassTypes() |
Modifier and Type | Method and Description |
---|---|
JPanel |
GraphDataSetProperties.getDataSetDescriptionPane(JScrollPane Legend,
String DataSetLabel,
ColorMap map,
DataSet set) |
DataContainer |
GraphDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
void |
GraphDataSetProperties.testValidity(DataSet set) |
Constructor and Description |
---|
GraphContainer(DataSet origin,
NodeData data) |
Modifier and Type | Method and Description |
---|---|
Collection<Class<? extends DataSet>> |
IndividualGraphDataSetProperties.getWorkingClassTypes() |
Modifier and Type | Method and Description |
---|---|
JPanel |
IndividualGraphDataSetProperties.getDataSetDescriptionPane(JScrollPane Legend,
String DataSetLabel,
ColorMap map,
DataSet set) |
DataContainer |
IndividualGraphDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
void |
IndividualGraphDataSetProperties.testValidity(DataSet set) |
Constructor and Description |
---|
IndividualGraphContainer(DataSet origin,
NodeData data) |
Modifier and Type | Method and Description |
---|---|
Collection<Class<? extends DataSet>> |
ScatterDataSetProperties.getWorkingClassTypes() |
Modifier and Type | Method and Description |
---|---|
JPanel |
ScatterDataSetProperties.getDataSetDescriptionPane(JScrollPane Legend,
String DataSetLabel,
ColorMap map,
DataSet set) |
DataContainer |
ScatterDataSetProperties.newContainerInstance(DataSet origin,
NodeData data) |
void |
ScatterDataSetProperties.testValidity(DataSet set) |
Constructor and Description |
---|
ScatterContainer(DataSet origin,
NodeData data,
int labelsize) |
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSetManager.createDataSet(boolean TwoCols,
String DataSetTypeName,
String SetDescription,
IDAREWorkbook dsWorkBook)
Create a Dataset based on properties and a DataSetFile.
|
static DataSet |
DataSetFactory.getDataSet(String DataSetClass)
Generate a new instance for a class of a specific classname.
|
DataSet |
DataSetManager.getDataSetForID(Integer id)
Get the dataset with the specified ID from this manager.
|
Modifier and Type | Method and Description |
---|---|
Collection<DataSet> |
DataSetManager.getDataSets() |
Modifier and Type | Method and Description |
---|---|
void |
ImageNodeModel.addData(DataSet newData)
Add a
DataSet to this node. |
void |
DataSetManager.addDataSet(DataSet newDataSet)
Add a Dataset to this Manager.
|
void |
ImageNodeModel.removeData(DataSet oldData)
Remove a
DataSet from this node |
void |
DataSetManager.removeDataSet(DataSet setToRemove)
Remove a
DataSet from this Manager |
void |
NodeManager.update(DataSet ds,
boolean added)
Update the Manager/Nodes with the new DataSet, either adding it or removing it form the nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSetManager.deRegisterDataSetType(String TypeName,
Class<? extends DataSet> dataSetClass)
Remove a class from the available Datasetclasses.
|
void |
DataSetManager.deregisterPropertiesForDataSet(Class<? extends DataSet> classType,
DataSetLayoutProperties properties)
Deregister Properties for a DataSet
|
void |
NodeManager.generateLayoutsForNodes(Set<DataSet> datasets,
ImageNodeLayout layout)
Generate Layouts for All nodes in the
DataSet s present in the DataSetLayoutInfoBundle s provided. |
void |
NodeManager.generateLayoutsForNodes(Set<DataSet> datasets,
ImageNodeLayout layout,
org.cytoscape.work.TaskMonitor monitor)
Generate Layouts for All nodes in the
DataSet s present in the DataSetLayoutInfoBundle s provided. |
void |
DataSetManager.registerDataSetType(String TypeName,
Class<? extends DataSet> dataSetClass)
Register a DataSetType that can be accessed by the TypeName.
|
Collection<DataSetLayoutProperties> |
DataSetManager.registerPropertiesForDataSet(Class<? extends DataSet> classType,
Collection<DataSetLayoutProperties> properties)
Register a set of properties for a datasetclass.
|
boolean |
DataSetManager.registerPropertiesForDataSet(Class<? extends DataSet> classType,
DataSetLayoutProperties properties)
Add DataSetProperties for a specific dataset
|
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSetChangedEvent.getSet()
Get the
DataSet that is changing |
Modifier and Type | Method and Description |
---|---|
Collection<DataSet> |
DataSetsChangedEvent.getSet()
Get the Collection of datasets that are changing.
|
Constructor and Description |
---|
DataSetChangedEvent(DataSetManager source,
DataSet setchanged,
boolean added,
boolean removed,
boolean changed)
Create a New Event with the changing set, the
DataSetManager this event originates from and an indicator whether the set is added or removed. |
Constructor and Description |
---|
DataSetsChangedEvent(DataSetManager source,
Collection<DataSet> setschanged,
boolean added,
boolean removed,
boolean changed)
Create a New Event with the changing sets, the
DataSetManager this event originates from and an indicator whether the sets are added or removed. |
Modifier and Type | Method and Description |
---|---|
void |
DataSetSelectionModel.updateDataSetProperties(DataSet ds)
Update the dataset Properties
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNodesTaskFactory.run(Set<DataSet> DataSetsToLayout,
ImageNodeLayout layout)
Run the task factory.
|
Modifier and Type | Field and Description |
---|---|
DataSet |
DataSetLayoutInfoBundle.dataset |
DataSet |
SimpleLink.ds |
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSetLink.getDataSet()
Get the DataSet this link refers to
|
DataSet |
DataSetLayoutInfoBundle.getDataSet() |
DataSet |
SimpleLink.getDataSet() |
Constructor and Description |
---|
SimpleLink(DataSet ds,
int position) |
Modifier and Type | Method and Description |
---|---|
ContainerLayout |
AutomaticNodeLayout.getLayoutContainerUsedFor(DataSet set)
Get the Container used for the provided dataset
|
void |
ImageNodeContainer.removeDataSet(DataSet set)
Remove a
DataSet from this layout container. |
Constructor and Description |
---|
DatasetMenu(DataSet set,
LayoutGUI gui) |
Copyright © 2018. All rights reserved.