All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Interface weka.gui.visualize.Plot2DCompanion
- 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.)
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
prePlot(Graphics)
- Something to be drawn before the plot itself
prePlot
public abstract void prePlot(Graphics gx)
- Something to be drawn before the plot itself
- Parameters:
- gx - the graphics context to render to
All Packages Class Hierarchy This Package Previous Next Index WEKA's home