|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.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.
Field Summary |
---|
Fields inherited from class cytoscape.layout.AbstractLayout |
---|
canceled, currentSize, edgeAttribute, network, networkView, nodeAttribute, nullTaskMonitor, propertyMap, propertyPrefix, savedPropertyMap, selectedOnly, staticNodes, taskMonitor |
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_local, initialize, isLocked, lockNode, lockNodes, resetLabelPositions, revertSettings, setLayoutAttribute, setSelectedOnly, unlockAllNodes, unlockNode, updateSettings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GridNodeLayout()
Method Detail |
---|
public String getName()
getName
in interface CyLayoutAlgorithm
getName
in class AbstractLayout
public String toString()
toString
in class AbstractLayout
public boolean supportsSelectedOnly()
supportsSelectedOnly
in interface CyLayoutAlgorithm
supportsSelectedOnly
in class AbstractLayout
public byte[] supportsNodeAttributes()
supportsNodeAttributes
in interface CyLayoutAlgorithm
supportsNodeAttributes
in class AbstractLayout
public byte[] supportsEdgeAttributes()
supportsEdgeAttributes
in interface CyLayoutAlgorithm
supportsEdgeAttributes
in class AbstractLayout
public JPanel createSettings()
public void construct()
construct
in class AbstractLayout
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |