|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkViewLocationTaskFactory
An extension of TaskFactory that provides support for tasks that need to know the a location within a CyNetworkView to perform their task. An example would be task that adds a node to a network in a specific location.
Method Summary | |
---|---|
TaskIterator |
createTaskIterator(CyNetworkView networkView,
Point2D javaPt,
Point2D xformPt)
Creates a task iterator using the specified network view and points. |
boolean |
isReady(CyNetworkView networkView,
Point2D javaPt,
Point2D xformPt)
Returns true if this task factory is ready to produce a TaskIterator. |
Method Detail |
---|
TaskIterator createTaskIterator(CyNetworkView networkView, Point2D javaPt, Point2D xformPt)
networkView
- The network view.javaPt
- The raw Java point within the network view.xformPt
- The raw Java point transformed into Cytoscape coordinates.
Task
objects to execute.boolean isReady(CyNetworkView networkView, Point2D javaPt, Point2D xformPt)
networkView
- The network view.javaPt
- The raw Java point within the network view.xformPt
- The raw Java point transformed into Cytoscape coordinates.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |