Interface Renderer

All Known Subinterfaces:
IDisplay
All Known Implementing Classes:
AbstractDisplay, AbstractDisplay3D, Display2D, Display3D, DisplayGIS, DisplayGIS3D, DisplayOGL2D

public interface Renderer
Interface for classes that can render agents etc in a display.
Version:
$Revision: 1.1 $ $Date: 2005/12/21 22:25:35 $
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Render the display.
    void
    setPause(boolean pause)
    Pause the rendering.
  • Method Details

    • render

      void render()
      Render the display. This rendering should take place asynchronously on the AWT thread.
    • setPause

      void setPause(boolean pause)
      Pause the rendering. The Renderer should update and render if pause is true, if possible. The rendering should take place asynchronously on the AWT thread.
      Parameters:
      pause -