Class CommandCreoleStyle2
- java.lang.Object
-
- net.sourceforge.plantuml.creole.command.CommandCreoleStyle2
-
-
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)
java.lang.String
executeAndGetRemaining(java.lang.String line, StripeSimple stripe)
int
matchingSize(java.lang.String line)
-
-
-
Method Detail
-
executeAndGetRemaining
public java.lang.String executeAndGetRemaining(java.lang.String line, StripeSimple stripe)
- Specified by:
executeAndGetRemaining
in interfaceCommand
-
matchingSize
public int matchingSize(java.lang.String line)
- Specified by:
matchingSize
in interfaceCommand
-
-