Class KochSnowflakeModel

java.lang.Object
org.woehlke.computer.kurzweil.tabs.kochsnowflake.KochSnowflakeModel

public class KochSnowflakeModel extends Object
Mandelbrot Set drawn by a Turing Machine. (C) 2006 - 2015 Thomas Woehlke. https://thomas-woehlke.blogspot.com/2016/01/mandelbrot-set-drawn-by-turing-machine.html
Author:
Thomas Woehlke Created by tw on 16.12.2019.
  • Constructor Details

  • Method Details

    • click

      public boolean click(Point c)
    • step

      public boolean step()
    • getCellStatusFor

      public int getCellStatusFor(int x, int y)
    • getWorldDimensions

      public Point getWorldDimensions()
    • setModeSwitch

      public void setModeSwitch()
    • setModeZoom

      public void setModeZoom()
    • getGaussianNumberPlane

      public GaussianNumberPlane getGaussianNumberPlane()
    • getFrame

      public KochSnowflakeTab getFrame()
    • zoomOut

      public void zoomOut()