public interface HandleFactory
Module: presentation-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>presentation-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
Handle |
createHandle(CyNetworkView graphView,
View<CyEdge> view,
double x,
double y)
Creates a new instance of the Handle.
|
Handle createHandle(CyNetworkView graphView, View<CyEdge> view, double x, double y)
x
- x position of the handle (absolute position)y
- y position of the handle (absolute position)Copyright 2011-2015 Cytoscape Consortium. All rights reserved.