Package net.sourceforge.plantuml.abel
Class CucaNote
- java.lang.Object
-
- net.sourceforge.plantuml.abel.CucaNote
-
public class CucaNote extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CucaNote
build(Display display, Position position, Colors colors)
Colors
getColors()
Display
getDisplay()
Position
getPosition()
NoteLinkStrategy
getStrategy()
CucaNote
withStrategy(NoteLinkStrategy strategy)
-
-
-
Method Detail
-
withStrategy
public CucaNote withStrategy(NoteLinkStrategy strategy)
-
getDisplay
public final Display getDisplay()
-
getStrategy
public final NoteLinkStrategy getStrategy()
-
getColors
public final Colors getColors()
-
getPosition
public final Position getPosition()
-
-