Class CommandCreoleStyle
- java.lang.Object
-
- net.sourceforge.plantuml.creole.command.CommandCreoleStyle
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Command
createCreole(FontStyle style)
static Command
createLegacy(FontStyle style)
static Command
createLegacyEol(FontStyle style)
String
executeAndGetRemaining(String line, StripeSimple stripe)
int
matchingSize(String line)
String
startingChars()
-
-
-
Field Detail
-
mypattern
protected final Pattern2 mypattern
-
-
Method Detail
-
startingChars
public String startingChars()
- Specified by:
startingChars
in interfaceCommand
-
executeAndGetRemaining
public String executeAndGetRemaining(String line, StripeSimple stripe)
- Specified by:
executeAndGetRemaining
in interfaceCommand
-
matchingSize
public int matchingSize(String line)
- Specified by:
matchingSize
in interfaceCommand
-
-