Package net.sourceforge.plantuml.command
Class CommandMultilines<S extends Diagram>
- java.lang.Object
-
- net.sourceforge.plantuml.command.CommandMultilines<S>
-
- All Implemented Interfaces:
Command<S>
- Direct Known Subclasses:
CommandAffineTransformMultiline
,CommandMultilinesCaption
,CommandMultilinesComment
,CommandMultilinesFooter
,CommandMultilinesHeader
,CommandMultilinesTitle
,CommandNoteBottom
,CommandReferenceMultilinesOverSeveral
public abstract class CommandMultilines<S extends Diagram> extends Object implements Command<S>
-
-
Constructor Summary
Constructors Constructor Description CommandMultilines(String patternStart)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
actionIfCommandValid()
String[]
getDescription()
abstract String
getPatternEnd()
protected Pattern2
getStartingPattern()
protected boolean
isCommandForbidden()
CommandControl
isValid(BlocLines lines)
-
-
-
Constructor Detail
-
CommandMultilines
public CommandMultilines(String patternStart)
-
-
Method Detail
-
getPatternEnd
public abstract String getPatternEnd()
-
getDescription
public String[] getDescription()
- Specified by:
getDescription
in interfaceCommand<S extends Diagram>
-
isValid
public final CommandControl isValid(BlocLines lines)
-
isCommandForbidden
protected boolean isCommandForbidden()
-
actionIfCommandValid
protected void actionIfCommandValid()
-
getStartingPattern
protected final Pattern2 getStartingPattern()
-
-