Class CommandCreoleSizeChange
- java.lang.Object
-
- net.sourceforge.plantuml.creole.command.CommandCreoleSizeChange
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Command
create()
static Command
createEol()
String
executeAndGetRemaining(String line, StripeSimple stripe)
int
matchingSize(String line)
String
startingChars()
-
-
-
Method Detail
-
startingChars
public String startingChars()
- Specified by:
startingChars
in interfaceCommand
-
create
public static Command create()
-
createEol
public static Command createEol()
-
matchingSize
public int matchingSize(String line)
- Specified by:
matchingSize
in interfaceCommand
-
executeAndGetRemaining
public String executeAndGetRemaining(String line, StripeSimple stripe)
- Specified by:
executeAndGetRemaining
in interfaceCommand
-
-