Class Englober
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.Englober
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Participant p)voidaddConstraintAfter(Englober current)voidaddInternalConstraints()booleancontains(Participant p)static EnglobercreatePuma(ParticipantEnglober englober, Participant first, ISkinParam skinParam, Rose skin, StringBounder stringBounder, StyleBuilder styleBuilder)static EnglobercreateTeoz(ParticipantEnglober participantEnglober, Participant first, TileArguments tileArguments, StyleBuilder styleBuilder)voiddrawEnglober(UGraphic ug, double height, Context2D context)StyleSignaturegetDefaultStyleDefinition()ParticipantgetFirst2TOBEPRIVATE()ParticipantgetLast2TOBEPRIVATE()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)ParticipantEnglobergetParticipantEnglober()doublegetPreferredHeight()Style[]getUsedStyles()java.lang.StringtoString()
-
-
-
Method Detail
-
getDefaultStyleDefinition
public StyleSignature getDefaultStyleDefinition()
- Specified by:
getDefaultStyleDefinitionin interfaceStyleable
-
getUsedStyles
public Style[] getUsedStyles()
- Specified by:
getUsedStylesin interfaceWithStyle
-
createPuma
public static Englober createPuma(ParticipantEnglober englober, Participant first, ISkinParam skinParam, Rose skin, StringBounder stringBounder, StyleBuilder styleBuilder)
-
createTeoz
public static Englober createTeoz(ParticipantEnglober participantEnglober, Participant first, TileArguments tileArguments, StyleBuilder styleBuilder)
-
getFirst2TOBEPRIVATE
public final Participant getFirst2TOBEPRIVATE()
-
getLast2TOBEPRIVATE
public final Participant getLast2TOBEPRIVATE()
-
getParticipantEnglober
public final ParticipantEnglober getParticipantEnglober()
-
contains
public boolean contains(Participant p)
-
add
public void add(Participant p)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getPreferredHeight
public double getPreferredHeight()
-
addInternalConstraints
public void addInternalConstraints()
-
addConstraintAfter
public void addConstraintAfter(Englober current)
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
-