-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
ColorParser
public ColorParser()
-
Method Details
-
parse
public boolean parse(String input)
Description copied from class: Parser
Parses a string.
- Specified by:
parse
in class Parser<Color>
- Parameters:
input
- The input string to parse
- Returns:
true
if the parsing succeeded.