Uses of Interface
org.cytoscape.view.presentation.property.values.Handle
-
Packages that use Handle Package Description 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 Modifier and Type Method Description HandleHandleFactory. 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 Modifier and Type Method Description List<Handle>Bend. getAllHandles()Get List of all handles on this edgeMethods in org.cytoscape.view.presentation.property.values with parameters of type Handle Modifier and Type Method Description intBend. getIndex(Handle handle)Get index of a HandlevoidBend. insertHandleAt(int index, Handle handle)Insert a Handle to the specified position in the Bend
-