Package net.sourceforge.plantuml.graphic
Interface IHtmlColorSet
-
- All Known Implementing Classes:
HtmlColorSetSimple
public interface IHtmlColorSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HtmlColor
getColorIfValid(java.lang.String s)
HtmlColor
getColorIfValid(java.lang.String s, boolean acceptTransparent)
java.util.Collection<java.lang.String>
names()
-