Uses of Class
net.sourceforge.plantuml.cucadiagram.NoteLinkStrategy
-
Packages that use NoteLinkStrategy Package Description net.sourceforge.plantuml.cucadiagram -
-
Uses of NoteLinkStrategy in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram that return NoteLinkStrategy Modifier and Type Method Description NoteLinkStrategy
CucaNote. getStrategy()
static NoteLinkStrategy
NoteLinkStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static NoteLinkStrategy[]
NoteLinkStrategy. 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 NoteLinkStrategy Modifier and Type Method Description void
Link. addNoteFrom(Link other, NoteLinkStrategy strategy)
CucaNote
CucaNote. withStrategy(NoteLinkStrategy strategy)
-