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