Uses of Class
gcspy.vis.TileManagerColors

Packages that use TileManagerColors
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 TileManagerColors in gcspy.vis
 

Constructors in gcspy.vis with parameters of type TileManagerColors
LegendFrame(AbstractFrame owner, ClientInterpreter interpreter, ClientSpace space, int streamID, TileManagerColors colorConfig)
          Construct a new legend frame
TileManager(java.lang.String title, int maxTiles, TileManagerColors colorConfig, boolean singleRow, boolean enableSelect)
          Create a new tile manager
TileManagerColorsFrame(AbstractFrame owner, Space space, SpaceManager spaceManager, TileManagerColors colorConfig, LegendFrame legendFrame)
          Create a new frame for choosing tile colours
 

Uses of TileManagerColors in gcspy.vis.plugins
 

Fields in gcspy.vis.plugins declared as TileManagerColors
protected  TileManagerColors PluginListener.colorConfig
          The tile manager colours for this space
protected  TileManagerColors PluginFrame.tmColors
          The tile manager colours for this space
 

Methods in gcspy.vis.plugins with parameters of type TileManagerColors
 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 TileManagerColors in gcspy.vis.plugins.histogram
 

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

Uses of TileManagerColors in gcspy.vis.plugins.history
 

Methods in gcspy.vis.plugins.history with parameters of type TileManagerColors
(package private)  void HistoryConfig.revertToDefaults(java.awt.Component component, TileManagerColors tmColors)
          Revert a component to its default colours
 

Constructors in gcspy.vis.plugins.history with parameters of type TileManagerColors
HistoryConfig(java.awt.Component component, int cols, int streamID, TileManagerColors tmColors)
          A new history configuration
HistoryConfigDialog(javax.swing.JFrame owner, HistoryConfig config, Interpreter interpreter, Space space, TileManagerColors tmColors)
          A new configuration dialog for the history view
HistoryFrame(AbstractFrame owner, java.util.List<PluginFrame> pluginFrames, ClientInterpreter interpreter, ClientSpace space, int selectedStream, TileManagerColors tmColors)
          Create a new history frame
 

Uses of TileManagerColors in gcspy.vis.plugins.text
 

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