Class CommandCreoleStyle
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.creole.command.CommandCreoleStyle
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommandcreateCreole(FontStyle style)static CommandcreateLegacy(FontStyle style)static CommandcreateLegacyEol(FontStyle style)java.lang.StringexecuteAndGetRemaining(java.lang.String line, StripeSimple stripe)intmatchingSize(java.lang.String line)java.lang.StringstartingChars()
-
-
-
Field Detail
-
mypattern
protected final Pattern2 mypattern
-
-
Method Detail
-
startingChars
public java.lang.String startingChars()
- Specified by:
startingCharsin interfaceCommand
-
executeAndGetRemaining
public java.lang.String executeAndGetRemaining(java.lang.String line, StripeSimple stripe)- Specified by:
executeAndGetRemainingin interfaceCommand
-
matchingSize
public int matchingSize(java.lang.String line)
- Specified by:
matchingSizein interfaceCommand
-
-