public interface MicroUIRenderableString
This interface is used by several drawing methods which use a renderable string. It can be mapped on byte array given as parameter in some MicroUI natives. This byte array is retrieved in MicroEJ application using the method RenderableString.getSNIContext().
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSNIContext()
Gets the SNI context array.
|