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.CompoundBorder
getBorder()
javax.swing.border.CompoundBorder
getBorder(java.lang.String label)
javax.swing.border.CompoundBorder
getBottomButtonsPanelBorder()
javax.swing.border.CompoundBorder
getBottomButtonsPanelBorder(java.lang.String label)
javax.swing.border.Border
getCanvasBorder()
javax.swing.border.CompoundBorder
getFrameBorder()
CellCore
getNewCellCore()
CellLifeCycle
getNewCellLifeCycle()
LatticePoint
getNextRandomLatticePoint()
javax.swing.border.CompoundBorder
getTabbedPaneBorder()
javax.swing.border.Border
getTabBorder()
LatticePoint
getWorldDimensions()
void
start()
void
stop()
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()
-