Cytoscape 2.8.0 API

Uses of Interface
cytoscape.groups.CyGroupViewer

Packages that use CyGroupViewer
cytoscape.groups   
 

Uses of CyGroupViewer in cytoscape.groups
 

Methods in cytoscape.groups that return CyGroupViewer
static CyGroupViewer CyGroupManager.getGroupViewer(String viewerName)
          Return the viewer object for a named viewer
 

Methods in cytoscape.groups that return types with arguments of type CyGroupViewer
static Collection<CyGroupViewer> CyGroupManager.getGroupViewers()
          Return a list of all registered viewers
 

Methods in cytoscape.groups with parameters of type CyGroupViewer
static List<CyGroup> CyGroupManager.getGroupList(CyGroupViewer viewer)
          Return the list of all groups managed by a particular viewer
static void CyGroupManager.registerGroupViewer(CyGroupViewer viewer)
          Register a viewer.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.