Index

A C D E F G H I J K L M O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

APP_PROPERTIES_FILENAME - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 
ApplicationCanvas - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.view
Mandelbrot Set drawn by a Turing Machine.
ApplicationCanvas(ApplicationModel) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationCanvas
 
ApplicationFrame - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.view
Mandelbrot Set drawn by a Turing Machine.
ApplicationFrame(Config) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
ApplicationModel - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.model
Mandelbrot Set drawn by a Turing Machine.
ApplicationModel(Config, ApplicationFrame) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.model.ApplicationModel
 
ApplicationState - Enum Class in org.woehlke.computer.kurzweil.mandelbrot.julia.view.state
Mandelbrot Set drawn by a Turing Machine.
ApplicationStateMachine - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.view.state
Mandelbrot Set drawn by a Turing Machine.
ApplicationStateMachine() - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.view.state.ApplicationStateMachine
 

C

click() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.state.ApplicationStateMachine
 
click(Point) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.ApplicationModel
 
ComplexNumber - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal
Mandelbrot Set drawn by a Turing Machine.
ComplexNumber() - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
ComplexNumber(double, double) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
ComplexNumber(ComplexNumber) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
computeJuliaSet(ComplexNumber) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
computeMandelbrotSet() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
computeTheJuliaSetFor(Point) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
 
Config - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.config
Mandelbrot Set drawn by a Turing Machine.
Config() - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.config.Config
 
ConfigProperties - Interface in org.woehlke.computer.kurzweil.mandelbrot.julia.config
Mandelbrot Set drawn by a Turing Machine.
ControllerThread - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.control
Mandelbrot Set drawn by a Turing Machine.
ControllerThread(ApplicationModel, ApplicationFrame) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.control.ControllerThread
 
COPYRIGHT - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 

D

deceaseZoomLevel() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
DOWN - Enum constant in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringDirection
 

E

equals(Object) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.config.Config
 
equals(Object) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
equals(Object) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
exit() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.control.ControllerThread
 

F

FILL_THE_OUTSIDE_WITH_COLOR - Enum constant in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhase
 
fillTheOutsideWithColors() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
 
FINISHED - Enum constant in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhase
 
finishFillTheOutsideWithColors() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhaseState
 
finishSearchTheSet() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhaseState
 
finishWalkAround() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhaseState
 

G

GaussianNumberPlane - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal
Mandelbrot Set drawn by a Turing Machine.
GaussianNumberPlane(ApplicationModel) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
 
getApplicationState() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.state.ApplicationStateMachine
 
getCanvas() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
getCellStatusFor(int, int) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.ApplicationModel
 
getCellStatusFor(int, int) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
 
getCopyright() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.config.Config
 
getGaussianNumberPlane() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.ApplicationModel
 
getHeight() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.config.Config
 
getHeight() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
getImg() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
getReal() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
getSubtitle() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.config.Config
 
getTitle() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.config.Config
 
getTuringPosition() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPositions
 
getTuringTuringPhase() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhaseState
 
getWidth() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.config.Config
 
getWidth() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
getWorldDimensions() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.ApplicationModel
 
getX() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
getY() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
getZoomCenter() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
getZoomLevel() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
goForward() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPositions
 

H

hashCode() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.config.Config
 
hashCode() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
hashCode() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
HEIGHT - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 

I

inceaseZoomLevel() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
isFinishedWalkAround() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPositions
 
isInJuliaSet() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
isInMandelbrotSet() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
isInMandelbrotSet(Point) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
 
isInZooomedMandelbrotSet(Point) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
isNotDivergent() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 

J

JULIA_SET - Enum constant in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.view.state.ApplicationState
 

K

KEY - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 
KEY_COPYRIGHT - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 
KEY_HEIGHT - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 
KEY_SUBTITLE - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 
KEY_TITLE - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 
KEY_WIDTH - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 

L

LEFT - Enum constant in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringDirection
 

M

main(String[]) - Static method in class org.woehlke.computer.kurzweil.mandelbrot.julia.MandelbrotSetApplication
Starting the Application.
MANDELBROT - Enum constant in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.view.state.ApplicationState
 
MandelbrotSetApplication - Class in org.woehlke.computer.kurzweil.mandelbrot.julia
Mandelbrot Set drawn by a Turing Machine.
MandelbrotTuringMachine - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing
Mandelbrot Set drawn by a Turing Machine.
MandelbrotTuringMachine(ApplicationModel) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.MandelbrotTuringMachine
 
markFirstSetPosition() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPositions
 
MAX_ITERATIONS - Static variable in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
mouseClicked(MouseEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
mouseEntered(MouseEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
mouseExited(MouseEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
mousePressed(MouseEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
mouseReleased(MouseEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
moveDown() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
moveLeft() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
moveRight() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
moveUp() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 

O

org.woehlke.computer.kurzweil.mandelbrot.julia - package org.woehlke.computer.kurzweil.mandelbrot.julia
 
org.woehlke.computer.kurzweil.mandelbrot.julia.config - package org.woehlke.computer.kurzweil.mandelbrot.julia.config
 
org.woehlke.computer.kurzweil.mandelbrot.julia.control - package org.woehlke.computer.kurzweil.mandelbrot.julia.control
 
org.woehlke.computer.kurzweil.mandelbrot.julia.model - package org.woehlke.computer.kurzweil.mandelbrot.julia.model
 
org.woehlke.computer.kurzweil.mandelbrot.julia.model.common - package org.woehlke.computer.kurzweil.mandelbrot.julia.model.common
 
org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal - package org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal
 
org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing - package org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing
 
org.woehlke.computer.kurzweil.mandelbrot.julia.view - package org.woehlke.computer.kurzweil.mandelbrot.julia.view
 
org.woehlke.computer.kurzweil.mandelbrot.julia.view.labels - package org.woehlke.computer.kurzweil.mandelbrot.julia.view.labels
 
org.woehlke.computer.kurzweil.mandelbrot.julia.view.state - package org.woehlke.computer.kurzweil.mandelbrot.julia.view.state
 

P

paint(Graphics) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationCanvas
 
PanelCopyright - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.view.labels
Mandelbrot Set drawn by a Turing Machine.
PanelCopyright(String) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.view.labels.PanelCopyright
 
PanelSubtitle - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.view.labels
Mandelbrot Set drawn by a Turing Machine.
PanelSubtitle(String) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.view.labels.PanelSubtitle
 
plus(ComplexNumber) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
Point - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.model.common
Mandelbrot Set drawn by a Turing Machine.
Point() - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
Point(int, int) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
Point(Point) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 

R

RIGHT - Enum constant in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringDirection
 
run() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.control.ControllerThread
 

S

SEARCH_THE_SET - Enum constant in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhase
 
setApplicationState(ApplicationState) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.state.ApplicationStateMachine
 
setModeSwitch() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
setModeZoom() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
setX(int) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
setY(int) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
setZoomCenter(ComplexNumber) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
setZoomLevel(int) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
showMe() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
Things to do, to show the Application Window again.
showMeInit() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
Things to do, to show the Application Window started by Constructor
square() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
start() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
 
start() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.MandelbrotTuringMachine
 
start() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhaseState
 
start() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPositions
 
step() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.ApplicationModel
 
step() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.MandelbrotTuringMachine
 
SUBTITLE - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 

T

TITLE - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 
toString() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.config.Config
 
toString() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.common.Point
 
toString() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.ComplexNumber
 
TuringDirection - Enum Class in org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPhase - Enum Class in org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPhaseState - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPhaseState() - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhaseState
 
TuringPositions - Class in org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing
Mandelbrot Set drawn by a Turing Machine.
TuringPositions(Point) - Constructor for class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPositions
 
turnLeft() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPositions
 
turnRight() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPositions
 

U

UP - Enum constant in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringDirection
 
update(Graphics) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationCanvas
 

V

valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.view.state.ApplicationState
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.view.state.ApplicationState
Returns an array containing the constants of this enum class, in the order they are declared.

W

WALK_AROUND_THE_SET - Enum constant in enum class org.woehlke.computer.kurzweil.mandelbrot.julia.model.turing.TuringPhase
 
WIDTH - Static variable in interface org.woehlke.computer.kurzweil.mandelbrot.julia.config.ConfigProperties
 
windowActivated(WindowEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
windowClosed(WindowEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
windowClosing(WindowEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
windowDeactivated(WindowEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
windowDeiconified(WindowEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
windowIconified(WindowEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 
windowOpened(WindowEvent) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.view.ApplicationFrame
 

Y

YET_UNCOMPUTED - Static variable in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
 

Z

zoomIntoTheJuliaSetFor(Point) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
zoomIntoTheMandelbrotSet(Point) - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
zoomLevel - Variable in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
zoomOutOfTheJuliaSet() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
zoomOutOfTheMandelbrotSet() - Method in class org.woehlke.computer.kurzweil.mandelbrot.julia.model.fractal.GaussianNumberPlane
Deprecated.
A C D E F G H I J K L M O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form