Class CommandCreoleQrcode
java.lang.Object
net.sourceforge.plantuml.creole.command.CommandCreoleQrcode
- All Implemented Interfaces:
Command
-
Method Summary
Modifier and TypeMethodDescriptionstatic Command
create()
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
-
Method Details
-
startingChars
public java.lang.String startingChars()- Specified by:
startingChars
in interfaceCommand
-
create
-
matchingSize
public int matchingSize(java.lang.String line) - Specified by:
matchingSize
in interfaceCommand
-
executeAndGetRemaining
- Specified by:
executeAndGetRemaining
in interfaceCommand
-