Uses of Interface
org.cytoscape.view.presentation.annotations.ArrowAnnotation
-
Packages that use ArrowAnnotation Package Description org.cytoscape.view.presentation.annotations This package provides support for graphical annotations associated with a CytoscapeCyNetworkView
. -
-
Uses of ArrowAnnotation in org.cytoscape.view.presentation.annotations
Methods in org.cytoscape.view.presentation.annotations that return types with arguments of type ArrowAnnotation Modifier and Type Method Description Set<ArrowAnnotation>
Annotation. getArrows()
Get all arrows that are currently linked to this annotation.Methods in org.cytoscape.view.presentation.annotations with parameters of type ArrowAnnotation Modifier and Type Method Description void
Annotation. addArrow(ArrowAnnotation arrow)
Add an arrow annotation to this annotation.void
Annotation. removeArrow(ArrowAnnotation arrow)
Remove an arrow from this annotation.
-