Class InnerLinesLayer<R extends Row<?,​?,​?>>

Type Parameters:
R - the type of the rows

public class InnerLinesLayer<R extends Row<?,​?,​?>>
extends SystemLayer<R>
Draws separator lines between inner lines. By default the line width is set to 0 and the lines will not be drawn. To change this use setLineWidth(double) and specify a value greater than 0.
Since:
1.0
See Also:
GraphicsBase.getForegroundSystemLayers(), GraphicsBase.getBackgroundSystemLayers(), GraphicsBase.getForegroundSystemLayer(Class), GraphicsBase.getBackgroundSystemLayer(Class)