Class ColorParser
java.lang.Object
net.sourceforge.plantuml.graphic.color.ColorParser
public class ColorParser
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptionstatic RegexLeaf
exp1()
static RegexLeaf
exp2()
static RegexLeaf
exp3()
static RegexLeaf
exp4()
static RegexLeaf
exp6()
static RegexLeaf
exp7()
getColor
(ThemeStyle themeStyle, RegexResult arg, HColorSet set) getRegex()
static ColorParser
mandatoryColor
(ColorType mainType) static ColorParser
simpleColor
(java.lang.String optPrefix, ColorType mainType) static ColorParser
simpleColor
(ColorType mainType) static ColorParser
simpleColor
(ColorType mainType, java.lang.String id) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getColor
public Colors getColor(ThemeStyle themeStyle, RegexResult arg, HColorSet set) throws NoSuchColorException - Throws:
NoSuchColorException
-
simpleColor
-
simpleColor
-
mandatoryColor
-
simpleColor
-
exp1
-
exp2
-
exp3
-
exp4
-
exp6
-
exp7
-
getRegex
-