Class Colors
java.lang.Object
net.sourceforge.plantuml.graphic.color.Colors
public class Colors
extends java.lang.Object
-
Constructor Summary
ConstructorsConstructorDescriptionColors
(ThemeStyle themeStyle, java.lang.String data, HColorSet set, ColorType mainType) -
Method Summary
Modifier and TypeMethodDescriptionaddLegacyStroke
(java.lang.String s) applyStereotype
(Stereotype stereotype, ISkinParam skinParam, ColorParam param) applyStereotypeForNote
(Stereotype stereotype, ISkinParam skinParam, FontParam fontParam, ColorParam... params) static UGraphic
applyStroke
(UGraphic ug, Colors colors) static Colors
empty()
final LinkStyle
java.lang.Boolean
boolean
isEmpty()
mute
(ISkinParam skinParam) muteStroke
(UStroke stroke) java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Colors
public Colors(ThemeStyle themeStyle, java.lang.String data, HColorSet set, ColorType mainType) throws NoSuchColorException - Throws:
NoSuchColorException
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
empty
-
isEmpty
public boolean isEmpty() -
getColor
-
getColor
-
getSpecificLineStroke
-
add
-
getLineStyle
-
mute
-
addLegacyStroke
-
applyStroke
-
applyStereotype
public Colors applyStereotype(Stereotype stereotype, ISkinParam skinParam, ColorParam param) throws NoSuchColorException - Throws:
NoSuchColorException
-
applyStereotypeForNote
public Colors applyStereotypeForNote(Stereotype stereotype, ISkinParam skinParam, FontParam fontParam, ColorParam... params) throws NoSuchColorException - Throws:
NoSuchColorException
-
getShadowing
public java.lang.Boolean getShadowing() -
muteStroke
-