| Package | Description |
|---|---|
| io.github.dsibilio.badgemaker.core | |
| io.github.dsibilio.badgemaker.model |
| Modifier and Type | Method and Description |
|---|---|
BadgeFormatBuilder |
BadgeFormatBuilder.withLabelColor(HexColor labelColor) |
BadgeFormatBuilder |
BadgeFormatBuilder.withMessageColor(HexColor messageColor) |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedColor |
| Modifier and Type | Method and Description |
|---|---|
HexColor |
BadgeFormat.getLabelColor() |
HexColor |
BadgeFormat.getMessageColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
BadgeFormat.setLabelColor(HexColor labelColor) |
void |
BadgeFormat.setMessageColor(HexColor messageColor) |
| Constructor and Description |
|---|
BadgeFormat(String label,
String message,
HexColor labelColor,
HexColor messageColor,
String logo,
int scaleMultiplier) |
Copyright © 2023. All rights reserved.