Package net.sourceforge.plantuml.graphic
Class HtmlColorAndStyle
java.lang.Object
net.sourceforge.plantuml.graphic.HtmlColorAndStyle
public class HtmlColorAndStyle
extends java.lang.Object
-
Constructor Summary
ConstructorsConstructorDescriptionHtmlColorAndStyle
(HColor arrowColor, LinkStyle style, HColor arrowHeadColor) HtmlColorAndStyle
(HColor color, HColor arrowHeadColor) -
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlColorAndStyle
build
(ISkinParam skinParam, java.lang.String definition) static final StyleSignatureBasic
getStyle()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
HtmlColorAndStyle
-
HtmlColorAndStyle
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getArrowColor
-
getArrowHeadColor
-
getStyle
-
getDefaultStyleDefinitionArrow
-
build
public static HtmlColorAndStyle build(ISkinParam skinParam, java.lang.String definition) throws NoSuchColorException - Throws:
NoSuchColorException
-