Class ObjectRegistry
java.lang.Object
org.woehlke.computer.kurzweil.tabs.cca.config.ObjectRegistry
public class ObjectRegistry
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ObjectRegistry()
-
Method Summary
Modifier and Type Method Description CyclicCellularAutomatonCanvas
getCanvas()
ColorScheme
getColorScheme()
Config
getConfig()
CyclicCellularAutomatonController
getController()
CyclicCellularAutomatonFrame
getFrame()
CyclicCellularAutomatonLattice
getLattice()
PanelButtons
getPanelButtons()
PanelSubtitle
getSubtitle()
void
setCanvas(CyclicCellularAutomatonCanvas canvas)
void
setColorScheme(ColorScheme colorScheme)
void
setConfig(Config config)
void
setController(CyclicCellularAutomatonController controller)
void
setFrame(CyclicCellularAutomatonFrame frame)
void
setLattice(CyclicCellularAutomatonLattice lattice)
void
setPanelButtons(PanelButtons panelButtons)
void
setSubtitle(PanelSubtitle subtitle)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ObjectRegistry
public ObjectRegistry()
-
-
Method Details
-
getController
-
setController
-
getCanvas
-
setCanvas
-
getLattice
-
setLattice
-
getFrame
-
setFrame
-
getColorScheme
-
setColorScheme
-
getPanelButtons
-
setPanelButtons
-
getSubtitle
-
setSubtitle
-
getConfig
-
setConfig
-