Uses of Interface
org.cytoscape.view.presentation.annotations.Annotation
Packages that use Annotation
Package
Description
API set for rendering engines (visualizers).
This package provides support for graphical annotations associated with a Cytoscape
CyNetworkView.-
Uses of Annotation in org.cytoscape.view.presentation
Method parameters in org.cytoscape.view.presentation with type arguments of type AnnotationModifier and TypeMethodDescriptionNetworkImageFactory.createImage(CyNetworkView networkView, Collection<Annotation> annotations, Map<String, Object> properties) Creates a network image thumbnail with the given properties. -
Uses of Annotation in org.cytoscape.view.presentation.annotations
Classes in org.cytoscape.view.presentation.annotations with type parameters of type AnnotationModifier and TypeInterfaceDescriptioninterfaceAnnotationFactory<T extends Annotation>An interface describing a factory used to createAnnotations.Subinterfaces of Annotation in org.cytoscape.view.presentation.annotationsModifier and TypeInterfaceDescriptioninterfaceThis is the interface for an arrow annotation.interfaceThe BoundedText annotation is a ShapeAnnotation that also implements Text.interfaceThe GroupAnnotation is a container for a collection of annotations that should be grouped together.interfaceThis annotation positions an image on on the screen.interfaceA Shape annotation supports annotations that can be drawn and filled on the graphics canvas.interfaceA text annotation is a simple text string that is displayed on the network canvas.Methods in org.cytoscape.view.presentation.annotations that return AnnotationModifier and TypeMethodDescriptionArrowAnnotation.getSource()Return the sourceAnnotationfor this arrow.Methods in org.cytoscape.view.presentation.annotations that return types with arguments of type AnnotationModifier and TypeMethodDescriptionAnnotationManager.getAnnotations(CyNetworkView networkView) Retrieve the list of annotations for a specific network view.GroupAnnotation.getMembers()Return the list of members for this groupAnnotationManager.getSelectedAnnotations(CyNetworkView networkView) Retrieve the list of selected annotations for a specific network view.Methods in org.cytoscape.view.presentation.annotations with parameters of type AnnotationModifier and TypeMethodDescriptionvoidAnnotationManager.addAnnotation(Annotation annotation) Add an annotation to the specified network view.voidGroupAnnotation.addMember(Annotation member) Add a new annotation to the group.voidAnnotationManager.removeAnnotation(Annotation annotation) Remove an annotation from its network view.voidGroupAnnotation.removeMember(Annotation member) Remove an annotation from the groupvoidArrowAnnotation.setSource(Annotation source) Set the sourceAnnotationfor this arrow.voidArrowAnnotation.setTarget(Annotation target) Set the target for this arrow assuming the target is anAnnotationMethod parameters in org.cytoscape.view.presentation.annotations with type arguments of type AnnotationModifier and TypeMethodDescriptionvoidAnnotationManager.addAnnotations(Collection<? extends Annotation> annotations) Adds annotations to the specified network view.voidAnnotationManager.removeAnnotations(Collection<? extends Annotation> annotations) Removes annotations from its network view .