Uses of Class
cage.CaGeResult

Packages that use CaGeResult
cage Contains the main classes for the Java GUI of CaGe. 
cage.viewer Contains the different Viewers that can be used in CaGe. 
cage.viewer.twoview Contains the classes needed for TwoView
cage.writer Contains several writers which can export a graph to a certain format. 
 

Uses of CaGeResult in cage
 

Methods in cage that return CaGeResult
 CaGeResult CaGeResultList.getResult()
           
 

Methods in cage with parameters of type CaGeResult
 void CaGeResultList.addResult(CaGeResult result)
           
 void EmbedThread.embed(CaGeResult result, java.beans.PropertyChangeListener listener, boolean do2D, boolean do3D, boolean redo2D)
          Schedules a new embedding to be calculated.
 void ResultPanel.embeddingModified(CaGeViewer modifyingViewer, CaGeResult result)
           
 void FoldnetThread.makeFoldnet(CaGeResult result, int maxFacesize, java.lang.String filename)
           
 void CaGeOutlet.outputResult(CaGeResult result)
          Does the actual output of a result.
 

Uses of CaGeResult in cage.viewer
 

Methods in cage.viewer with parameters of type CaGeResult
 void CaGeJmolViewer.outputResult(CaGeResult result)
           
 void RasmolViewer.outputResult(CaGeResult result)
           
 void TextViewer.outputResult(CaGeResult result)
           
 void TwoView.outputResult(CaGeResult result)
           
 

Uses of CaGeResult in cage.viewer.twoview
 

Methods in cage.viewer.twoview with parameters of type CaGeResult
 void TwoViewPanel.embeddingChanged(CaGeResult result)
           
 void TwoViewPanel.showResult(CaGeResult result)
           
 

Uses of CaGeResult in cage.writer
 

Methods in cage.writer with parameters of type CaGeResult
abstract  java.lang.String AbstractChemicalWriter.encodeResult(CaGeResult result)
           
 java.lang.String CMLWriter.encodeResult(CaGeResult result)
           
 java.lang.String NativeCMLWriter.encodeResult(CaGeResult result)
           
 java.lang.String NativePDBWriter.encodeResult(CaGeResult result)
           
 void CMLWriter.outputResult(CaGeResult result)
           
 void NativeCMLWriter.outputResult(CaGeResult result)
           
 void NativePDBWriter.outputResult(CaGeResult result)
           
 void NativePlanarWriter.outputResult(CaGeResult result)
           
 void NativeWritegraphWriter.outputResult(CaGeResult result)