Modifier and Type | Method and Description |
---|---|
static DeviceApi.SDialog.Text |
DeviceApi.SDialog.Text.of(String text,
int column,
int row)
Create a simple dialog text.
|
static DeviceApi.SDialog.Text |
DeviceApi.SDialog.Text.of(String text,
int column,
int row)
Create a simple dialog text.
|
DeviceApi.SDialog.Text |
DeviceApi.SDialog.Text.withBackColor(Color backColor)
Changes the back color.
|
DeviceApi.SDialog.Text |
DeviceApi.SDialog.Text.withBackColor(Color backColor)
Changes the back color.
|
DeviceApi.SDialog.Text |
DeviceApi.SDialog.Text.withForeColor(Color foreColor)
Changes the fore color.
|
DeviceApi.SDialog.Text |
DeviceApi.SDialog.Text.withForeColor(Color foreColor)
Changes the fore color.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DeviceApi.SDialog.setText(DeviceApi.SDialog.Text text)
Writes text.
|
static boolean |
DeviceApi.SDialog.setText(DeviceApi.SDialog.Text text)
Writes text.
|
Copyright © 2024. All rights reserved.