Uses of Class
net.sourceforge.plantuml.klimt.UGroup
Packages that use UGroup
Package
Description
-
Uses of UGroup in net.sourceforge.plantuml.klimt
Methods in net.sourceforge.plantuml.klimt that return UGroupModifier and TypeMethodDescriptionstatic UGroup
UGroup.singletonMap
(UGroupType key, String value) -
Uses of UGroup in net.sourceforge.plantuml.klimt.drawing
Methods in net.sourceforge.plantuml.klimt.drawing with parameters of type UGroupModifier and TypeMethodDescriptionvoid
AbstractCommonUGraphic.startGroup
(UGroup group) void
UGraphic.startGroup
(UGroup group) void
UGraphicDelegator.startGroup
(UGroup group) void
UGraphicNo.startGroup
(UGroup group) -
Uses of UGroup in net.sourceforge.plantuml.klimt.drawing.svg
Methods in net.sourceforge.plantuml.klimt.drawing.svg with parameters of type UGroup -
Uses of UGroup in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return UGroupModifier and TypeMethodDescriptionParticipant.groupTypeHead
(Pragma pragma) Participant.groupTypeLifeline
(Pragma pragma) Participant.groupTypeTail
(Pragma pragma) -
Uses of UGroup in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek with parameters of type UGroupModifier and TypeMethodDescriptionstatic TextBlock
DecorateEntityImage.add
(UGroup group, TextBlock original, TextBlock text, HorizontalAlignment horizontal, VerticalAlignment verticalAlignment) static TextBlock
DecorateEntityImage.addBottom
(UGroup group, TextBlock original, TextBlock text, HorizontalAlignment horizontal) static TextBlock
DecorateEntityImage.addTop
(UGroup group, TextBlock original, TextBlock text, HorizontalAlignment horizontal) static TextBlock
DecorateEntityImage.addTopAndBottom
(TextBlock original, UGroup group1, TextBlock text1, HorizontalAlignment horizontal1, UGroup group2, TextBlock text2, HorizontalAlignment horizontal2)