Package net.sourceforge.plantuml.style
Class StyleSignatureBasic
- java.lang.Object
-
- net.sourceforge.plantuml.style.StyleSignatureBasic
-
- All Implemented Interfaces:
StyleSignature
public class StyleSignatureBasic extends java.lang.Object implements StyleSignature
-
-
Constructor Summary
Constructors Constructor Description StyleSignatureBasic(java.lang.String s)
-
Method Summary
-
-
-
Method Detail
-
empty
public static StyleSignatureBasic empty()
-
addClickable
public StyleSignatureBasic addClickable(Url url)
-
add
public StyleSignatureBasic add(java.lang.String s)
-
addS
public StyleSignatureBasic addS(java.lang.String s)
-
add
public StyleSignatureBasic add(SName name)
-
addStar
public StyleSignatureBasic addStar()
-
isStarred
public boolean isStarred()
-
equals
public boolean equals(java.lang.Object arg)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
matchAll
public boolean matchAll(StyleSignatureBasic other)
-
getNames
public final java.util.Set<java.lang.String> getNames()
-
of
public static StyleSignatureBasic of(SName... names)
-
forStereotypeItself
public StyleSignature forStereotypeItself(Stereotype stereotype)
-
withTOBECHANGED
public StyleSignature withTOBECHANGED(Stereotype stereotype)
- Specified by:
withTOBECHANGED
in interfaceStyleSignature
-
with
public StyleSignature with(Stereostyles stereostyles)
- Specified by:
with
in interfaceStyleSignature
-
mergeWith
public StyleSignatureBasic mergeWith(java.util.List<Style> others)
-
mergeWith
public StyleSignatureBasic mergeWith(StyleSignatureBasic other)
-
getMergedStyle
public Style getMergedStyle(StyleBuilder styleBuilder)
- Specified by:
getMergedStyle
in interfaceStyleSignature
-
match
public boolean match(Stereotype stereotype)
-
isWithDot
public final boolean isWithDot()
-
activity
public static StyleSignatureBasic activity()
-
activityDiamond
public static StyleSignatureBasic activityDiamond()
-
activityArrow
public static StyleSignatureBasic activityArrow()
-
-