public class ColorParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static RegexLeaf |
exp1() |
static RegexLeaf |
exp2() |
static RegexLeaf |
exp3() |
static RegexLeaf |
exp4() |
static RegexLeaf |
exp6() |
static RegexLeaf |
exp7() |
Colors |
getColor(RegexResult arg,
HColorSet set) |
RegexLeaf |
getRegex() |
static ColorParser |
mandatoryColor(ColorType mainType) |
static ColorParser |
simpleColor(ColorType mainType) |
static ColorParser |
simpleColor(ColorType mainType,
java.lang.String id) |
static ColorParser |
simpleColor(java.lang.String optPrefix,
ColorType mainType) |
public Colors getColor(RegexResult arg, HColorSet set) throws NoSuchColorException
NoSuchColorException
public static ColorParser simpleColor(ColorType mainType)
public static ColorParser simpleColor(ColorType mainType, java.lang.String id)
public static ColorParser mandatoryColor(ColorType mainType)
public static ColorParser simpleColor(java.lang.String optPrefix, ColorType mainType)
public static RegexLeaf exp1()
public static RegexLeaf exp2()
public static RegexLeaf exp3()
public static RegexLeaf exp4()
public static RegexLeaf exp6()
public static RegexLeaf exp7()
public RegexLeaf getRegex()