Uses of Enum Class
net.sourceforge.plantuml.klimt.UGroupType
Packages that use UGroupType
Package
Description
-
Uses of UGroupType in net.sourceforge.plantuml.klimt
Methods in net.sourceforge.plantuml.klimt that return UGroupTypeModifier and TypeMethodDescriptionstatic UGroupTypeReturns the enum constant of this class with the specified name.static UGroupType[]UGroupType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UGroupType in net.sourceforge.plantuml.klimt.drawing
Method parameters in net.sourceforge.plantuml.klimt.drawing with type arguments of type UGroupTypeModifier and TypeMethodDescriptionvoidAbstractCommonUGraphic.startGroup(Map<UGroupType, String> typeIdents) voidUGraphic.startGroup(Map<UGroupType, String> typeIdents) voidUGraphicDelegator.startGroup(Map<UGroupType, String> typeIdents) voidUGraphicNo.startGroup(Map<UGroupType, String> typeIdents) -
Uses of UGroupType in net.sourceforge.plantuml.klimt.drawing.svg
Method parameters in net.sourceforge.plantuml.klimt.drawing.svg with type arguments of type UGroupTypeModifier and TypeMethodDescriptionvoidSvgGraphics.startGroup(Map<UGroupType, String> typeIdents) voidUGraphicSvg.startGroup(Map<UGroupType, String> typeIdents)