Interface TabCanvas
- All Superinterfaces:
GuiComponent
- All Known Implementing Classes:
CyclicCellularAutomatonCanvas,DiffusionLimitedAggregationCanvas,MandelbrotCanvas,RandomWalkCanvas,SimulatedEvolutionCanvas
public interface TabCanvas extends GuiComponent
-
Method Summary
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)
-