Uses of Class
net.sourceforge.plantuml.command.BlocLines
-
-
Uses of BlocLines in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml with parameters of type BlocLines Modifier and Type Method Description CommandExecutionResult
AbstractPSystem. executeCommand(Command cmd, BlocLines lines)
CommandExecutionResult
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 BlocLines Modifier and Type Method Description protected CommandExecutionResult
CommandLinkLongActivity. 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 BlocLines Modifier and Type Method Description protected CommandExecutionResult
CommandActivityLong3. executeNow(ActivityDiagram3 diagram, BlocLines lines)
protected CommandExecutionResult
CommandArrowLong3. executeNow(ActivityDiagram3 diagram, BlocLines lines)
protected CommandExecutionResult
CommandNoteLong3. executeNow(ActivityDiagram3 diagram, BlocLines lines)
protected CommandExecutionResult
CommandRepeatWhile3Multilines. 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 BlocLines Modifier and Type Method Description protected CommandExecutionResult
CommandCreateClassMultilines. executeNow(ClassDiagram diagram, BlocLines lines)
-
Uses of BlocLines in net.sourceforge.plantuml.command
Methods in net.sourceforge.plantuml.command with parameters of type BlocLines Modifier and Type Method Description CommandExecutionResult
Command. execute(D diagram, BlocLines lines)
CommandExecutionResult
CommandAffineTransformMultiline. execute(TitledDiagram diagram, BlocLines lines)
CommandExecutionResult
CommandDecoratorMultine. execute(D diagram, BlocLines lines)
CommandExecutionResult
CommandMultilines2. execute(S system, BlocLines lines)
CommandExecutionResult
CommandMultilines3. execute(S system, BlocLines lines)
CommandExecutionResult
CommandMultilinesCaption. execute(TitledDiagram diagram, BlocLines lines)
CommandExecutionResult
CommandMultilinesComment. execute(Diagram diagram, BlocLines lines)
CommandExecutionResult
CommandMultilinesFooter. execute(TitledDiagram diagram, BlocLines lines)
CommandExecutionResult
CommandMultilinesHeader. execute(TitledDiagram diagram, BlocLines lines)
CommandExecutionResult
CommandMultilinesTitle. execute(TitledDiagram diagram, BlocLines lines)
CommandExecutionResult
CommandSkinParamMultilines. execute(TitledDiagram diagram, BlocLines lines)
CommandExecutionResult
ProtectedCommand. execute(S system, BlocLines lines)
CommandExecutionResult
SingleLineCommand2. execute(S system, BlocLines lines)
CommandExecutionResult
SkinLoader. execute(BlocLines lines, String group1)
protected abstract CommandExecutionResult
CommandMultilines2. executeNow(S system, BlocLines lines)
protected abstract CommandExecutionResult
CommandMultilines3. executeNow(S system, BlocLines lines)
protected CommandExecutionResult
CommandMultilinesLegend. executeNow(TitledDiagram diagram, BlocLines lines)
CommandControl
Command. isValid(BlocLines lines)
CommandControl
CommandDecoratorMultine. isValid(BlocLines lines)
CommandControl
CommandMultilines. isValid(BlocLines lines)
CommandControl
CommandMultilines2. isValid(BlocLines lines)
CommandControl
CommandMultilines3. isValid(BlocLines lines)
CommandControl
CommandMultilinesBracket. isValid(BlocLines lines)
CommandControl
ProtectedCommand. isValid(BlocLines lines)
CommandControl
SingleLineCommand2. isValid(BlocLines lines)
-
Uses of BlocLines in net.sourceforge.plantuml.descdiagram.command
Methods in net.sourceforge.plantuml.descdiagram.command with parameters of type BlocLines Modifier and Type Method Description protected CommandExecutionResult
CommandArchimateMultilines. executeNow(AbstractEntityDiagram diagram, BlocLines lines)
protected CommandExecutionResult
CommandCreateElementMultilines. executeNow(AbstractEntityDiagram diagram, BlocLines lines)
-
Uses of BlocLines in net.sourceforge.plantuml.mindmap
Methods in net.sourceforge.plantuml.mindmap with parameters of type BlocLines Modifier and Type Method Description protected CommandExecutionResult
CommandMindMapOrgmodeMultiline. 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 BlocLines Modifier and Type Method Description protected CommandExecutionResult
CommandCreateEntityObjectMultilines. executeNow(AbstractClassOrObjectDiagram diagram, BlocLines lines)
protected CommandExecutionResult
CommandCreateMap. executeNow(AbstractClassOrObjectDiagram diagram, BlocLines lines)
-
Uses of BlocLines in net.sourceforge.plantuml.project.command
Methods in net.sourceforge.plantuml.project.command with parameters of type BlocLines Modifier and Type Method Description CommandExecutionResult
CommandNoteBottom. execute(GanttDiagram diagram, BlocLines lines)
-
Uses of BlocLines in net.sourceforge.plantuml.sequencediagram.command
Methods in net.sourceforge.plantuml.sequencediagram.command with parameters of type BlocLines Modifier and Type Method Description CommandExecutionResult
CommandReferenceMultilinesOverSeveral. execute(SequenceDiagram diagram, BlocLines lines)
protected CommandExecutionResult
CommandParticipantMultilines. executeNow(SequenceDiagram diagram, BlocLines lines)
-
Uses of BlocLines in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style with parameters of type BlocLines Modifier and Type Method Description protected CommandExecutionResult
CommandStyleMultilinesCSS. executeNow(TitledDiagram diagram, BlocLines lines)
static Collection<Style>
StyleLoader. getDeclaredStyles(BlocLines lines, AutomaticCounter counter)
-
Uses of BlocLines in net.sourceforge.plantuml.timingdiagram.command
Methods in net.sourceforge.plantuml.timingdiagram.command with parameters of type BlocLines Modifier and Type Method Description protected CommandExecutionResult
CommandNoteLong. executeNow(TimingDiagram diagram, BlocLines lines)
-
Uses of BlocLines in net.sourceforge.plantuml.wbs
Methods in net.sourceforge.plantuml.wbs with parameters of type BlocLines Modifier and Type Method Description protected CommandExecutionResult
CommandWBSItemMultiline. executeNow(WBSDiagram diagram, BlocLines lines)
-