Uses of Enum Class
net.sourceforge.plantuml.sequencediagram.MessageExoType
Packages that use MessageExoType
Package
Description
-
Uses of MessageExoType in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return MessageExoTypeModifier and TypeMethodDescriptionfinal MessageExoTypeMessageExo.getType()MessageExoType.reverse()static MessageExoTypeReturns the enum constant of this class with the specified name.static MessageExoType[]MessageExoType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.sourceforge.plantuml.sequencediagram with parameters of type MessageExoTypeModifierConstructorDescriptionMessageExo(StyleBuilder styleBuilder, Participant p, MessageExoType type, Display label, ArrowConfiguration arrowConfiguration, String messageNumber, boolean shortArrow) -
Uses of MessageExoType in net.sourceforge.plantuml.sequencediagram.graphic
Methods in net.sourceforge.plantuml.sequencediagram.graphic that return MessageExoTypeConstructors in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type MessageExoTypeModifierConstructorDescriptionMessageExoArrow(double startingY, Rose skin, ArrowComponent arrow, LivingParticipantBox p, MessageExoType type, Url url, boolean shortArrow, ArrowConfiguration arrowConfiguration)