Package net.sourceforge.plantuml.style
Class StyleSignature
- java.lang.Object
-
- net.sourceforge.plantuml.style.StyleSignature
-
public class StyleSignature extends Object
-
-
Constructor Summary
Constructors Constructor Description StyleSignature(String s)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleSignature
add(String s)
StyleSignature
add(SName name)
StyleSignature
addClickable(Url url)
StyleSignature
addStar()
static StyleSignature
empty()
boolean
equals(Object arg)
StyleSignature
forStereotypeItself(Stereotype stereotype)
Style
getMergedStyle(StyleBuilder styleBuilder)
Set<String>
getNames()
int
hashCode()
boolean
isStarred()
boolean
isWithDot()
boolean
match(Stereotype stereotype)
boolean
matchAll(StyleSignature other)
StyleSignature
mergeWith(List<Style> others)
StyleSignature
mergeWith(StyleSignature other)
static StyleSignature
of(SName... names)
String
toString()
StyleSignature
with(Stereostyles stereostyles)
StyleSignature
with(Stereotype stereotype)
-
-
-
Constructor Detail
-
StyleSignature
public StyleSignature(String s)
-
-
Method Detail
-
empty
public static StyleSignature empty()
-
addClickable
public StyleSignature addClickable(Url url)
-
add
public StyleSignature add(String s)
-
add
public StyleSignature add(SName name)
-
addStar
public StyleSignature addStar()
-
isStarred
public boolean isStarred()
-
matchAll
public boolean matchAll(StyleSignature other)
-
of
public static StyleSignature of(SName... names)
-
forStereotypeItself
public StyleSignature forStereotypeItself(Stereotype stereotype)
-
with
public StyleSignature with(Stereotype stereotype)
-
with
public StyleSignature with(Stereostyles stereostyles)
-
mergeWith
public StyleSignature mergeWith(List<Style> others)
-
mergeWith
public StyleSignature mergeWith(StyleSignature other)
-
getMergedStyle
public Style getMergedStyle(StyleBuilder styleBuilder)
-
match
public boolean match(Stereotype stereotype)
-
isWithDot
public final boolean isWithDot()
-
-