Package net.sourceforge.plantuml.style
Class StyleSignature
- java.lang.Object
-
- net.sourceforge.plantuml.style.StyleSignature
-
public class StyleSignature extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StyleSignature(java.lang.String s)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleSignatureadd(java.lang.String s)StyleSignatureaddClickable(Url url)StyleSignatureaddStar()static StyleSignatureempty()booleanequals(java.lang.Object arg)StylegetMergedStyle(StyleBuilder styleBuilder)java.util.Set<java.lang.String>getNames()inthashCode()booleanisStarred()booleanmatch(Stereotype stereotype)booleanmatchAll(StyleSignature other)StyleSignaturemergeWith(java.util.List<Style> others)StyleSignaturemergeWith(StyleSignature other)static StyleSignatureof(SName... names)java.lang.StringtoString()StyleSignaturewith(Stereotype stereotype)StyleSignaturewithStereotype(Stereotype stereotype)
-
-
-
Method Detail
-
empty
public static StyleSignature empty()
-
addClickable
public StyleSignature addClickable(Url url)
-
add
public StyleSignature add(java.lang.String s)
-
addStar
public StyleSignature addStar()
-
isStarred
public boolean isStarred()
-
equals
public boolean equals(java.lang.Object arg)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
matchAll
public boolean matchAll(StyleSignature other)
-
getNames
public final java.util.Set<java.lang.String> getNames()
-
of
public static StyleSignature of(SName... names)
-
withStereotype
public StyleSignature withStereotype(Stereotype stereotype)
-
with
public StyleSignature with(Stereotype stereotype)
-
mergeWith
public StyleSignature mergeWith(java.util.List<Style> others)
-
mergeWith
public StyleSignature mergeWith(StyleSignature other)
-
getMergedStyle
public Style getMergedStyle(StyleBuilder styleBuilder)
-
match
public boolean match(Stereotype stereotype)
-
-