Uses of Class
net.sourceforge.plantuml.activitydiagram3.PositionedNote
Packages that use PositionedNote
Package
Description
-
Uses of PositionedNote in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type PositionedNoteModifier and TypeMethodDescriptionFtileFactory.createGroup
(Ftile list, Display name, HColor backColor, PositionedNote note, USymbol type, Style style) FtileFactoryDelegator.createGroup
(Ftile list, Display name, HColor backColor, PositionedNote note, USymbol type, Style style) Method parameters in net.sourceforge.plantuml.activitydiagram3.ftile with type arguments of type PositionedNoteModifier and TypeMethodDescriptionFtileFactory.addNote
(Ftile ftile, Swimlane swimlane, Collection<PositionedNote> notes, VerticalAlignment verticalAlignment) FtileFactoryDelegator.addNote
(Ftile ftile, Swimlane swimlane, Collection<PositionedNote> notes, VerticalAlignment verticalAlignment) -
Uses of PositionedNote in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with parameters of type PositionedNoteModifier and TypeMethodDescriptionFtileFactoryDelegatorCreateGroup.createGroup
(Ftile list, Display name, HColor backColor, PositionedNote note, USymbol type, Style style) VCompactFactory.createGroup
(Ftile list, Display name, HColor backColor, PositionedNote note, USymbol type, Style style) Method parameters in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with type arguments of type PositionedNoteModifier and TypeMethodDescriptionFtileFactoryDelegatorAddNote.addNote
(Ftile ftile, Swimlane swimlane, Collection<PositionedNote> notes, VerticalAlignment verticalAlignment) VCompactFactory.addNote
(Ftile ftile, Swimlane swimlane, Collection<PositionedNote> notes, VerticalAlignment verticalAlignment) static Ftile
FtileWithNoteOpale.create
(Ftile tile, Collection<PositionedNote> notes, ISkinParam skinParam, boolean withLink, VerticalAlignment verticalAlignment) Constructor parameters in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with type arguments of type PositionedNoteModifierConstructorDescriptionFtileWithNotes
(Ftile tile, Collection<PositionedNote> notes, ISkinParam skinParam, VerticalAlignment verticalAlignment) -
Uses of PositionedNote in net.sourceforge.plantuml.activitydiagram3.gtile
Constructors in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type PositionedNoteModifierConstructorDescriptionGtileWithNoteOpale
(Gtile tile, PositionedNote note, ISkinParam skinParam, boolean withLink) Constructor parameters in net.sourceforge.plantuml.activitydiagram3.gtile with type arguments of type PositionedNoteModifierConstructorDescriptionGtileWithNotes
(Gtile tile, Collection<PositionedNote> notes, ISkinParam skinParam)