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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
java.lang.String[]
abstract java.lang.String
protected final Pattern2
protected boolean
final CommandControl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandMultilines
public CommandMultilines(java.lang.String patternStart)
-
-
Method Details
-
getPatternEnd
public abstract java.lang.String getPatternEnd() -
getDescription
public java.lang.String[] getDescription()- Specified by:
getDescription
in interfaceCommand<S extends Diagram>
-
isValid
-
isCommandForbidden
protected boolean isCommandForbidden() -
actionIfCommandValid
protected void actionIfCommandValid() -
getStartingPattern
-