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 java.lang.Object implements Command<S>
-
-
Constructor Summary
Constructors Constructor Description CommandMultilines(java.lang.String patternStart)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidactionIfCommandValid()java.lang.String[]getDescription()abstract java.lang.StringgetPatternEnd()protected Pattern2getStartingPattern()protected booleanisCommandForbidden()CommandControlisValid(BlocLines lines)
-
-
-
Method Detail
-
getPatternEnd
public abstract java.lang.String getPatternEnd()
-
getDescription
public java.lang.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()
-
-