Interface Command
-
- All Known Implementing Classes:
CommandCreoleColorAndSizeChange
,CommandCreoleColorChange
,CommandCreoleEmoji
,CommandCreoleExposantChange
,CommandCreoleFontFamilyChange
,CommandCreoleImg
,CommandCreoleLatex
,CommandCreoleMath
,CommandCreoleMonospaced
,CommandCreoleOpenIcon
,CommandCreoleQrcode
,CommandCreoleSizeChange
,CommandCreoleSpace
,CommandCreoleSprite
,CommandCreoleStyle
,CommandCreoleSvgAttributeChange
,CommandCreoleUrl
public interface Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
executeAndGetRemaining(String line, StripeSimple stripe)
int
matchingSize(String line)
String
startingChars()
-
-
-
Method Detail
-
startingChars
String startingChars()
-
matchingSize
int matchingSize(String line)
-
executeAndGetRemaining
String executeAndGetRemaining(String line, StripeSimple stripe)
-
-