Class 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 Detail

      • bounds

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

        public boolean isInsideBorder
    • Constructor Detail

      • BorderCell

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

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