Class ComputerKurzweilContext
java.lang.Object
org.woehlke.computer.kurzweil.application.ComputerKurzweilContext
- All Implemented Interfaces:
Startable
public class ComputerKurzweilContext extends java.lang.Object implements Startable
-
Constructor Summary
Constructors Constructor Description ComputerKurzweilContext(ComputerKurzweilProperties computerKurzweilProperties, ComputerKurzweilFrame frame) -
Method Summary
Modifier and Type Method Description javax.swing.border.CompoundBordergetBorder()javax.swing.border.CompoundBordergetBorder(java.lang.String label)javax.swing.border.CompoundBordergetBottomButtonsPanelBorder()javax.swing.border.CompoundBordergetBottomButtonsPanelBorder(java.lang.String label)javax.swing.border.BordergetCanvasBorder()javax.swing.border.CompoundBordergetFrameBorder()CellCoregetNewCellCore()CellLifeCyclegetNewCellLifeCycle()LatticePointgetNextRandomLatticePoint()javax.swing.border.CompoundBordergetTabbedPaneBorder()javax.swing.border.BordergetTabBorder()LatticePointgetWorldDimensions()voidstart()voidstop()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ComputerKurzweilContext
public ComputerKurzweilContext(ComputerKurzweilProperties computerKurzweilProperties, ComputerKurzweilFrame frame)
-
-
Method Details
-
getTabbedPaneBorder
public javax.swing.border.CompoundBorder getTabbedPaneBorder() -
getFrameBorder
public javax.swing.border.CompoundBorder getFrameBorder() -
getBorder
public javax.swing.border.CompoundBorder getBorder() -
getBorder
public javax.swing.border.CompoundBorder getBorder(java.lang.String label) -
getBottomButtonsPanelBorder
public javax.swing.border.CompoundBorder getBottomButtonsPanelBorder() -
getBottomButtonsPanelBorder
public javax.swing.border.CompoundBorder getBottomButtonsPanelBorder(java.lang.String label) -
getTabBorder
public javax.swing.border.Border getTabBorder() -
getCanvasBorder
public javax.swing.border.Border getCanvasBorder() -
getWorldDimensions
-
getNextRandomLatticePoint
-
getNewCellLifeCycle
-
getNewCellCore
-
start
public void start() -
stop
public void stop()
-