Class ApplicationModel
java.lang.Object
org.woehlke.computer.kurzweil.mandelbrot.model.ApplicationModel
public class ApplicationModel
extends java.lang.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 Summary
Constructors Constructor Description ApplicationModel(Config config, ApplicationFrame frame) -
Method Summary
Modifier and Type Method Description booleanclick(Point c)intgetCellStatusFor(int x, int y)ConfiggetConfig()ApplicationFramegetFrame()GaussianNumberPlanegetGaussianNumberPlane()PointgetWorldDimensions()voidsetModeSwitch()voidsetModeZoom()booleanstep()voidzoomOut()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ApplicationModel
-
-
Method Details
-
click
-
step
public boolean step() -
getCellStatusFor
public int getCellStatusFor(int x, int y) -
getWorldDimensions
-
setModeSwitch
public void setModeSwitch() -
setModeZoom
public void setModeZoom() -
getGaussianNumberPlane
-
getFrame
-
getConfig
-
zoomOut
public void zoomOut()
-