Class CommandCreoleExposantChange

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

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

    Fields
    Modifier and Type
    Field
    Description
    protected final Pattern2
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Command
    create(FontPosition position)
     
    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

    • mypattern

      protected final Pattern2 mypattern
  • Method Details