Interface IPAMapCellRenderer

All Known Implementing Classes:
DefaultIPAMapCellRenderer

public interface IPAMapCellRenderer
  • Method Details

    • getCellDimension

      Dimension getCellDimension(IPAMapGrid mapGrid)
      Determine size of cells based on given mapGrid.
    • paintCell

      void paintCell(IPAMapGrid mapGrid, Graphics2D g2, Rectangle cellRect, Cell cell, boolean isHover, boolean isPressed, boolean isSelected)
      Paint cell
      Parameters:
      mapGrid -
      g2 -
      cellRect -
      cell -
      isHover -
      isPressed -