Uses of Class
net.sourceforge.plantuml.klimt.creole.Display
Packages that use Display
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of Display in net.atmp
Modifier and TypeMethodDescriptionCucaDiagram.constraintOnLinks(Link link1, Link link2, Display display) final CommandExecutionResultfinal Entity -
Uses of Display in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return DisplayModifier and TypeMethodDescriptionAnnotated.getMainFrame()final DisplayTitledDiagram.getMainFrame()AbstractPSystem.getTitleDisplay()final DisplayTitledDiagram.getTitleDisplay()Methods in net.sourceforge.plantuml with parameters of type DisplayModifier and TypeMethodDescriptionstatic intstatic intStringUtils.getWcWidth(Display stringsToDisplay) final voidTitledDiagram.setMainFrame(Display mainFrame) static StringStringUtils.unicodeForHtml(Display display) -
Uses of Display in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return DisplayModifier and TypeMethodDescriptionfinal DisplayCucaNote.getDisplay()final DisplayDisplayPositioned.getDisplay()DisplayPositionned.getDisplay()Deprecated.Entity.getDisplay()Link.getLabel()final DisplayLinkArg.getLabel()Methods in net.sourceforge.plantuml.abel that return types with arguments of type DisplayMethods in net.sourceforge.plantuml.abel with parameters of type DisplayModifier and TypeMethodDescriptionvoidstatic CucaNotestatic LinkArgstatic LinkArgvoidvoidEntity.setDisplay(Display display) static DisplayPositionedDisplayPositioned.single(Display display, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment) -
Uses of Display in net.sourceforge.plantuml.activitydiagram
Methods in net.sourceforge.plantuml.activitydiagram with parameters of type Display -
Uses of Display in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 that return DisplayModifier and TypeMethodDescriptionLinkRendering.getDisplay()PositionedNote.getDisplay()final DisplayBranch.getDisplayPositive()Branch.getInlabel()final DisplayBranch.getLabelTest()Branch.getSpecialDisplay()Methods in net.sourceforge.plantuml.activitydiagram3 with parameters of type DisplayModifier and TypeMethodDescriptionActivityDiagram3.addActivity(Display activity, BoxStyle style, Url url, Colors colors, Stereotype stereotype) ActivityDiagram3.addNote(Display note, NotePosition position, NoteType type, Colors colors) booleanBranch.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstruction.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionFork.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionGroup.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionIf.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionList.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionPartition.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionRepeat.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionSplit.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionSwitch.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionWhile.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) ActivityDiagram3.backward(Display label, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) voidActivityDiagram3.elseIf(LinkRendering inlabel, Display test, LinkRendering whenThen, HColor color) booleanInstructionIf.elseIf(LinkRendering inlabel, Display test, LinkRendering whenThen, LinkRendering nextLinkRenderer, HColor color) voidInstructionWhile.outDisplay(Display out) voidInstructionWhile.overwriteYes(Display yes) ActivityDiagram3.repeatWhile(Display label, Display yes, Display out, Display linkLabel, Rainbow linkColor) voidInstructionRepeat.setBackward(Display label, Swimlane swimlaneBackward, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) voidInstructionWhile.setBackward(Display label, Swimlane swimlaneOut, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2) voidActivityDiagram3.setLabelNextArrow(Display label) voidInstructionRepeat.setTest(Display test, Display yes, Display out, LinkRendering endRepeatLinkRendering, LinkRendering back, Swimlane swimlaneOut) voidActivityDiagram3.startGroup(Display name, HColor backColor, USymbol type, Style style) voidvoidActivityDiagram3.startRepeat(HColor color, Display label, BoxStyle boxStyleIn, Colors colors) voidActivityDiagram3.startSwitch(Display test, HColor color) ActivityDiagram3.switchCase(Display labelCase) booleanInstructionSwitch.switchCase(Display labelCase, LinkRendering nextLinkRenderer) LinkRendering.withDisplay(Display display) Constructors in net.sourceforge.plantuml.activitydiagram3 with parameters of type DisplayModifierConstructorDescriptionBranch(StyleBuilder styleBuilder, Swimlane swimlane, LinkRendering labelPositive, Display labelTest, HColor color, LinkRendering inlabel) InstructionGroup(Instruction parent, Display title, HColor backColor, Swimlane swimlane, LinkRendering linkRendering, USymbol type, Style style) InstructionIf(Swimlane swimlane, Instruction parent, Display labelTest, LinkRendering whenThen, LinkRendering inlinkRendering, HColor color, ISkinParam skinParam, Url url) InstructionRepeat(Swimlanes swimlanes, Instruction parent, LinkRendering nextLinkRenderer, HColor color, Display startLabel, BoxStyle boxStyleIn, Colors colors) InstructionSimple(Display label, LinkRendering inlinkRendering, Swimlane swimlane, BoxStyle style, Url url, Colors colors, Stereotype stereotype) InstructionSwitch(Swimlane swimlane, Instruction parent, Display labelTest, LinkRendering inlinkRendering, HColor color, ISkinParam skinParam) InstructionWhile(Swimlane swimlane, Instruction parent, Display test, LinkRendering nextLinkRenderer, Display yes, HColor color, ISkinParam skinParam) PositionedNote(Display note, NotePosition position, NoteType type, Swimlane swimlaneNote) PositionedNote(Display display, NotePosition position, NoteType type, Swimlane swimlaneNote, Colors colors) -
Uses of Display in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return DisplayModifier and TypeMethodDescriptionSwimlane.getDisplay()protected DisplayFtileFactoryDelegator.getInLinkRenderingDisplay(Ftile tile) Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type DisplayModifier and TypeMethodDescriptionFtileFactory.activity(Display label, Swimlane swimlane, BoxStyle style, Colors colors, Stereotype stereotype) FtileFactoryDelegator.activity(Display label, Swimlane swimlane, BoxStyle style, Colors colors, Stereotype stereotype) static TextBlockEntityImageLegend.create(Display note, ISkinParam skinParam) FtileFactory.createGroup(Ftile list, Display name, HColor backColor, PositionedNote note, USymbol type, Style style) FtileFactoryDelegator.createGroup(Ftile list, Display name, HColor backColor, PositionedNote note, USymbol type, Style style) FtileFactory.createSwitch(Swimlane swimlane, List<Branch> branches, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Display labelTest) FtileFactoryDelegator.createSwitch(Swimlane swimlane, List<Branch> branches, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Display labelTest) FtileFactory.createWhile(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile backward, LinkRendering incoming1, LinkRendering incoming2) FtileFactoryDelegator.createWhile(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2) protected final TextBlockFtileFactoryDelegator.getTextBlock(Display display) FtileFactory.repeat(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2) FtileFactoryDelegator.repeat(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2) voidSwimlane.setDisplay(Display label) void -
Uses of Display in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with parameters of type DisplayModifier and TypeMethodDescriptionVCompactFactory.activity(Display label, Swimlane swimlane, BoxStyle boxStyle, Colors colors, Stereotype stereotype) static FloatingNoteFloatingNote.create(Display note, ISkinParam skinParam, SName sname) FtileFactoryDelegatorCreateGroup.createGroup(Ftile list, Display name, HColor backColor, PositionedNote note, USymbol type, Style style) VCompactFactory.createGroup(Ftile list, Display name, HColor backColor, PositionedNote note, USymbol type, Style style) static FloatingNoteFloatingNote.createOpale(Display note, ISkinParam skinParam, SName sname) FtileFactoryDelegatorSwitch.createSwitch(Swimlane swimlane, List<Branch> branches, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Display labelTest) VCompactFactory.createSwitch(Swimlane swimlane, List<Branch> branches, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Display labelTest) FtileFactoryDelegatorWhile.createWhile(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile backward, LinkRendering incoming1, LinkRendering incoming2) VCompactFactory.createWhile(LinkRendering afterEndwhile, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2) protected final TextBlockAbstractParallelFtilesBuilder.getTextBlock(Display display) FtileFactoryDelegatorRepeat.repeat(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2) VCompactFactory.repeat(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2) Constructors in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with parameters of type DisplayModifierConstructorDescriptionFtileGroup(Ftile inner, Display title, HColor backColor, ISkinParam skinParam, USymbol type, Style style) FtileNoteAlone(boolean shadow, Display note, ISkinParam skinParam, boolean withOutPoint, Swimlane swimlane) -
Uses of Display in net.sourceforge.plantuml.activitydiagram3.ftile.vertical
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vertical with parameters of type DisplayModifier and TypeMethodDescriptionstatic FtileBoxFtileBox.create(ISkinParam skinParam, Display label, Swimlane swimlane, BoxStyle boxStyle, Stereotype stereotype) static FtileBox2FtileBox2.create(ISkinParam skinParam, Display label, Swimlane swimlane, BoxStyle boxStyle, Stereotype stereotype) static TextBlockFtileBoxOld.createMindMap(Style style, ISkinParam skinParam, Display label) static TextBlockFtileBoxOld.createWbs(Style style, ISkinParam skinParam, Display label) -
Uses of Display in net.sourceforge.plantuml.activitydiagram3.gtile
Methods in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type DisplayModifier and TypeMethodDescriptionstatic GtileBoxGtileBox.create(StringBounder stringBounder, ISkinParam skinParam, Display label, Swimlane swimlane, BoxStyle boxStyle, Stereotype stereotype) static GtileGtileWhile.createWhile(Swimlane swimlane, Gtile tmp, Display test, Display yes, Instruction specialOut, Gtile back) protected final TextBlockGtileAssembly.getTextBlock(Display display) static GtileHexagonInsideGtiles.hexagonInside(Swimlane swimlane, StringBounder stringBounder, ISkinParam skinParam, StyleSignatureBasic styleSignature, HColor color, Display label) Constructors in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type DisplayModifierConstructorDescriptionGtileGroup(Gtile inner, Display title, Display displayNote, HColor arrowColor, HColor backColor, ISkinParam skinParam, USymbol type, Style style) -
Uses of Display in net.sourceforge.plantuml.asciiart
Methods in net.sourceforge.plantuml.asciiart that return DisplayModifier and TypeMethodDescriptionstatic DisplayComponentTextArrow.cleanAndManageBoldNumber(Display orig, FileFormat fileFormat) Methods in net.sourceforge.plantuml.asciiart with parameters of type DisplayModifier and TypeMethodDescriptionstatic DisplayComponentTextArrow.cleanAndManageBoldNumber(Display orig, FileFormat fileFormat) TextSkin.createComponent(Style[] style, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) TextSkin.createComponentArrow(Style[] styles, 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 DisplayModifierConstructorDescriptionComponentTextActor(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) ComponentTextGroupingElse(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextGroupingHeader(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextNote(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextParticipant(ComponentType type, Display stringsToDisplay, FileFormat fileFormat) ComponentTextReference(Display stringsToDisplay, FileFormat fileFormat) ComponentTextSelfArrow(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat) ComponentTextShape(ComponentType type, Display stringsToDisplay, AsciiShape shape) -
Uses of Display in net.sourceforge.plantuml.board
Constructors in net.sourceforge.plantuml.board with parameters of type Display -
Uses of Display in net.sourceforge.plantuml.bpm
Methods in net.sourceforge.plantuml.bpm that return Display -
Uses of Display in net.sourceforge.plantuml.core
Methods in net.sourceforge.plantuml.core that return DisplayModifier and TypeMethodDescriptionUmlSource.getTitle()Retrieve the title, if defined in the diagram source.Diagram.getTitleDisplay() -
Uses of Display in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram that return DisplayModifier and TypeMethodDescriptionDisplaySection.getDisplay()Bodier.getFieldsToDisplay()BodierJSon.getFieldsToDisplay()BodierLikeClassOrObject.getFieldsToDisplay()BodierMap.getFieldsToDisplay()BodierSimple.getFieldsToDisplay()Bodier.getMethodsToDisplay()BodierJSon.getMethodsToDisplay()BodierLikeClassOrObject.getMethodsToDisplay()BodierMap.getMethodsToDisplay()BodierSimple.getMethodsToDisplay()Methods in net.sourceforge.plantuml.cucadiagram with parameters of type DisplayModifier and TypeMethodDescriptionstatic TextBlockBodyFactory.create2(HorizontalAlignment align, Display display, ISkinParam skinParam, Stereotype stereotype, Entity entity, Style style) static TextBlockBodyFactory.create3(Display rawBody, ISkinSimple skinParam, HorizontalAlignment align, FontConfiguration fc, LineBreakStrategy lineBreakStrategy, Style style) voidDisplaySection.putDisplay(Display display, HorizontalAlignment horizontalAlignment) Constructors in net.sourceforge.plantuml.cucadiagram with parameters of type DisplayModifierConstructorDescriptionLinkConstraint(Link link1, Link link2, Display display) MethodsOrFieldsArea(Display members, ISkinParam skinParam, Entity leaf, Style style) MethodsOrFieldsArea(Display members, ISkinParam skinParam, HorizontalAlignment align, Entity leaf, Style style) -
Uses of Display in net.sourceforge.plantuml.descdiagram.command
Methods in net.sourceforge.plantuml.descdiagram.command that return DisplayMethods in net.sourceforge.plantuml.descdiagram.command with parameters of type DisplayModifier and TypeMethodDescriptionstatic TextBlockStringWithArrow.addSeveralMagicArrows(Display label, GuideLine guide, FontConfiguration font, HorizontalAlignment alignment, ISkinParam skinParam) -
Uses of Display in net.sourceforge.plantuml.ebnf
Methods in net.sourceforge.plantuml.ebnf with parameters of type DisplayModifier and TypeMethodDescription -
Uses of Display in net.sourceforge.plantuml.gitlog
Methods in net.sourceforge.plantuml.gitlog that return Display -
Uses of Display in net.sourceforge.plantuml.klimt.creole
Fields in net.sourceforge.plantuml.klimt.creole declared as DisplayMethods in net.sourceforge.plantuml.klimt.creole that return DisplayModifier and TypeMethodDescriptionDisplay.add(CharSequence s) Display.addFirst(CharSequence s) Display.addGeneric(CharSequence s) Display.appendFirstLine(String appended) static DisplayDisplay.create(CharSequence... s) static DisplayDisplay.create(Collection<? extends CharSequence> other) static DisplayDisplay.createFoo(List<StringLocated> data) static DisplayDisplay.empty()static DisplayDisplay.getWithNewlines(String s) static DisplayDisplay.getWithNewlines(Quark<Entity> s) static DisplayDisplay.getWithNewlines2(String s) Display.manageGuillemet(boolean manageVisibilityModifier) Display.removeEndingStereotype()Display.replaceBackslashT()Display.subList(int i, int size) Display.underlined()Display.underlinedName()Display.withCreoleMode(CreoleMode mode) Display.withoutStereotypeIfNeeded(Style usedStyle) Display.withPage(int page, int lastpage) Methods in net.sourceforge.plantuml.klimt.creole that return types with arguments of type DisplayMethods in net.sourceforge.plantuml.klimt.creole with parameters of type DisplayModifier and TypeMethodDescriptionSheetBuilder.createSheet(Display display) booleanDisplay.equalsLike(Display other) static boolean -
Uses of Display in net.sourceforge.plantuml.klimt.creole.legacy
Methods in net.sourceforge.plantuml.klimt.creole.legacy with parameters of type DisplayModifier and TypeMethodDescriptionstatic voidCreoleParser.checkColor(Display result) CreoleParser.createSheet(Display display) -
Uses of Display in net.sourceforge.plantuml.klimt.shape
Constructors in net.sourceforge.plantuml.klimt.shape with parameters of type DisplayModifierConstructorDescriptionTextBlockSimple(Display texts, FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, SpriteContainer spriteContainer, double maxMessageSize) -
Uses of Display in net.sourceforge.plantuml.mindmap
Methods in net.sourceforge.plantuml.mindmap with parameters of type Display -
Uses of Display in net.sourceforge.plantuml.objectdiagram
Methods in net.sourceforge.plantuml.objectdiagram with parameters of type DisplayModifier and TypeMethodDescriptionbooleanAbstractClassOrObjectDiagram.associationClass(int mode, Entity entity1, Entity entity2, Entity associed, LinkType linkType, Display label) AbstractClassOrObjectDiagram.associationClass(Entity entity1A, Entity entity1B, Entity entity2A, Entity entity2B, LinkType linkType, Display label) -
Uses of Display in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project with parameters of type Display -
Uses of Display in net.sourceforge.plantuml.project.core
Methods in net.sourceforge.plantuml.project.core that return DisplayMethods in net.sourceforge.plantuml.project.core with parameters of type Display -
Uses of Display in net.sourceforge.plantuml.project.draw
Fields in net.sourceforge.plantuml.project.draw declared as DisplayMethods in net.sourceforge.plantuml.project.draw with parameters of type DisplayModifier and TypeMethodDescriptionfinal voidAbstractTaskDraw.setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note) voidTaskDraw.setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note) voidTaskDrawSeparator.setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note) -
Uses of Display in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return DisplayModifier and TypeMethodDescriptionNote.getDisplay()Participant.getDisplay(boolean underlined) final DisplayAbstractMessage.getLabel()final DisplayAbstractMessage.getLabelNumbered()Reference.getStrings()final DisplayDelay.getText()final DisplayDivider.getText()final DisplayNewpage.getTitle()final DisplayParticipantEnglober.getTitle()SequenceDiagram.manageVariable(Display labels) Methods in net.sourceforge.plantuml.sequencediagram with parameters of type DisplayModifier and TypeMethodDescriptionvoidSequenceDiagram.boxStart(Display comment, HColor color, Stereotype stereotype) static ParticipantEngloberParticipantEnglober.build(Display title, HColor boxColor, Stereotype stereotype) SequenceDiagram.createNewParticipant(ParticipantType type, String code, Display display, int order) voidvoidSequenceDiagram.getOrCreateParticipant(String code, Display display) SequenceDiagram.manageVariable(Display labels) ParticipantEnglober.newChild(Display title, HColor boxColor, Stereotype stereotype) voidConstructors in net.sourceforge.plantuml.sequencediagram with parameters of type DisplayModifierConstructorDescriptionAbstractMessage(StyleBuilder styleBuilder, Display label, ArrowConfiguration arrowConfiguration, String messageNumber) Delay(Display text, StyleBuilder styleBuilder) Divider(Display text, StyleBuilder styleBuilder) Message(StyleBuilder styleBuilder, Participant p1, Participant p2, Display label, ArrowConfiguration arrowConfiguration, String messageNumber) MessageExo(StyleBuilder styleBuilder, Participant p, MessageExoType type, Display label, ArrowConfiguration arrowConfiguration, String messageNumber, boolean shortArrow) Note(Display strings, NotePosition position, NoteStyle style, StyleBuilder styleBuilder) Note(Participant p, NotePosition position, Display strings, StyleBuilder styleBuilder) Note(Participant p, Participant p2, Display strings, StyleBuilder styleBuilder) Participant(ParticipantType type, String code, Display display, Set<EntityPortion> hiddenPortions, int order, StyleBuilder styleBuilder) Reference(List<Participant> participants, Url url, Display strings, HColor backColorGeneral, HColor backColorElement, StyleBuilder styleBuilder) -
Uses of Display in net.sourceforge.plantuml.sequencediagram.graphic
Methods in net.sourceforge.plantuml.sequencediagram.graphic that return DisplayConstructors in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type Display -
Uses of Display in net.sourceforge.plantuml.skin
Constructors in net.sourceforge.plantuml.skin with parameters of type DisplayModifierConstructorDescriptionAbstractTextualComponent(Style style, LineBreakStrategy maxMessageSize, int marginX1, int marginX2, int marginY, ISkinSimple spriteContainer, Display display, boolean enhanced) AbstractTextualComponent(Style style, Style stereo, LineBreakStrategy maxMessageSize, int marginX1, int marginX2, int marginY, ISkinSimple spriteContainer, Display display, boolean enhanced) -
Uses of Display in net.sourceforge.plantuml.skin.rose
Methods in net.sourceforge.plantuml.skin.rose with parameters of type DisplayModifier and TypeMethodDescriptionRose.createComponent(Style[] styles, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) Rose.createComponentArrow(Style[] styles, 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) Constructors in net.sourceforge.plantuml.skin.rose with parameters of type DisplayModifierConstructorDescriptionAbstractComponentRoseArrow(Style style, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize) ComponentRoseActor(ActorStyle actorStyle, Style style, Style stereo, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer) ComponentRoseArrow(Style style, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, HorizontalAlignment messagePosition, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, boolean niceArrow, boolean belowForResponse) ComponentRoseBoundary(Style style, Style stereo, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer) ComponentRoseControl(Style style, Style stereo, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer) ComponentRoseDatabase(Style style, Style stereo, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer) ComponentRoseDelayText(Style style, Display stringsToDisplay, ISkinSimple spriteContainer) ComponentRoseDivider(Style style, Display stringsToDisplay, ISkinSimple spriteContainer) ComponentRoseEnglober(Style style, Display strings, ISkinSimple spriteContainer) ComponentRoseEntity(Style style, Style stereo, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer) ComponentRoseGroupingHeader(boolean teoz, Style style, Style styleHeader, Display strings, ISkinSimple spriteContainer) ComponentRoseNote(Style style, Display strings, double paddingX, double paddingY, ISkinSimple spriteContainer, HorizontalAlignment textAlignment, HorizontalAlignment position, Colors colors) ComponentRoseNoteBox(Style style, Display strings, ISkinSimple spriteContainer, Colors colors) ComponentRoseNoteHexagonal(Style style, Display strings, ISkinSimple spriteContainer, Colors colors) ComponentRoseParticipant(Style style, Style stereo, Display stringsToDisplay, ISkinSimple spriteContainer, double minWidth, boolean collections, double padding) ComponentRoseQueue(Style style, Style stereo, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer) ComponentRoseReference(Style style, Style styleHeader, Display stringsToDisplay, ISkinSimple spriteContainer, HColor background) ComponentRoseSelfArrow(Style style, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, boolean niceArrow) -
Uses of Display in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style with parameters of type DisplayModifier and TypeMethodDescriptionStyle.createTextBlockBordered(Display note, HColorSet set, ISkinSimple spriteContainer, String id) -
Uses of Display in net.sourceforge.plantuml.svek.image
Constructors in net.sourceforge.plantuml.svek.image with parameters of type DisplayModifierConstructorDescriptionEntityImageNoteLink(Display note, Colors colors, ISkinParam skinParam, StyleBuilder styleBuilder) -
Uses of Display in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram that return DisplayModifier and TypeMethodDescriptionfinal DisplayHighlight.getCaption()final DisplayTimeConstraint.getLabel()final DisplayTimeMessage.getLabel()Methods in net.sourceforge.plantuml.timingdiagram with parameters of type DisplayModifier and TypeMethodDescriptionabstract voidvoidvoidvoidfinal voidConstructors in net.sourceforge.plantuml.timingdiagram with parameters of type DisplayModifierConstructorDescriptionTimingNote(TimeTick when, Player player, Display note, Position position, ISkinParam skinParam, Style style) -
Uses of Display in net.sourceforge.plantuml.timingdiagram.graphic
Methods in net.sourceforge.plantuml.timingdiagram.graphic with parameters of type DisplayModifier and TypeMethodDescriptionstatic TimeArrowTimeArrow.create(IntricatedPoint pt1, IntricatedPoint pt2, Display label, ISkinSimple spriteContainer, WithLinkType type) -
Uses of Display in net.sourceforge.plantuml.utils
Methods in net.sourceforge.plantuml.utils that return Display -
Uses of Display in net.sourceforge.plantuml.wbs
Methods in net.sourceforge.plantuml.wbs that return DisplayMethods in net.sourceforge.plantuml.wbs with parameters of type DisplayModifier and TypeMethodDescriptionWBSDiagram.addIdea(String code, HColor backColor, int level, Display display, String stereotype, Direction direction, IdeaShape shape) WElement.createElement(HColor backColor, int newLevel, Display newLabel, String stereotype, Direction direction, IdeaShape shape, StyleBuilder styleBuilder) Constructors in net.sourceforge.plantuml.wbs with parameters of type Display -
Uses of Display in net.sourceforge.plantuml.wire
Methods in net.sourceforge.plantuml.wire with parameters of type DisplayModifier and TypeMethodDescriptionWireDiagram.hlink(String name1, String x1, String y1, String name2, WLinkType type, WArrowDirection direction, HColor color, Display label) WireDiagram.vlink(String name1, String x1, String y1, String name2, WLinkType type, WArrowDirection direction, HColor color, Display label) Constructors in net.sourceforge.plantuml.wire with parameters of type DisplayModifierConstructorDescriptionWLinkHorizontal(ISkinParam skinParam, UTranslate start, double destination, WLinkType type, WArrowDirection direction, HColor color, Display label) WLinkVertical(ISkinParam skinParam, UTranslate start, double destination, WLinkType type, WArrowDirection direction, HColor color, Display label) WPrint(ISkinParam skinParam, UTranslate position, HColor color, Display label) -
Uses of Display in net.sourceforge.plantuml.xmi
Methods in net.sourceforge.plantuml.xmi with parameters of type Display