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. |
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
ImageBag s and return the Panels generated from the ImageBag s (mapped to the ImageBag s and associated with their respective DataContainer s. |
void |
AutomaticNodeLayout.doLayout() |
void |
AutomaticNodeLayout.generateLayoutForDataSets(Collection<DataSetLayoutInfoBundle> Datasets)
Generate a Layout for a given set of
DataSet s. |
Modifier and Type | Method and Description |
---|---|
void |
ManualNodeLayout.doLayout() |
void |
ManualLayout.doLayout() |
Copyright © 2018. All rights reserved.