weka.gui.visualize
Interface Plot2DCompanion

All Known Implementing Classes:
VisualizePanel.PlotPanel

public interface Plot2DCompanion

Interface for classes that need to draw to the Plot2D panel *before* Plot2D renders anything (eg. VisualizePanel may need to draw polygons etc.)


Method Summary
 void prePlot(java.awt.Graphics gx)
          Something to be drawn before the plot itself
 

Method Detail

prePlot

public void prePlot(java.awt.Graphics gx)
Something to be drawn before the plot itself

Parameters:
gx - the graphics context to render to