Uses of Enum Class
net.sourceforge.plantuml.wire.WArrowDirection
Packages that use WArrowDirection
-
Uses of WArrowDirection in net.sourceforge.plantuml.wire
Methods in net.sourceforge.plantuml.wire that return WArrowDirectionModifier and TypeMethodDescriptionstatic WArrowDirection
static WArrowDirection
Returns the enum constant of this class with the specified name.static WArrowDirection[]
WArrowDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.wire with parameters of type WArrowDirectionModifier and TypeMethodDescriptionWireDiagram.hlink
(String name1, String x1, String y1, String name2, WLinkType type, WArrowDirection direction, HColor color, Display label) WireDiagram.vlink
(String name1, String x1, String y1, String name2, WLinkType type, WArrowDirection direction, HColor color, Display label) Constructors in net.sourceforge.plantuml.wire with parameters of type WArrowDirectionModifierConstructorDescriptionWLinkHorizontal
(ISkinParam skinParam, UTranslate start, double destination, WLinkType type, WArrowDirection direction, HColor color, Display label) WLinkVertical
(ISkinParam skinParam, UTranslate start, double destination, WLinkType type, WArrowDirection direction, HColor color, Display label)