cage.viewer
Interface CaGeViewer

All Superinterfaces:
CaGeOutlet
All Known Implementing Classes:
CaGeJmolViewer, RasmolViewer, TextViewer, TwoView

public interface CaGeViewer
extends CaGeOutlet

Interface that must be implemented by viewers for CaGe.


Method Summary
 void setResultPanel(ResultPanel resultPanel)
          Sets the ResultPanel connected with this viewer.
 void setVisible(boolean isVisible)
           
 
Methods inherited from interface cage.CaGeOutlet
getDimension, outputResult, setDimension, setGeneratorInfo, stop
 

Method Detail

setResultPanel

void setResultPanel(ResultPanel resultPanel)
Sets the ResultPanel connected with this viewer. Some viewer need this to reembed the shown graph.

Parameters:
resultPanel -

setVisible

void setVisible(boolean isVisible)