Class HColorSet
java.lang.Object
net.sourceforge.plantuml.ugraphic.color.HColorSet
public class HColorSet
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptiongetColor
(ThemeStyle UNUSED, java.lang.String s) getColor
(ThemeStyle UNUSED, java.lang.String s, HColor background) getColorLEGACY
(java.lang.String s) getColorOrWhite
(java.lang.String s) getColorOrWhite
(ThemeStyle UNUSED, java.lang.String s) getColorOrWhite
(ThemeStyle UNUSED, java.lang.String s, HColor background) static HColorSet
instance()
java.util.Collection<java.lang.String>
names()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
instance
-
names
public java.util.Collection<java.lang.String> names() -
getColorOrWhite
-
getColorOrWhite
-
getColorOrWhite
-
getColor
- Throws:
NoSuchColorException
-
getColorLEGACY
- Throws:
NoSuchColorException
-
getColor
public HColor getColor(ThemeStyle UNUSED, java.lang.String s, HColor background) throws NoSuchColorException - Throws:
NoSuchColorException
-