Class BorderPainter.LineValues
java.lang.Object
org.eclipse.nebula.widgets.nattable.painter.cell.BorderPainter.LineValues
- Enclosing class:
- BorderPainter
Utility class used to return coordinates and lengths at once.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
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)
-