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 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 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 int
Bend. getIndex(Handle handle)
Get index of a Handlevoid
Bend. insertHandleAt(int index, Handle handle)
Insert a Handle to the specified position in the Bend
-