Class CommandCreoleStyle
java.lang.Object
net.sourceforge.plantuml.creole.command.CommandCreoleStyle
- All Implemented Interfaces:
Command
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) java.lang.String
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
mypattern
-
-
Method Details
-
startingChars
public java.lang.String startingChars()- Specified by:
startingChars
in interfaceCommand
-
createCreole
-
createLegacy
-
createLegacyEol
-
executeAndGetRemaining
- Specified by:
executeAndGetRemaining
in interfaceCommand
-
matchingSize
public int matchingSize(java.lang.String line) - Specified by:
matchingSize
in interfaceCommand
-