Class BorderPainter.LineValues

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

public static class BorderPainter.LineValues extends Object
Utility class used to return coordinates and lengths at once.
  • Field Details

    • x

      public int x
    • y

      public int y
    • lenght

      public int lenght
  • Constructor Details

    • LineValues

      public LineValues(int x, int y, int lenght)