public final class FormatStringParser
extends java.lang.Object
FormatStep instances.| Modifier and Type | Field and Description |
|---|---|
private static java.util.regex.Pattern |
pattern
The regular expression for format strings.
|
| Modifier | Constructor and Description |
|---|---|
private |
FormatStringParser() |
| Modifier and Type | Method and Description |
|---|---|
static FormatStep[] |
getSteps(java.lang.String formatString,
ColorMap colors)
Compile a format string into a series of format steps.
|
private static final java.util.regex.Pattern pattern
public static FormatStep[] getSteps(java.lang.String formatString, ColorMap colors)
formatString - the format string