Uses of Class
net.sourceforge.plantuml.skin.ArrowConfiguration
Packages that use ArrowConfiguration
Package
Description
-
Uses of ArrowConfiguration in net.sourceforge.plantuml.asciiart
Methods in net.sourceforge.plantuml.asciiart with parameters of type ArrowConfigurationModifier and TypeMethodDescriptionTextSkin.createComponent
(Style[] style, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) TextSkin.createComponentArrow
(Style[] styles, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) Constructors in net.sourceforge.plantuml.asciiart with parameters of type ArrowConfigurationModifierConstructorDescriptionComponentTextArrow
(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat, int maxAsciiMessageLength) ComponentTextSelfArrow
(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat) -
Uses of ArrowConfiguration in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return ArrowConfigurationModifier and TypeMethodDescriptionfinal ArrowConfiguration
AbstractMessage.getArrowConfiguration()
Constructors in net.sourceforge.plantuml.sequencediagram with parameters of type ArrowConfigurationModifierConstructorDescriptionAbstractMessage
(StyleBuilder styleBuilder, Display label, ArrowConfiguration arrowConfiguration, String messageNumber) Message
(StyleBuilder styleBuilder, Participant p1, Participant p2, Display label, ArrowConfiguration arrowConfiguration, String messageNumber) MessageExo
(StyleBuilder styleBuilder, Participant p, MessageExoType type, Display label, ArrowConfiguration arrowConfiguration, String messageNumber, boolean shortArrow) -
Uses of ArrowConfiguration in net.sourceforge.plantuml.sequencediagram.command
Methods in net.sourceforge.plantuml.sequencediagram.command that return ArrowConfigurationModifier and TypeMethodDescriptionstatic ArrowConfiguration
CommandArrow.applyStyle
(String arrowStyle, ArrowConfiguration config) Methods in net.sourceforge.plantuml.sequencediagram.command with parameters of type ArrowConfigurationModifier and TypeMethodDescriptionstatic ArrowConfiguration
CommandArrow.applyStyle
(String arrowStyle, ArrowConfiguration config) -
Uses of ArrowConfiguration in net.sourceforge.plantuml.sequencediagram.graphic
Constructors in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type ArrowConfigurationModifierConstructorDescriptionMessageExoArrow
(double startingY, Rose skin, ArrowComponent arrow, LivingParticipantBox p, MessageExoType type, Url url, boolean shortArrow, ArrowConfiguration arrowConfiguration) -
Uses of ArrowConfiguration in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin that return ArrowConfigurationModifier and TypeMethodDescriptionArrowConfiguration.reverse()
ArrowConfiguration.reverseDefine()
ArrowConfiguration.self()
ArrowConfiguration.withDecoration1
(ArrowDecoration decoration1) ArrowConfiguration.withDecoration2
(ArrowDecoration decoration2) static ArrowConfiguration
ArrowConfiguration.withDirectionBoth()
static ArrowConfiguration
ArrowConfiguration.withDirectionNormal()
static ArrowConfiguration
ArrowConfiguration.withDirectionReverse()
static ArrowConfiguration
ArrowConfiguration.withDirectionSelf
(boolean reverseDefine) ArrowConfiguration.withInclination
(int inclination) ArrowConfiguration.withThickness
(double thickness) -
Uses of ArrowConfiguration in net.sourceforge.plantuml.skin.rose
Methods in net.sourceforge.plantuml.skin.rose that return ArrowConfigurationModifier and TypeMethodDescriptionfinal ArrowConfiguration
AbstractComponentRoseArrow.getArrowConfiguration()
Methods in net.sourceforge.plantuml.skin.rose with parameters of type ArrowConfigurationModifier and TypeMethodDescriptionRose.createComponent
(Style[] styles, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) Rose.createComponentArrow
(Style[] styles, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) Constructors in net.sourceforge.plantuml.skin.rose with parameters of type ArrowConfigurationModifierConstructorDescriptionAbstractComponentRoseArrow
(Style style, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize) ComponentRoseArrow
(Style style, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, HorizontalAlignment messagePosition, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, boolean niceArrow, boolean belowForResponse) ComponentRoseSelfArrow
(Style style, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, boolean niceArrow) -
Uses of ArrowConfiguration in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram with parameters of type ArrowConfigurationModifier and TypeMethodDescriptionabstract void
Player.createConstraint
(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) void
PlayerAnalog.createConstraint
(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) void
PlayerBinary.createConstraint
(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) void
PlayerClock.createConstraint
(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) final void
PlayerRobustConcise.createConstraint
(TimeTick tick1, TimeTick tick2, String message, ArrowConfiguration config) Constructors in net.sourceforge.plantuml.timingdiagram with parameters of type ArrowConfigurationModifierConstructorDescriptionTimeConstraint
(double marginx, TimeTick tick1, TimeTick tick2, String label, ISkinParam skinParam, ArrowConfiguration config)