Class Board

java.lang.Object
one.empty3.library.Representable
one.empty3.apps.newboardgames.Board
All Implemented Interfaces:
Serializable, Comparable, TemporalComputedObject3D, MatrixPropertiesObject, XmlRepresentable
Direct Known Subclasses:
Grid

public abstract class Board extends Representable
See Also:
  • Field Details

    • dimX

      protected int dimX
    • dimY

      protected int dimY
    • heightView

      protected int heightView
    • medianDistView

      protected int medianDistView
    • camera

      protected Camera camera
  • Constructor Details

    • Board

      public Board()
  • Method Details

    • camera

      public Camera camera()
    • getSize2D

      public abstract Point2D getSize2D()
    • getSize3D

      public abstract Point3D getSize3D()
    • getCharacters

      protected abstract List<Character> getCharacters()
    • cellAt

      public Representable cellAt(int i, int j)