Class BorderPainter.BorderCell
java.lang.Object
org.eclipse.nebula.widgets.nattable.painter.cell.BorderPainter.BorderCell
- Enclosing class:
- BorderPainter
Stores the bounds and the state of a cell that will be used to draw
borders.
-
Field Summary
Modifier and TypeFieldDescriptionorg.eclipse.swt.graphics.Rectangle
boolean
-
Constructor Summary
ConstructorDescriptionBorderCell
(org.eclipse.swt.graphics.Rectangle bounds) BorderCell
(org.eclipse.swt.graphics.Rectangle bounds, boolean isInsideBorder) -
Method Summary
-
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)
-