Uses of Interface
cage.viewer.CaGeViewer

Packages that use CaGeViewer
cage Contains the main classes for the Java GUI of CaGe. 
cage.viewer Contains the different Viewers that can be used in CaGe. 
 

Uses of CaGeViewer in cage
 

Methods in cage with parameters of type CaGeViewer
 void ResultPanel.embeddingModified(CaGeViewer modifyingViewer, CaGeResult result)
           
 

Uses of CaGeViewer in cage.viewer
 

Classes in cage.viewer that implement CaGeViewer
 class CaGeJmolViewer
           
 class RasmolViewer
           
 class TextViewer
           
 class TwoView
           
 

Methods in cage.viewer that return CaGeViewer
static CaGeViewer ViewerFactory.getCaGeViewer(java.lang.String viewerName, int dimension)