Introduction¶
MicroUI Foundation Library provides access to a pixel-based display and inputs.
The aim of this library is to enable the creation of user interface in Java by reifying hardware capabilities.
To use the MicroUI Foundation Library, add MicroUI API module to a module description file:
<dependency org="ej.api" name="microui" rev="3.1.0"/>
Drawing Foundation Library extends MicroUI drawing APIs [1] with more complex ones such as:
- thick line, arc, circle and ellipse
- polygon
- image deformation and rotation
To use the Drawing Foundation Library, add Drawing API module to a module description file:
<dependency org="ej.api" name="drawing" rev="1.0.3"/>
[1] | These APIs were formerly included in MicroUI 2.x |