Package net.sourceforge.plantuml.style
Class StyleSignatures
- java.lang.Object
-
- net.sourceforge.plantuml.style.StyleSignatures
-
- All Implemented Interfaces:
StyleSignature
public class StyleSignatures extends java.lang.Object implements StyleSignature
-
-
Constructor Summary
Constructors Constructor Description StyleSignatures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(StyleSignature signature)StylegetMergedStyle(StyleBuilder currentStyleBuilder)java.lang.StringtoString()StyleSignaturewith(Stereostyles stereostyles)StyleSignaturewithTOBECHANGED(Stereotype stereotype)
-
-
-
Method Detail
-
add
public void add(StyleSignature signature)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getMergedStyle
public Style getMergedStyle(StyleBuilder currentStyleBuilder)
- Specified by:
getMergedStylein interfaceStyleSignature
-
withTOBECHANGED
public StyleSignature withTOBECHANGED(Stereotype stereotype)
- Specified by:
withTOBECHANGEDin interfaceStyleSignature
-
with
public StyleSignature with(Stereostyles stereostyles)
- Specified by:
within interfaceStyleSignature
-
-