Class BorderPainter.BorderCell

java.lang.Object
org.eclipse.nebula.widgets.nattable.painter.cell.BorderPainter.BorderCell
Enclosing class:
BorderPainter

public static class BorderPainter.BorderCell extends Object
Stores the bounds and the state of a cell that will be used to draw borders.
  • Field Details

    • bounds

      public org.eclipse.swt.graphics.Rectangle bounds
    • isInsideBorder

      public boolean isInsideBorder
  • Constructor Details

    • BorderCell

      public BorderCell(org.eclipse.swt.graphics.Rectangle bounds)
    • BorderCell

      public BorderCell(org.eclipse.swt.graphics.Rectangle bounds, boolean isInsideBorder)