Uses of Class
org.woehlke.computer.kurzweil.mandelbrot.model.ApplicationModel
-
Uses of ApplicationModel in org.woehlke.computer.kurzweil.mandelbrot.control
Constructors in org.woehlke.computer.kurzweil.mandelbrot.control with parameters of type ApplicationModel Constructor Description ControllerThread(ApplicationModel model, ApplicationFrame frame)
-
Uses of ApplicationModel in org.woehlke.computer.kurzweil.mandelbrot.model.fractal
Constructors in org.woehlke.computer.kurzweil.mandelbrot.model.fractal with parameters of type ApplicationModel Constructor Description GaussianNumberPlane(ApplicationModel model)
-
Uses of ApplicationModel in org.woehlke.computer.kurzweil.mandelbrot.model.turing
Constructors in org.woehlke.computer.kurzweil.mandelbrot.model.turing with parameters of type ApplicationModel Constructor Description MandelbrotTuringMachine(ApplicationModel model)
-
Uses of ApplicationModel in org.woehlke.computer.kurzweil.mandelbrot.view
Constructors in org.woehlke.computer.kurzweil.mandelbrot.view with parameters of type ApplicationModel Constructor Description ApplicationCanvas(ApplicationModel app)
PanelButtons(ApplicationModel model)