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