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

Type Parameters:
R - the type of the rows

public class RowLayer<R extends Row<?,​?,​?>>
extends SystemLayer<R>
Draws the background of each row. The layer can be configured with pluggable renderers that are mapped to the type of the row. Applications can register their own renderers by calling setRowRenderer(Class, RowRenderer).
Since:
1.0
See Also:
GraphicsBase.getForegroundSystemLayers(), GraphicsBase.getBackgroundSystemLayers(), GraphicsBase.getForegroundSystemLayer(Class), GraphicsBase.getBackgroundSystemLayer(Class)