Uses of Enum Class
net.sourceforge.plantuml.abel.EntityPortion
Packages that use EntityPortion
Package
Description
-
Uses of EntityPortion in net.atmp
Methods in net.atmp with parameters of type EntityPortionModifier and TypeMethodDescriptionfinal voidCucaDiagram.hideOrShow(EntityGender gender, EntityPortion portions, boolean show) final booleanCucaDiagram.showPortion(EntityPortion portion, Entity entity) -
Uses of EntityPortion in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return EntityPortionModifier and TypeMethodDescriptionstatic EntityPortionReturns the enum constant of this class with the specified name.static EntityPortion[]EntityPortion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.abel that return types with arguments of type EntityPortion -
Uses of EntityPortion in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram with parameters of type EntityPortionModifier and TypeMethodDescriptionbooleanPortionShower.showPortion(EntityPortion portion, Entity entity) -
Uses of EntityPortion in net.sourceforge.plantuml.dot
Methods in net.sourceforge.plantuml.dot with parameters of type EntityPortionModifier and TypeMethodDescriptionbooleanDotData.showPortion(EntityPortion portion, Entity entity) -
Uses of EntityPortion in net.sourceforge.plantuml.sequencediagram
Method parameters in net.sourceforge.plantuml.sequencediagram with type arguments of type EntityPortionModifier and TypeMethodDescriptionvoidSequenceDiagram.hideOrShow(Set<EntityPortion> portions, boolean show) Constructor parameters in net.sourceforge.plantuml.sequencediagram with type arguments of type EntityPortionModifierConstructorDescriptionParticipant(ParticipantType type, String code, Display display, Set<EntityPortion> hiddenPortions, int order, StyleBuilder styleBuilder)