Uses of Enum Class
net.sourceforge.plantuml.skin.ComponentType
Packages that use ComponentType
Package
Description
-
Uses of ComponentType in net.sourceforge.plantuml.asciiart
Methods in net.sourceforge.plantuml.asciiart with parameters of type ComponentTypeModifier and TypeMethodDescriptionTextSkin.createComponent(Style[] style, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) TextSkin.createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors) TextSkin.createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors, NotePosition notePosition) Constructors in net.sourceforge.plantuml.asciiart with parameters of type ComponentTypeModifierConstructorDescriptionComponentTextActor(ComponentType type, Display stringsToDisplay, FileFormat fileFormat, AsciiShape shape) ComponentTextArrow(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat, int maxAsciiMessageLength) ComponentTextDelay(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextDivider(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextGroupingBody(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat) ComponentTextGroupingElse(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextGroupingHeader(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextGroupingTail(ComponentType type, List<? extends CharSequence> stringsToDisplay, FileFormat fileFormat) ComponentTextLine(ComponentType type, FileFormat fileFormat) ComponentTextNote(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextParticipant(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextSelfArrow(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat) ComponentTextShape(ComponentType type, Display stringsToDisplay, AsciiShape shape) -
Uses of ComponentType in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return ComponentType -
Uses of ComponentType in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin that return ComponentTypeModifier and TypeMethodDescriptionstatic ComponentTypeReturns the enum constant of this class with the specified name.static ComponentType[]ComponentType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ComponentType in net.sourceforge.plantuml.skin.rose
Methods in net.sourceforge.plantuml.skin.rose with parameters of type ComponentTypeModifier and TypeMethodDescriptionRose.createComponent(Style[] styles, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) Rose.createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors) Rose.createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors, NotePosition notePosition)