Class CommandCreoleColorAndSizeChange
java.lang.Object
net.sourceforge.plantuml.creole.command.CommandCreoleColorAndSizeChange
- All Implemented Interfaces:
Command
-
Field Summary
Fields -
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
-
Field Details
-
fontPattern
public static final java.lang.String fontPattern- See Also:
-
-
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
-