Author: mkirby
Date: 2011-10-05 14:23:57 -0700 (Wed, 05 Oct 2011)
New Revision: 27072
Modified:
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/RenderingEngineManager.java
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/events/RenderingEngineAboutToBeRemovedEvent.java
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/events/RenderingEngineAddedListener.java
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/property/AbstractVisualLexicon.java
Log:
Fixed Javadoc.
Modified:
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/RenderingEngineManager.java
===================================================================
---
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/RenderingEngineManager.java
2011-10-05 21:16:04 UTC (rev 27071)
+++
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/RenderingEngineManager.java
2011-10-05 21:23:57 UTC (rev 27072)
@@ -11,7 +11,7 @@
* manager.
* <P>
* Register/unregister engines are handled through
- * {@linkplain RenderingEngineAddedEvent}s.
+ * {@linkplain
org.cytoscape.view.presentation.events.RenderingEngineAddedEvent}s.
*
*/
public interface RenderingEngineManager {
@@ -57,7 +57,7 @@
* Remove a rendering engine.
*
* <p>
- * This method fires {@link VisualStyleAboutToBeRemovedEvent}.
+ * This method fires {@link
org.cytoscape.view.vizmap.events.VisualStyleAboutToBeRemovedEvent}.
*
* @param engine engine to be removed.
*/
Modified:
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/events/RenderingEngineAboutToBeRemovedEvent.java
===================================================================
---
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/events/RenderingEngineAboutToBeRemovedEvent.java
2011-10-05 21:16:04 UTC (rev 27071)
+++
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/events/RenderingEngineAboutToBeRemovedEvent.java
2011-10-05 21:23:57 UTC (rev 27072)
@@ -28,6 +28,10 @@
this.engine = engine;
}
+ /**
+ * Returns the {@link RenderingEngine} associated with the deleted
presentation.
+ * @return the {@link RenderingEngine} associated with the deleted
presentation.
+ */
public RenderingEngine<?> getRenderingEngine() {
return this.engine;
}
Modified:
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/events/RenderingEngineAddedListener.java
===================================================================
---
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/events/RenderingEngineAddedListener.java
2011-10-05 21:16:04 UTC (rev 27071)
+++
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/events/RenderingEngineAddedListener.java
2011-10-05 21:23:57 UTC (rev 27072)
@@ -4,7 +4,7 @@
/**
* Listener for {@linkplain RenderingEngineAddedEvent}.
- * {@linkplain RenderingEngineManager} implementation should implement this
+ * {@linkplain org.cytoscape.view.presentation.RenderingEngineManager}
implementation should implement this
* interface, too.
*
*/
@@ -12,10 +12,9 @@
/**
* Listener can extract source RenderingEngine object in this method.
This
- * is mainly for {@linkplain RenderingEngineManager}.
+ * is mainly for {@linkplain
org.cytoscape.view.presentation.RenderingEngineManager}.
*
- * @param e
- * an event object which contains source RenderingEngine.
+ * @param e an event object which contains source RenderingEngine.
*/
void handleEvent(final RenderingEngineAddedEvent e);
}
Modified:
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/property/AbstractVisualLexicon.java
===================================================================
---
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/property/AbstractVisualLexicon.java
2011-10-05 21:16:04 UTC (rev 27071)
+++
core3/api/trunk/presentation-api/src/main/java/org/cytoscape/view/presentation/property/AbstractVisualLexicon.java
2011-10-05 21:23:57 UTC (rev 27072)
@@ -31,7 +31,9 @@
//
private final Map<VisualProperty<?>, VisualLexiconNode>
visualPropertyMap;
- // Root of this tree.
+ /**
+ * The Root of this tree.
+ */
protected final VisualProperty<NullDataType> rootVisualProperty;
--
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.