Uses of Enum Class
net.sourceforge.plantuml.abel.NoteLinkStrategy
Packages that use NoteLinkStrategy
-
Uses of NoteLinkStrategy in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return NoteLinkStrategyModifier and TypeMethodDescriptionfinal NoteLinkStrategy
CucaNote.getStrategy()
static NoteLinkStrategy
Returns the enum constant of this class with the specified name.static NoteLinkStrategy[]
NoteLinkStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.abel with parameters of type NoteLinkStrategyModifier and TypeMethodDescriptionfinal void
Link.addNoteFrom
(Link other, NoteLinkStrategy strategy) CucaNote.withStrategy
(NoteLinkStrategy strategy)