FT - The platform specific color objectpublic abstract class MessageFormatter<FT> extends Object
| Constructor and Description |
|---|
MessageFormatter(FT... colors) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(int index,
String message) |
String |
format(String message) |
FT |
getColor(int index) |
FT |
getDefaultColor() |
FT |
setColor(int index,
FT color) |
@SafeVarargs public MessageFormatter(FT... colors)
Copyright © 2019. All rights reserved.