Class KochSnowflakeTabStateMachine
java.lang.Object
org.woehlke.computer.kurzweil.tabs.kochsnowflake.model.KochSnowflakeTabStateMachine
public class KochSnowflakeTabStateMachine
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 KochSnowflakeTabStateMachine() -
Method Summary
Modifier and Type Method Description voidclick()KochSnowflakeTabStategetApplicationState()voidsetApplicationState(KochSnowflakeTabState applicationState)voidsetModeSwitch()voidsetModeZoom()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KochSnowflakeTabStateMachine
public KochSnowflakeTabStateMachine()
-
-
Method Details
-
click
public void click() -
setModeSwitch
public void setModeSwitch() -
setModeZoom
public void setModeZoom() -
getApplicationState
-
setApplicationState
-