public interface NetworkViewLocationTaskFactory
Module: core-task-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>core-task-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.