|
Cytoscape 2.5.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcytoscape.layout.AbstractLayout
cytoscape.layout.algorithms.GridNodeLayout
public class GridNodeLayout
The GridNodeLayout provides a very simple layout, suitable as the default layout for Cytoscape data readers.
| Constructor Summary | |
|---|---|
GridNodeLayout()
Creates a new GridNodeLayout object. |
|
| Method Summary | |
|---|---|
void |
construct()
DOCUMENT ME! |
JPanel |
createSettings()
Returns a JPanel to be used as part of the Settings dialog for this layout algorithm. |
String |
getName()
DOCUMENT ME! |
byte[] |
supportsEdgeAttributes()
DOCUMENT ME! |
byte[] |
supportsNodeAttributes()
DOCUMENT ME! |
boolean |
supportsSelectedOnly()
DOCUMENT ME! |
String |
toString()
DOCUMENT ME! |
| Methods inherited from class cytoscape.layout.AbstractLayout |
|---|
doLayout, doLayout, doLayout, getInitialAttributeList, getSettings, getSettingsPanel, halt, initialize, lockNode, lockNodes, revertSettings, setLayoutAttribute, setSelectedOnly, unlockAllNodes, unlockNode, updateSettings |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridNodeLayout()
| Method Detail |
|---|
public String getName()
getName in interface CyLayoutAlgorithmgetName in class AbstractLayoutpublic String toString()
toString in class AbstractLayoutpublic boolean supportsSelectedOnly()
supportsSelectedOnly in interface CyLayoutAlgorithmsupportsSelectedOnly in class AbstractLayoutpublic byte[] supportsNodeAttributes()
supportsNodeAttributes in interface CyLayoutAlgorithmsupportsNodeAttributes in class AbstractLayoutpublic byte[] supportsEdgeAttributes()
supportsEdgeAttributes in interface CyLayoutAlgorithmsupportsEdgeAttributes in class AbstractLayoutpublic JPanel createSettings()
public void construct()
construct in class AbstractLayout
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||