Package net.sourceforge.plantuml.style
Class CommandStyleMultilinesCSS
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines2<TitledDiagram>
net.sourceforge.plantuml.style.CommandStyleMultilinesCSS
- All Implemented Interfaces:
Command<TitledDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeNow
(TitledDiagram diagram, BlocLines lines) java.lang.String
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
actionIfCommandValid, execute, getDescription, getStartingPattern, isCommandForbidden, isValid, syntaxWithFinalBracket
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandStyleMultilinesCSS
public CommandStyleMultilinesCSS()
-
-
Method Details
-
getPatternEnd
public java.lang.String getPatternEnd()- Specified by:
getPatternEnd
in classCommandMultilines2<TitledDiagram>
-
executeNow
- Specified by:
executeNow
in classCommandMultilines2<TitledDiagram>
-