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 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 interface Command<S extends Diagram>
    • isValid

      public final CommandControl isValid(BlocLines lines)
      Specified by:
      isValid in interface Command<S extends Diagram>
    • isCommandForbidden

      protected boolean isCommandForbidden()
    • actionIfCommandValid

      protected void actionIfCommandValid()
    • getStartingPattern

      protected final Pattern2 getStartingPattern()