Class Board

    • Field Detail

      • dimX

        protected int dimX
      • dimY

        protected int dimY
      • heightView

        protected int heightView
      • medianDistView

        protected int medianDistView
      • camera

        protected Camera camera
    • Constructor Detail

      • Board

        public Board()
    • Method Detail

      • camera

        public Camera camera()
      • getSize2D

        public abstract Point2D getSize2D()
      • getSize3D

        public abstract Point3D getSize3D()
      • getCharacters

        protected abstract java.util.List<Character> getCharacters()