Uses of Enum Class
net.sourceforge.plantuml.abel.LeafType
Packages that use LeafType
Package
Description
-
Uses of LeafType in net.atmp
-
Uses of LeafType in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return LeafTypeModifier and TypeMethodDescriptionEntity.getLeafType()static LeafTypeLeafType.getLeafType(String type) static LeafTypeReturns the enum constant of this class with the specified name.static LeafType[]LeafType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.abel with parameters of type LeafTypeModifier and TypeMethodDescriptionstatic EntityGenderEntityGenderUtils.byEntityType(LeafType type) booleanLink.containsType(LeafType type) final EntityEntityFactory.createLeaf(Quark<Entity> quark, LeafType entityType, Set<VisibilityModifier> hides) voidEntity.muteToType(LeafType newType) booleanEntity.muteToType(LeafType newType, USymbol newSymbol) voidEntity.overrideImage(IEntityImage img, LeafType leafType) -
Uses of LeafType in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram with parameters of type LeafTypeModifier and TypeMethodDescriptionstatic BodierBodyFactory.createLeaf(LeafType type, Set<VisibilityModifier> hides) -
Uses of LeafType in net.sourceforge.plantuml.descdiagram.command
Methods in net.sourceforge.plantuml.descdiagram.command with parameters of type LeafTypeModifier and TypeMethodDescriptionstatic booleanCommandCreateElementFull.existsWithBadType3(AbstractEntityDiagram diagram, Quark<Entity> code, LeafType type, USymbol usymbol)