Uses of Class
net.sourceforge.plantuml.cucadiagram.LinkArrow
-
Packages that use LinkArrow Package Description net.sourceforge.plantuml.cucadiagram net.sourceforge.plantuml.descdiagram.command -
-
Uses of LinkArrow in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram that return LinkArrow Modifier and Type Method Description LinkArrow
Link. getLinkArrow()
LinkArrow
LinkArrow. reverse()
static LinkArrow
LinkArrow. valueOf(String name)
Returns the enum constant of this type with the specified name.static LinkArrow[]
LinkArrow. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.plantuml.cucadiagram with parameters of type LinkArrow Modifier and Type Method Description void
Link. setLinkArrow(LinkArrow linkArrow)
-
Uses of LinkArrow in net.sourceforge.plantuml.descdiagram.command
Methods in net.sourceforge.plantuml.descdiagram.command that return LinkArrow Modifier and Type Method Description LinkArrow
Labels. getLinkArrow()
LinkArrow
StringWithArrow. getLinkArrow()
-