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 CyclicCellularAutomatonCanvasgetCanvas()ColorSchemegetColorScheme()ConfiggetConfig()CyclicCellularAutomatonControllergetController()CyclicCellularAutomatonFramegetFrame()CyclicCellularAutomatonLatticegetLattice()PanelButtonsgetPanelButtons()PanelSubtitlegetSubtitle()voidsetCanvas(CyclicCellularAutomatonCanvas canvas)voidsetColorScheme(ColorScheme colorScheme)voidsetConfig(Config config)voidsetController(CyclicCellularAutomatonController controller)voidsetFrame(CyclicCellularAutomatonFrame frame)voidsetLattice(CyclicCellularAutomatonLattice lattice)voidsetPanelButtons(PanelButtons panelButtons)voidsetSubtitle(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
-