Package net.sourceforge.plantuml.style
Class StyleSignatures
java.lang.Object
net.sourceforge.plantuml.style.StyleSignatures
- All Implemented Interfaces:
StyleSignature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(StyleSignature signature) getMergedStyle
(StyleBuilder currentStyleBuilder) java.lang.String
toString()
with
(Stereostyles stereostyles) withTOBECHANGED
(Stereotype stereotype) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
StyleSignatures
public StyleSignatures()
-
-
Method Details
-
add
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getMergedStyle
- Specified by:
getMergedStyle
in interfaceStyleSignature
-
withTOBECHANGED
- Specified by:
withTOBECHANGED
in interfaceStyleSignature
-
with
- Specified by:
with
in interfaceStyleSignature
-