Interface TabCanvas

All Superinterfaces:
GuiComponent
All Known Implementing Classes:
CyclicCellularAutomatonCanvas, DiffusionLimitedAggregationCanvas, MandelbrotCanvas, RandomWalkCanvas, SimulatedEvolutionCanvas

public interface TabCanvas
extends GuiComponent
  • Method Summary

    Modifier and Type Method Description
    void paint​(java.awt.Graphics g)  
    void update​(java.awt.Graphics g)  

    Methods inherited from interface org.woehlke.computer.kurzweil.commons.gui.GuiComponent

    showMe
  • Method Details

    • paint

      void paint​(java.awt.Graphics g)
    • update

      void update​(java.awt.Graphics g)