Class Divider
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.AbstractEvent
-
- net.sourceforge.plantuml.sequencediagram.Divider
-
-
Constructor Summary
Constructors Constructor Description Divider(Display text, StyleBuilder styleBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
dealWith(Participant someone)
StyleSignatureBasic
getStyleSignature()
Display
getText()
Style[]
getUsedStyles()
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
getUrl, hasUrl, isParallel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.sequencediagram.Event
getUrl, hasUrl, isParallel
-
-
-
-
Constructor Detail
-
Divider
public Divider(Display text, StyleBuilder styleBuilder)
-
-
Method Detail
-
getStyleSignature
public StyleSignatureBasic getStyleSignature()
- Specified by:
getStyleSignature
in interfaceStyleable
-
getUsedStyles
public Style[] getUsedStyles()
- Specified by:
getUsedStyles
in interfaceWithStyle
-
getText
public final Display getText()
-
dealWith
public boolean dealWith(Participant someone)
-
-