net.sourceforge.nite.util
Interface CorpusVisualiser

All Known Implementing Classes:
HTMLCorpusVisualiser

public interface CorpusVisualiser

interface to be implemented by visualisations of a corpus

Author:
Jonathan Kilgour, UEdin

Method Summary
 java.lang.Object getVisualisationObject()
          return a handle to the top-level visualisation object: an HTML file / text file / graphical object depending on the mode of the visualisation.
 void visualiseCorpus()
          perform visualisation and make ready for viewing
 

Method Detail

visualiseCorpus

void visualiseCorpus()
perform visualisation and make ready for viewing


getVisualisationObject

java.lang.Object getVisualisationObject()
return a handle to the top-level visualisation object: an HTML file / text file / graphical object depending on the mode of the visualisation.