Class CommandCreoleSvgAttributeChange

java.lang.Object
net.sourceforge.plantuml.creole.command.CommandCreoleSvgAttributeChange
All Implemented Interfaces:
Command

public class CommandCreoleSvgAttributeChange extends java.lang.Object implements Command
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final java.lang.String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Command
     
    static Command
     
    java.lang.String
    executeAndGetRemaining(java.lang.String line, StripeSimple stripe)
     
    int
    matchingSize(java.lang.String line)
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • startingChars

      public java.lang.String startingChars()
      Specified by:
      startingChars in interface Command
    • create

      public static Command create()
    • createEol

      public static Command createEol()
    • matchingSize

      public int matchingSize(java.lang.String line)
      Specified by:
      matchingSize in interface Command
    • executeAndGetRemaining

      public java.lang.String executeAndGetRemaining(java.lang.String line, StripeSimple stripe)
      Specified by:
      executeAndGetRemaining in interface Command