Class Config
java.lang.Object
org.woehlke.computer.kurzweil.mandelbrot.config.Config
- All Implemented Interfaces:
ConfigProperties
public class Config extends java.lang.Object implements ConfigProperties
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.
-
Field Summary
Fields inherited from interface org.woehlke.computer.kurzweil.mandelbrot.config.ConfigProperties
APP_PROPERTIES_FILENAME, BUTTONS_LABEL, BUTTONS_SWITCH, BUTTONS_ZOOM, BUTTONS_ZOOMOUT, COPYRIGHT, HEIGHT, KEY, KEY_BUTTONS_LABEL, KEY_BUTTONS_SWITCH, KEY_BUTTONS_ZOOM, KEY_BUTTONS_ZOOMOUT, KEY_COPYRIGHT, KEY_HEIGHT, KEY_SUBTITLE, KEY_TITLE, KEY_WIDTH, SUBTITLE, TITLE, WIDTH
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getButtonsLabel()
java.lang.String
getButtonsSwitch()
java.lang.String
getButtonsZoom()
java.lang.String
getButtonsZoomOut()
java.lang.String
getCopyright()
int
getHeight()
java.lang.String
getSubtitle()
java.lang.String
getTitle()
int
getWidth()
int
hashCode()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getTitle
public java.lang.String getTitle() -
getSubtitle
public java.lang.String getSubtitle() -
getCopyright
public java.lang.String getCopyright() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getButtonsLabel
public java.lang.String getButtonsLabel() -
getButtonsSwitch
public java.lang.String getButtonsSwitch() -
getButtonsZoom
public java.lang.String getButtonsZoom() -
getButtonsZoomOut
public java.lang.String getButtonsZoomOut() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-