Class Grid

    • Field Detail

      • xrange

        protected Range xrange
      • yrange

        protected Range yrange
      • xsteps

        protected int xsteps
      • ysteps

        protected int ysteps
    • Constructor Detail

      • Grid

        public Grid​(Range xyrange,
                    int xysteps)
      • Grid

        public Grid​(Range xrange,
                    int xsteps,
                    Range yrange,
                    int ysteps)