Uses of Enum Class
net.sourceforge.plantuml.skin.UmlDiagramType
Packages that use UmlDiagramType
Package
Description
-
Uses of UmlDiagramType in net.atmp
Constructors in net.atmp with parameters of type UmlDiagramTypeModifierConstructorDescriptionCucaDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) -
Uses of UmlDiagramType in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return UmlDiagramTypeConstructors in net.sourceforge.plantuml with parameters of type UmlDiagramTypeModifierConstructorDescriptionTitledDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) UmlDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) -
Uses of UmlDiagramType in net.sourceforge.plantuml.classdiagram
Constructors in net.sourceforge.plantuml.classdiagram with parameters of type UmlDiagramTypeModifierConstructorDescriptionAbstractEntityDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) -
Uses of UmlDiagramType in net.sourceforge.plantuml.classdiagram.command
Constructors in net.sourceforge.plantuml.classdiagram.command with parameters of type UmlDiagramTypeModifierConstructorDescriptionCommandLinkClass(UmlDiagramType umlDiagramType) CommandLinkLollipop(UmlDiagramType umlDiagramType) -
Uses of UmlDiagramType in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram that return UmlDiagramType -
Uses of UmlDiagramType in net.sourceforge.plantuml.dot
Methods in net.sourceforge.plantuml.dot that return UmlDiagramTypeConstructors in net.sourceforge.plantuml.dot with parameters of type UmlDiagramTypeModifierConstructorDescriptionDotData(Entity topParent, List<Link> links, Collection<Entity> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, String namespaceSeparator, Pragma pragma) DotData(Entity topParent, List<Link> links, Collection<Entity> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, PortionShower portionShower, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, String namespaceSeparator, Pragma pragma) -
Uses of UmlDiagramType in net.sourceforge.plantuml.jsondiagram
Constructors in net.sourceforge.plantuml.jsondiagram with parameters of type UmlDiagramTypeModifierConstructorDescriptionJsonDiagram(UmlSource source, UmlDiagramType type, JsonValue json, List<Highlighted> highlighted, StyleExtractor styleExtractor) -
Uses of UmlDiagramType in net.sourceforge.plantuml.objectdiagram
Constructors in net.sourceforge.plantuml.objectdiagram with parameters of type UmlDiagramTypeModifierConstructorDescriptionAbstractClassOrObjectDiagram(UmlSource source, UmlDiagramType type, Map<String, String> orig) -
Uses of UmlDiagramType in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin that return UmlDiagramTypeModifier and TypeMethodDescriptionSkinParam.getUmlDiagramType()SkinParamDelegator.getUmlDiagramType()static UmlDiagramTypeReturns the enum constant of this class with the specified name.static UmlDiagramType[]UmlDiagramType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.skin with parameters of type UmlDiagramTypeModifier and TypeMethodDescriptionstatic SkinParamSkinParam.create(UmlDiagramType type) static SkinParamSkinParam.noShadowing(UmlDiagramType type) booleanSkinParam.useSwimlanes(UmlDiagramType type) booleanSkinParamDelegator.useSwimlanes(UmlDiagramType type) -
Uses of UmlDiagramType in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style that return UmlDiagramTypeMethods in net.sourceforge.plantuml.style with parameters of type UmlDiagramType -
Uses of UmlDiagramType in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek with parameters of type UmlDiagramTypeModifier and TypeMethodDescriptionstatic IEntityImageGeneralImageBuilder.createEntityImageBlock(Entity leaf, ISkinParam skinParam, boolean isHideEmptyDescriptionForState, PortionShower portionShower, Bibliotekon bibliotekon, GraphvizVersion graphvizVersion, UmlDiagramType umlDiagramType, Collection<Link> links) voidCluster.drawU(UGraphic ug, UmlDiagramType umlDiagramType) Cluster.printCluster2(StringBuilder sb, Collection<SvekLine> lines, StringBounder stringBounder, DotMode dotMode, GraphvizVersion graphvizVersion, UmlDiagramType type) voidCluster.printCluster3_forKermor(StringBuilder sb, Collection<SvekLine> lines, StringBounder stringBounder, DotMode dotMode, GraphvizVersion graphvizVersion, UmlDiagramType type) -
Uses of UmlDiagramType in net.sourceforge.plantuml.svek.image
Constructors in net.sourceforge.plantuml.svek.image with parameters of type UmlDiagramTypeModifierConstructorDescriptionEntityImageNote(Entity entity, ISkinParam skinParam, UmlDiagramType umlDiagramType) EntityImageTips(Entity entity, ISkinParam skinParam, Bibliotekon bibliotekon, UmlDiagramType type) -
Uses of UmlDiagramType in net.sourceforge.plantuml.syntax
Methods in net.sourceforge.plantuml.syntax that return UmlDiagramTypeMethods in net.sourceforge.plantuml.syntax with parameters of type UmlDiagramTypeModifier and TypeMethodDescriptionvoidSyntaxResult.setUmlDiagramType(UmlDiagramType umlDiagramType)