Modifier and Type | Method and Description |
---|---|
ImageNodeLayout |
NodeManager.getLayoutForNode(String id)
Get the layout for a specific id
|
Modifier and Type | Method and Description |
---|---|
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. |
Collection<String> |
NodeManager.getNodesForLayout(ImageNodeLayout Layout)
Create a Collection of IDs that are associated with a specific Layout.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNodesTaskFactory.run(Set<DataSet> DataSetsToLayout,
ImageNodeLayout layout)
Run the task factory.
|
Modifier and Type | Method and Description |
---|---|
void |
IDARELegend.setLegendData(ImageNodeLayout layout,
ImageNodeModel source)
Set the Legend Data using the given imagenode for data and the given layout for the node layout.
|
Modifier and Type | Class and Description |
---|---|
class |
AutomaticNodeLayout
Te NodeLAyout stores the localisation of different Containerlayouts and sets them up using the Datasets in this layout.
|
Modifier and Type | Method and Description |
---|---|
ImageNodeLayout |
LayoutIOManager.readLayout(ObjectInputStream os,
Object currentobject,
DataSetManager dsm)
Read a Layout from a stream
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutIOManager.deRegisterLayout(ImageNodeLayout layout)
DeRegister a specific type of Layout, it will no longer be available.
|
void |
LayoutIOManager.registerLayout(ImageNodeLayout layout)
Register a specific type of Layout.
|
void |
LayoutIOManager.writeLayout(ImageNodeLayout layout,
ObjectOutputStream os) |
Modifier and Type | Class and Description |
---|---|
class |
ManualLayout |
class |
ManualNodeLayout
This is a very simplistic Node Layout that originates from a Manual layout generation.
|
Copyright © 2018. All rights reserved.