Uses of Class
gcspy.interpreter.client.ClientInterpreter

Packages that use ClientInterpreter
gcspy.vis This package provides the major classes for the GCspy visualiser. 
gcspy.vis.plugins This package provides the classes for the view plugin mechanism. 
gcspy.vis.plugins.histogram This package provides the classes for the histogram view. 
gcspy.vis.plugins.history This package provides the classes for the history view. 
gcspy.vis.plugins.text This package provides the classes for the text table view. 
 

Uses of ClientInterpreter in gcspy.vis
 

Constructors in gcspy.vis with parameters of type ClientInterpreter
EventCountFrame(AbstractFrame owner, ClientInterpreter interpreter)
          Create a new event count frame
GeneralInfoFrame(AbstractFrame owner, ClientInterpreter interpreter)
          Create a new information frame
LegendFrame(AbstractFrame owner, ClientInterpreter interpreter, ClientSpace space, int streamID, TileManagerColors colorConfig)
          Construct a new legend frame
SpaceManager(AbstractFrame owner, ClientInterpreter interpreter, ClientSpace space, SpaceManagerInterface spaceManagerInterface, boolean active, boolean small, boolean tiny)
          Create a new space manager
SummaryFrame(AbstractFrame owner, ClientInterpreter interpreter, ClientSpace space)
          Create a new summary frame
 

Uses of ClientInterpreter in gcspy.vis.plugins
 

Fields in gcspy.vis.plugins declared as ClientInterpreter
protected  ClientInterpreter PluginListener.interpreter
          The Client Interpretet
protected  ClientInterpreter PluginFrame.interpreter
          The Client Interpreter
 

Methods in gcspy.vis.plugins with parameters of type ClientInterpreter
 void PluginListener.init(AbstractFrame owner, java.util.List<PluginFrame> pluginFrames, ClientInterpreter interpreter, ClientSpace space, int selectedStream, TileManagerColors colorConfig)
          Initialise this view.
protected  void PluginFrame.setup(ClientInterpreter interpreter, java.util.List<PluginFrame> pluginFrames, ClientSpace space, TileManagerColors tmColors, java.lang.String title)
          Initialise a Plugin Frame
 

Uses of ClientInterpreter in gcspy.vis.plugins.histogram
 

Constructors in gcspy.vis.plugins.histogram with parameters of type ClientInterpreter
HistogramFrame(AbstractFrame owner, java.util.List<PluginFrame> pluginFrames, ClientInterpreter interpreter, ClientSpace space, int selectedStream, TileManagerColors tmColors)
          Create a new histogram frame
 

Uses of ClientInterpreter in gcspy.vis.plugins.history
 

Constructors in gcspy.vis.plugins.history with parameters of type ClientInterpreter
HistoryFrame(AbstractFrame owner, java.util.List<PluginFrame> pluginFrames, ClientInterpreter interpreter, ClientSpace space, int selectedStream, TileManagerColors tmColors)
          Create a new history frame
 

Uses of ClientInterpreter in gcspy.vis.plugins.text
 

Constructors in gcspy.vis.plugins.text with parameters of type ClientInterpreter
TextFrame(AbstractFrame owner, java.util.List<PluginFrame> pluginFrames, ClientInterpreter interpreter, ClientSpace space, int selectedStream, TileManagerColors tmColors)
          Create a new TextFrame