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 CommandStyleMultilinesCSSME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResultexecuteNow(TitledDiagram diagram, BlocLines lines)StringgetPatternEnd()-
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:
getPatternEndin classCommandMultilines2<TitledDiagram>
-
executeNow
protected CommandExecutionResult executeNow(TitledDiagram diagram, BlocLines lines)
- Specified by:
executeNowin classCommandMultilines2<TitledDiagram>
-
-