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>
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeNow
(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
execute, finalVerification, getDescription, getStartingPattern, isCommandForbidden, isEligibleFor, isValid, syntaxWithFinalBracket
-
Field Details
-
ME
-
-
Method Details
-
getPatternEnd
- Specified by:
getPatternEnd
in classCommandMultilines2<TitledDiagram>
-
executeNow
protected CommandExecutionResult executeNow(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) - Specified by:
executeNow
in classCommandMultilines2<TitledDiagram>
-