Class TFillColorElement.Flat

All Implemented Interfaces:
INode<TElement>, INodeBounded<TElement,Bounds2i>, INodeRenderable<TElement, TGuiGraphics>, Iterable<TElement>, Collection<TElement>
Enclosing class:
TFillColorElement

@Virtual public static class TFillColorElement.Flat extends TFillColorElement
TFillColorElement implementation that renders its outline in renderCallback(TGuiGraphics) instead of postRenderCallback(TGuiGraphics), allowing you to have an outline that doesn't overlay over children.