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 Details

  • 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

      public LatticePoint getWorldDimensions()
    • getNextRandomLatticePoint

      public LatticePoint getNextRandomLatticePoint()
    • getNewCellLifeCycle

      public CellLifeCycle getNewCellLifeCycle()
    • getNewCellCore

      public CellCore getNewCellCore()
    • start

      public void start()
      Specified by:
      start in interface Startable
    • stop

      public void stop()
      Specified by:
      stop in interface Startable