|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GroupAnnotation
The Group annotation is a container for a collextion of annotations that should be grouped together.
Module: presentation-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>presentation-api</artifactId>
</dependency>| Field Summary |
|---|
| Fields inherited from interface org.cytoscape.view.presentation.annotations.Annotation |
|---|
BACKGROUND, CANVAS, FOREGROUND, X, Y, ZOOM |
| Method Summary | |
|---|---|
void |
addMember(Annotation member)
Add a new annotation to the group |
List<Annotation> |
getMembers()
Return the list of members for this group |
void |
removeMember(Annotation member)
Remove an annotation from the group |
| Methods inherited from interface org.cytoscape.view.presentation.annotations.Annotation |
|---|
addArrow, getArgMap, getArrows, getCanvasName, getNetworkView, getSpecificZoom, getZoom, isSelected, moveAnnotation, removeArrow, setCanvas, setSelected, setSpecificZoom, setZoom |
| Method Detail |
|---|
void addMember(Annotation member)
member - the annotation to add to the groupvoid removeMember(Annotation member)
member - the annotation to be removedList<Annotation> getMembers()
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||