public abstract class AbstractNetworkViewLocationTaskFactory extends Object implements 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>
Constructor and Description |
---|
AbstractNetworkViewLocationTaskFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReady(CyNetworkView networkView,
Point2D javaPt,
Point2D xformPt)
Returns true if the supplied view and coordinates are not null.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createTaskIterator
public AbstractNetworkViewLocationTaskFactory()
public boolean isReady(CyNetworkView networkView, Point2D javaPt, Point2D xformPt)
isReady
in interface NetworkViewLocationTaskFactory
networkView
- The network viewjavaPt
- the point on the network view in java coordinatesxformPt
- the point on the network view transformed into Cytoscape coordinatesCopyright 2011-2015 Cytoscape Consortium. All rights reserved.