Author: mkirby
Date: 2011-10-08 01:09:07 -0700 (Sat, 08 Oct 2011)
New Revision: 27102
Modified:
core3/api/trunk/layout-api/src/main/java/org/cytoscape/view/layout/AbstractLayoutAlgorithm.java
core3/api/trunk/layout-api/src/main/java/org/cytoscape/view/layout/LayoutPartition.java
Log:
Fixed Javadoc.
Modified:
core3/api/trunk/layout-api/src/main/java/org/cytoscape/view/layout/AbstractLayoutAlgorithm.java
===================================================================
---
core3/api/trunk/layout-api/src/main/java/org/cytoscape/view/layout/AbstractLayoutAlgorithm.java
2011-10-08 07:44:08 UTC (rev 27101)
+++
core3/api/trunk/layout-api/src/main/java/org/cytoscape/view/layout/AbstractLayoutAlgorithm.java
2011-10-08 08:09:07 UTC (rev 27102)
@@ -88,8 +88,10 @@
/**
* The Constructor.
+ * @param undo the UndoSupport object used for allowing undo of layouts.
* @param computerName a computer readable name used to construct
property strings.
* @param humanName a user visible name of the layout.
+ * @param supportsSelectedOnly indicates whether only selected nodes
should be laid out.
*/
public AbstractLayoutAlgorithm(final UndoSupport undo, final String
computerName, final String humanName, boolean supportsSelectedOnly) {
this.undo = undo;
@@ -186,7 +188,7 @@
/**
* This returns the list of "attributes" that are provided
* by an algorithm for internal purposes. For example,
- * an edge-weighted algorithmn might seed the list of
+ * an edge-weighted algorithm might seed the list of
* attributes with "unweighted". This should be overloaded
* by algorithms that intend to return custom attributes.
*
Modified:
core3/api/trunk/layout-api/src/main/java/org/cytoscape/view/layout/LayoutPartition.java
===================================================================
---
core3/api/trunk/layout-api/src/main/java/org/cytoscape/view/layout/LayoutPartition.java
2011-10-08 07:44:08 UTC (rev 27101)
+++
core3/api/trunk/layout-api/src/main/java/org/cytoscape/view/layout/LayoutPartition.java
2011-10-08 08:09:07 UTC (rev 27102)
@@ -108,7 +108,6 @@
* LayoutPartition: use this constructor to create a LayoutPartition
that
* includes the entire network.
*
- * @param network the GraphPerspective to include
* @param networkView the CyNetworkView to use
* @param nodeSet the nodes to be considered
* @param edgeWeighter the weighter to use for edge weighting
@@ -122,7 +121,6 @@
* LayoutPartition: use this constructor to create a LayoutPartition
that
* includes the entire network.
*
- * @param network the GraphPerspective to include
* @param networkView the CyNetworkView to use
* @param selectedOnly if true, only include selected nodes in the
partition
* @param edgeWeighter the weighter to use for edge weighting
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.