Class CommandCreoleColorChange
java.lang.Object
net.sourceforge.plantuml.creole.command.CommandCreoleColorChange
- All Implemented Interfaces:
Command
-
Method Summary
Modifier and TypeMethodDescriptionstatic Command
create()
static Command
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
-
createEol
-
matchingSize
public int matchingSize(java.lang.String line) - Specified by:
matchingSize
in interfaceCommand
-
executeAndGetRemaining
public java.lang.String executeAndGetRemaining(java.lang.String line, StripeSimple stripe) throws NoSuchColorRuntimeException - Specified by:
executeAndGetRemaining
in interfaceCommand
- Throws:
NoSuchColorRuntimeException
-