Uses of Enum Class
net.sourceforge.plantuml.wire.WLinkType
Packages that use WLinkType
-
Uses of WLinkType in net.sourceforge.plantuml.wire
Methods in net.sourceforge.plantuml.wire that return WLinkTypeModifier and TypeMethodDescriptionstatic WLinkTypestatic WLinkTypeReturns the enum constant of this class with the specified name.static WLinkType[]WLinkType.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 WLinkTypeModifier and TypeMethodDescriptionWBlock.getNextOutHorizontal(String x, String y, WLinkType type) WBlock.getNextOutVertical(String x, String y, WLinkType type) WireDiagram.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 WLinkTypeModifierConstructorDescriptionWLinkHorizontal(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)