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>
public class CommandStyleMultilinesCSS extends CommandMultilines2<TitledDiagram>
-
-
Field Summary
Fields Modifier and Type Field Description static CommandStyleMultilinesCSS
ME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeNow(TitledDiagram diagram, BlocLines lines)
String
getPatternEnd()
-
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
execute, finalVerification, getDescription, getStartingPattern, isCommandForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Field Detail
-
ME
public static final CommandStyleMultilinesCSS ME
-
-
Method Detail
-
getPatternEnd
public String getPatternEnd()
- Specified by:
getPatternEnd
in classCommandMultilines2<TitledDiagram>
-
executeNow
protected CommandExecutionResult executeNow(TitledDiagram diagram, BlocLines lines)
- Specified by:
executeNow
in classCommandMultilines2<TitledDiagram>
-
-