public abstract class RGBParser extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
RGBParser.RGBAction |
protected static class |
RGBParser.RGBMapBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected RGBParser.RGBMapBuilder |
parserMap |
protected RGBParser.RGBMapBuilder |
stripMap |
| Constructor and Description |
|---|
RGBParser() |
| Modifier and Type | Method and Description |
|---|---|
protected static Color |
getColor(String line) |
String |
parse(String string,
boolean isLegacy) |
protected static String[] |
splitString(String text,
int parts) |
String |
strip(String string) |
protected final RGBParser.RGBMapBuilder parserMap
protected final RGBParser.RGBMapBuilder stripMap
Copyright © 2023. All rights reserved.