Class Colors
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.color.Colors
-
public class Colors extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Colorsadd(ColorType type, HColor color)ColorsaddLegacyStroke(java.lang.String s)ColorsapplyStereotype(Stereotype stereotype, ISkinParam skinParam, ColorParam param)ColorsapplyStereotypeForNote(Stereotype stereotype, ISkinParam skinParam, ColorParam... params)static UGraphicapplyStroke(UGraphic ug, Colors colors)static Colorsempty()HColorgetColor(ColorType key)HColorgetColor(ColorType key1, ColorType key2)LinkStylegetLineStyle()java.lang.BooleangetShadowing()UStrokegetSpecificLineStroke()booleanisEmpty()ISkinParammute(ISkinParam skinParam)UStrokemuteStroke(UStroke stroke)java.lang.StringtoString()
-
-
-
Constructor Detail
-
Colors
public Colors(java.lang.String data, HColorSet set, ColorType mainType) throws NoSuchColorException- Throws:
NoSuchColorException
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
empty
public static Colors empty()
-
isEmpty
public boolean isEmpty()
-
getSpecificLineStroke
public UStroke getSpecificLineStroke()
-
getLineStyle
public final LinkStyle getLineStyle()
-
mute
public ISkinParam mute(ISkinParam skinParam)
-
addLegacyStroke
public Colors addLegacyStroke(java.lang.String s)
-
applyStereotype
public Colors applyStereotype(Stereotype stereotype, ISkinParam skinParam, ColorParam param) throws NoSuchColorException
- Throws:
NoSuchColorException
-
applyStereotypeForNote
public Colors applyStereotypeForNote(Stereotype stereotype, ISkinParam skinParam, ColorParam... params) throws NoSuchColorException
- Throws:
NoSuchColorException
-
getShadowing
public java.lang.Boolean getShadowing()
-
-