Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.view.presentation.property.values.Handle

Packages that use Handle
org.cytoscape.view.presentation.property.values Interfaces for VisualPropertyValues -- ArrowShape, LineType and NodeShape 
 

Uses of Handle in org.cytoscape.view.presentation.property.values
 

Methods in org.cytoscape.view.presentation.property.values that return Handle
 Handle HandleFactory.createHandle(CyNetworkView graphView, View<CyEdge> view, double x, double y)
          Creates a new instance of the Handle.
 

Methods in org.cytoscape.view.presentation.property.values that return types with arguments of type Handle
 List<Handle> Bend.getAllHandles()
          Get List of all handles on this edge
 

Methods in org.cytoscape.view.presentation.property.values with parameters of type Handle
 int Bend.getIndex(Handle handle)
          Get index of a Handle
 void Bend.insertHandleAt(int index, Handle handle)
          Insert a Handle to the specified position in the Bend
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.