Class HColorSet
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.color.HColorSet
-
public class HColorSet extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HColor
getColor(java.lang.String s)
HColor
getColorLEGACY(java.lang.String s)
HColor
getColorOrWhite(java.lang.String s)
static HColorSet
instance()
java.util.Collection<java.lang.String>
names()
-
-
-
Method Detail
-
instance
public static HColorSet instance()
-
names
public java.util.Collection<java.lang.String> names()
-
getColorOrWhite
public HColor getColorOrWhite(java.lang.String s)
-
getColorLEGACY
public HColor getColorLEGACY(java.lang.String s) throws NoSuchColorException
- Throws:
NoSuchColorException
-
getColor
public HColor getColor(java.lang.String s) throws NoSuchColorException
- Throws:
NoSuchColorException
-
-