| Modifier and Type | Method and Description |
|---|---|
void |
NodeManager.generateLayoutsForNodes(Set<DataSet> datasets,
ImageNodeLayout layout)
Generate Layouts for All nodes in the
DataSets present in the DataSetLayoutInfoBundles provided. |
void |
NodeManager.generateLayoutsForNodes(Set<DataSet> datasets,
ImageNodeLayout layout,
org.cytoscape.work.TaskMonitor monitor)
Generate Layouts for All nodes in the
DataSets present in the DataSetLayoutInfoBundles provided. |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageNodeLayout.doLayout()
Produce the layout based on the added DataSets.
|
| 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
ImageBags and return the Panels generated from the ImageBags (mapped to the ImageBags and associated with their respective DataContainers. |
void |
AutomaticNodeLayout.doLayout() |
void |
AutomaticNodeLayout.generateLayoutForDataSets(Collection<DataSetLayoutInfoBundle> Datasets)
Generate a Layout for a given set of
DataSets. |
| Modifier and Type | Method and Description |
|---|---|
void |
ManualNodeLayout.doLayout() |
void |
ManualLayout.doLayout() |
Copyright © 2018. All rights reserved.