java.lang.Object
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheetCell

public abstract class PrometheusSheetCell extends Object
Class representing a cell within a sheet or a view.
  • Constructor Details

    • PrometheusSheetCell

      protected PrometheusSheetCell(PrometheusSheetRow pRow, int pColIndex, boolean pReadOnly)
      Constructor.
      Parameters:
      pRow - the row for the cell
      pColIndex - the column index
      pReadOnly - is the cell readOnly?
  • Method Details