Package snap.games

Class BoardGameView

All Implemented Interfaces:
PropChange.DoChange, XMLArchiver.Archivable, ViewHost

public class BoardGameView extends GameView
  • Constructor Details

    • BoardGameView

      public BoardGameView()
      Constructor.
  • Method Details

    • getCellsWide

      public int getCellsWide()
      Returns the number of cells available on X axis.
    • getCellsHigh

      public int getCellsHigh()
      Returns the number of cells available on Y axis.
    • getCellWidth

      public double getCellWidth()
      Returns the cell width.
    • getCellHeight

      public double getCellHeight()
      Returns the cell height.