public class ColorValueParser
extends Object
Checks a String if it contains a Nifty inline color. This class is used while
parsing text strings for colors.
This has now been changed to not return an Result instance anymore but simply
remembers the last result in instance variables. This makes the class not
thread-safe but it was not shared between threads anyway.
- Author:
- void