接口 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.)
版本:
$Revision: 1.5 $
作者:
Mark Hall (mhall@cs.waikato.ac.nz)
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Something to be drawn before the plot itself
  • 方法详细资料

    • prePlot

      void prePlot(Graphics gx)
      Something to be drawn before the plot itself
      参数:
      gx - the graphics context to render to