Uses of Enum Class
net.sourceforge.plantuml.hcl.SymbolType
Packages that use SymbolType
-
Uses of SymbolType in net.sourceforge.plantuml.hcl
Methods in net.sourceforge.plantuml.hcl that return SymbolTypeModifier and TypeMethodDescriptionHclTerm.getType()static SymbolTypeReturns the enum constant of this class with the specified name.static SymbolType[]SymbolType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.hcl with parameters of type SymbolTypeModifier and TypeMethodDescriptionbooleanHclTerm.is(SymbolType type) booleanHclTerm.is(SymbolType type1, SymbolType type2) Constructors in net.sourceforge.plantuml.hcl with parameters of type SymbolType