public class HierarchicalLayoutAlgorithm
extends cytoscape.layout.AbstractLayout
csplugins.hierarchicallayout.Graph| Constructor and Description |
|---|
HierarchicalLayoutAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
construct()
Main entry point for AbstractLayout classes
|
java.lang.String |
getName()
Overrides for LayoutAlgorithm support
|
javax.swing.JPanel |
getSettingsPanel()
Get the settings panel for this layout
|
java.lang.String |
getTitle()
Gets the Task Title.
|
void |
halt()
Non-blocking call to interrupt the task.
|
protected void |
initialize_properties() |
void |
layout() |
void |
revertSettings() |
void |
setTaskMonitor(cytoscape.task.TaskMonitor tm)
Sets the Task Monitor.
|
boolean |
supportsSelectedOnly() |
java.lang.String |
toString() |
void |
updateSettings() |
void |
updateSettings(boolean force) |
doLayout, doLayout, doLayout, getInitialAttributeList, getSettings, initialize_local, initialize, isLocked, lockNode, lockNodes, resetLabelPositions, setLayoutAttribute, setSelectedOnly, supportsEdgeAttributes, supportsNodeAttributes, unlockAllNodes, unlockNodepublic boolean supportsSelectedOnly()
supportsSelectedOnly in interface cytoscape.layout.CyLayoutAlgorithmsupportsSelectedOnly in class cytoscape.layout.AbstractLayoutpublic void construct()
construct in class cytoscape.layout.AbstractLayoutpublic void layout()
public void halt()
halt in interface cytoscape.layout.CyLayoutAlgorithmhalt in class cytoscape.layout.AbstractLayoutpublic java.lang.String getName()
getName in interface cytoscape.layout.CyLayoutAlgorithmgetName in class cytoscape.layout.AbstractLayoutpublic java.lang.String toString()
toString in class cytoscape.layout.AbstractLayoutpublic javax.swing.JPanel getSettingsPanel()
getSettingsPanel in interface cytoscape.layout.CyLayoutAlgorithmgetSettingsPanel in class cytoscape.layout.AbstractLayoutprotected void initialize_properties()
public void updateSettings()
updateSettings in interface cytoscape.layout.CyLayoutAlgorithmupdateSettings in class cytoscape.layout.AbstractLayoutpublic void updateSettings(boolean force)
public void revertSettings()
revertSettings in interface cytoscape.layout.CyLayoutAlgorithmrevertSettings in class cytoscape.layout.AbstractLayoutpublic void setTaskMonitor(cytoscape.task.TaskMonitor tm)
taskMonitor - TaskMonitor Object.public java.lang.String getTitle()