Uses of Enum Class
net.sourceforge.plantuml.skin.UmlDiagramType
Packages that use UmlDiagramType
Package
Description
Contains classes for processing PlantUML source files.
-
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.abel
Methods in net.sourceforge.plantuml.abel that return UmlDiagramTypeModifier and TypeMethodDescriptionfinal UmlDiagramTypeEntity.getUmlDiagramType()EntityFactory.getUmlDiagramType() -
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.cruise
Methods in net.sourceforge.plantuml.cruise that return UmlDiagramType -
Uses of UmlDiagramType in net.sourceforge.plantuml.dot
Methods in net.sourceforge.plantuml.dot that return UmlDiagramType -
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 TypeMethodDescriptionCluster.printCluster2(StringBuilder sb, Collection<SvekEdge> lines, StringBounder stringBounder, DotMode dotMode, GraphvizVersion graphvizVersion, UmlDiagramType type) voidCluster.printCluster3_forKermor(StringBuilder sb, Collection<SvekEdge> lines, StringBounder stringBounder, DotMode dotMode, GraphvizVersion graphvizVersion, UmlDiagramType type) Constructors in net.sourceforge.plantuml.svek with parameters of type UmlDiagramTypeModifierConstructorDescriptionDotStringFactory(Bibliotekon bibliotekon, Cluster root, UmlDiagramType umlDiagramType, ISkinParam skinParam) -
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)