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

Type Parameters:
R - the type of the rows

public class LayoutLayer<R extends Row<?,​?,​?>>
extends SystemLayer<R>
Draws the layout padding areas. Each layout may have some padding added to its top and bottom. This layer fills the padding area with a solid color.
Since:
1.0
See Also:
Layout.getPadding(), GraphicsBase.getForegroundSystemLayers(), GraphicsBase.getBackgroundSystemLayers(), GraphicsBase.getForegroundSystemLayer(Class), GraphicsBase.getBackgroundSystemLayer(Class)