Package net.sourceforge.plantuml.style
Class StyleSignatureBasic
- java.lang.Object
-
- net.sourceforge.plantuml.style.StyleSignatureBasic
-
- All Implemented Interfaces:
StyleSignature
public class StyleSignatureBasic extends Object implements StyleSignature
-
-
Constructor Summary
Constructors Constructor Description StyleSignatureBasic(String s)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StyleSignatureBasic
activity()
static StyleSignatureBasic
activityArrow()
static StyleSignatureBasic
activityDiamond()
StyleSignatureBasic
add(String s)
StyleSignatureBasic
add(SName name)
StyleSignatureBasic
addClickable(Url url)
StyleSignatureBasic
addStar()
static StyleSignatureBasic
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(StyleSignatureBasic other)
StyleSignatureBasic
mergeWith(List<Style> others)
StyleSignatureBasic
mergeWith(StyleSignatureBasic other)
static StyleSignatureBasic
of(SName... names)
String
toString()
StyleSignature
with(Stereostyles stereostyles)
StyleSignature
withTOBECHANGED(Stereotype stereotype)
-
-
-
Constructor Detail
-
StyleSignatureBasic
public StyleSignatureBasic(String s)
-
-
Method Detail
-
empty
public static StyleSignatureBasic empty()
-
addClickable
public StyleSignatureBasic addClickable(Url url)
-
add
public StyleSignatureBasic add(String s)
-
add
public StyleSignatureBasic add(SName name)
-
addStar
public StyleSignatureBasic addStar()
-
isStarred
public boolean isStarred()
-
matchAll
public boolean matchAll(StyleSignatureBasic other)
-
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(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()
-
-