Cytoscape 3.0.1 API

org.cytoscape.view.presentation.property.values
Interface HandleFactory


public interface HandleFactory

Factory of the handle object.


Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.

Method Summary
 Handle createHandle(CyNetworkView graphView, View<CyEdge> view, double x, double y)
          Creates a new instance of the Handle.
 

Method Detail

createHandle

Handle createHandle(CyNetworkView graphView,
                    View<CyEdge> view,
                    double x,
                    double y)
Creates a new instance of the Handle.

Parameters:
x - x position of the handle (absolute position)
y - y position of the handle (absolute position)
Returns:
instance of new handle.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.