Interface | Description |
---|---|
RenderPolicy.RenderListener |
Listener for render events (when it is requested and when it is actually executed).
|
Class | Description |
---|---|
DefaultRenderPolicy |
This render policy renders the requested widget or its parent if transparent.
|
OverlapRenderPolicy |
This render policy keeps the initial order of the widgets.
|
RenderPolicy |
A render policy is responsible of rendering the widgets of a desktop on the display.
|