| Package | Description |
|---|---|
| ej.fp.widget.display | |
| ej.fp.widget.display.brs |
| Constructor and Description |
|---|
DisplayBufferManager(DisplayBufferPolicy bufferPolicy,
BufferRefreshStrategy refreshStrategy,
ej.fp.Widget displayWidget,
int displayWidth,
int displayHeight,
int initialColor)
Creates a buffer manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyRefreshStrategy
The strategy "legacy" (equivalent to the one available in UI Packs 13.x) is dedicated to the buffer mode SWAP (see
MicroEJ documentation).
|
class |
PredrawRefreshStrategy
The "predraw" strategy consists in restoring the back buffer with the content of the previous drawings (the past)
just before the very first drawing after a flush (and not just after the flush).
|
class |
SingleRefreshStrategy
The "single" strategy is dedicated to the display with one buffer on the MCU side and one buffer on the display side
(the display front buffer is not mapped to the MCU address space).
|