Class Grid

java.lang.Object
org.jmol.awtjs.swing.Grid

public class Grid extends Object
  • Field Details

    • nrows

      private int nrows
    • ncols

      private int ncols
    • grid

      private Cell[][] grid
    • renderer

      private String renderer
  • Constructor Details

    • Grid

      Grid(int rows, int cols)
  • Method Details