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 NoteLinkStrategyCucaNote. getStrategy()static NoteLinkStrategyNoteLinkStrategy. 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 voidLink. addNoteFrom(Link other, NoteLinkStrategy strategy)CucaNoteCucaNote. withStrategy(NoteLinkStrategy strategy)
-