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 voidactionIfCommandValid()String[]getDescription()abstract StringgetPatternEnd()protected Pattern2getStartingPattern()protected booleanisCommandForbidden()CommandControlisValid(BlocLines lines)
-
-
-
Constructor Detail
-
CommandMultilines
public CommandMultilines(String patternStart)
-
-
Method Detail
-
getPatternEnd
public abstract String getPatternEnd()
-
getDescription
public String[] getDescription()
- Specified by:
getDescriptionin interfaceCommand<S extends Diagram>
-
isValid
public final CommandControl isValid(BlocLines lines)
-
isCommandForbidden
protected boolean isCommandForbidden()
-
actionIfCommandValid
protected void actionIfCommandValid()
-
getStartingPattern
protected final Pattern2 getStartingPattern()
-
-