Uses of Class
net.sourceforge.plantuml.utils.BlocLines
Packages that use BlocLines
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of BlocLines in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml with parameters of type BlocLinesModifier and TypeMethodDescriptionAbstractPSystem.executeCommand(Command cmd, BlocLines lines) NewpagedDiagram.executeCommand(Command cmd, BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.activitydiagram.command
Methods in net.sourceforge.plantuml.activitydiagram.command with parameters of type BlocLinesModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandLinkLongActivity.executeNow(ActivityDiagram diagram, BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.activitydiagram3.command
Methods in net.sourceforge.plantuml.activitydiagram3.command with parameters of type BlocLinesModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandActivityLong3.executeNow(ActivityDiagram3 diagram, BlocLines lines) protected CommandExecutionResultCommandArrowLong3.executeNow(ActivityDiagram3 diagram, BlocLines lines) protected CommandExecutionResultCommandBackwardLong3.executeNow(ActivityDiagram3 diagram, BlocLines lines) protected CommandExecutionResultCommandNoteLong3.executeNow(ActivityDiagram3 diagram, BlocLines lines) protected CommandExecutionResultCommandRepeatWhile3Multilines.executeNow(ActivityDiagram3 diagram, BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.classdiagram.command
Methods in net.sourceforge.plantuml.classdiagram.command with parameters of type BlocLinesModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandCreateClassMultilines.executeNow(ClassDiagram diagram, BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.command
Methods in net.sourceforge.plantuml.command with parameters of type BlocLinesModifier and TypeMethodDescriptionCommandAffineTransformMultiline.execute(TitledDiagram diagram, BlocLines lines) final CommandExecutionResultfinal CommandExecutionResultCommandMultilinesCaption.execute(TitledDiagram diagram, BlocLines lines) CommandMultilinesFooter.execute(TitledDiagram diagram, BlocLines lines) CommandMultilinesHeader.execute(TitledDiagram diagram, BlocLines lines) CommandMultilinesTitle.execute(TitledDiagram diagram, BlocLines lines) CommandSkinParamMultilines.execute(TitledDiagram diagram, BlocLines lines) final CommandExecutionResultprotected abstract CommandExecutionResultCommandMultilines2.executeNow(S system, BlocLines lines) protected abstract CommandExecutionResultCommandMultilines3.executeNow(S system, BlocLines lines) protected CommandExecutionResultCommandMultilinesLegend.executeNow(TitledDiagram diagram, BlocLines lines) protected CommandExecutionResultCommandSpriteSvgMultiline.executeNow(TitledDiagram system, BlocLines lines) protected CommandControlCommandMultilines2.finalVerification(BlocLines lines) final CommandControlfinal CommandControlfinal CommandControlfinal CommandControlfinal CommandControl -
Uses of BlocLines in net.sourceforge.plantuml.descdiagram.command
Methods in net.sourceforge.plantuml.descdiagram.command with parameters of type BlocLinesModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandArchimateMultilines.executeNow(AbstractEntityDiagram diagram, BlocLines lines) protected CommandExecutionResultCommandCreateElementMultilines.executeNow(AbstractEntityDiagram diagram, BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.ebnf
Methods in net.sourceforge.plantuml.ebnf with parameters of type BlocLinesModifier and TypeMethodDescriptionPSystemEbnf.addBlocLines(BlocLines blines, String commentAbove, String commentBelow) protected CommandExecutionResultCommandCommentMultilines.executeNow(PSystemEbnf diagram, BlocLines lines) protected CommandExecutionResultCommandCommentMultilines2.executeNow(PSystemEbnf diagram, BlocLines lines) protected CommandExecutionResultCommandEbnfMultilines.executeNow(PSystemEbnf diagram, BlocLines lines) protected CommandExecutionResultCommandNoteMultilines.executeNow(PSystemEbnf diagram, BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.mindmap
Methods in net.sourceforge.plantuml.mindmap with parameters of type BlocLinesModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandMindMapOrgmodeMultiline.executeNow(MindMapDiagram diagram, BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.objectdiagram.command
Methods in net.sourceforge.plantuml.objectdiagram.command with parameters of type BlocLinesModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandCreateEntityObjectMultilines.executeNow(AbstractClassOrObjectDiagram diagram, BlocLines lines) protected CommandExecutionResultCommandCreateJson.executeNow(AbstractEntityDiagram diagram, BlocLines lines) protected CommandExecutionResultCommandCreateMap.executeNow(AbstractEntityDiagram diagram, BlocLines lines) protected CommandControlCommandCreateJson.finalVerification(BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.project.command
Methods in net.sourceforge.plantuml.project.command with parameters of type BlocLinesModifier and TypeMethodDescriptionCommandNoteBottom.execute(GanttDiagram diagram, BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.regexdiagram
Methods in net.sourceforge.plantuml.regexdiagram with parameters of type BlocLines -
Uses of BlocLines in net.sourceforge.plantuml.sequencediagram.command
Methods in net.sourceforge.plantuml.sequencediagram.command with parameters of type BlocLinesModifier and TypeMethodDescriptionCommandReferenceMultilinesOverSeveral.execute(SequenceDiagram diagram, BlocLines lines) protected CommandExecutionResultCommandParticipantMultilines.executeNow(SequenceDiagram diagram, BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style with parameters of type BlocLinesModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandStyleMultilinesCSS.executeNow(TitledDiagram diagram, BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.style.parser
Methods in net.sourceforge.plantuml.style.parser with parameters of type BlocLinesModifier and TypeMethodDescriptionstatic Collection<Style>StyleParser.parse(BlocLines lines, AutomaticCounter counter) static Collection<Style>StyleParserLegacy.parse(BlocLines lines, AutomaticCounter counter) -
Uses of BlocLines in net.sourceforge.plantuml.timingdiagram.command
Methods in net.sourceforge.plantuml.timingdiagram.command with parameters of type BlocLinesModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandNoteLong.executeNow(TimingDiagram diagram, BlocLines lines) -
Uses of BlocLines in net.sourceforge.plantuml.utils
Methods in net.sourceforge.plantuml.utils that return BlocLinesModifier and TypeMethodDescriptionBlocLines.add(StringLocated s) BlocLines.cleanList(MultilinesStrategy strategy) static BlocLinesBlocLines.create()BlocLines.eventuallyMoveAllEmptyBracket()BlocLines.eventuallyMoveBracket()static BlocLinesBlocLines.from(List<StringLocated> lines) static BlocLinesstatic BlocLinesBlocLines.getWithNewlines(String s) static BlocLinesBlocLines.load(InputStream is, LineLocation location) static BlocLinesBlocLines.load(SFile f, LineLocation location) BlocLines.overrideLastLine(String last) BlocLines.removeEmptyColumns()BlocLines.removeEmptyLines()BlocLines.removeFewChars(int nb) BlocLines.removeStartingAndEnding(String data, int removeAtEnd) static BlocLinesBlocLines.single(StringLocated single) static BlocLinesBlocLines.singleString(String single) BlocLines.subExtract(int margeStart, int margeEnd) BlocLines.subList(int start, int end) BlocLines.toSingleLineWithHiddenNewLine()BlocLines.trim()BlocLines.trimSmart(int referenceLine) -
Uses of BlocLines in net.sourceforge.plantuml.wbs
Methods in net.sourceforge.plantuml.wbs with parameters of type BlocLinesModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandWBSItemMultiline.executeNow(WBSDiagram diagram, BlocLines lines)