Interface TestbedPanel

All Known Implementing Classes:
TestPanelJ2D

public interface TestbedPanel
A TestbedPanel encapsulates the graphical panel displayed to the user. Also it is responsible for populating panel-specific data in the model (like panel width).
Author:
Daniel Murphy
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    Paints the rendered world to the screen
    boolean
    Renders the world
  • Method Details

    • grabFocus

      void grabFocus()
    • render

      boolean render()
      Renders the world
      Returns:
      if the renderer is ready for drawing
    • paintScreen

      void paintScreen()
      Paints the rendered world to the screen