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 StringexecuteAndGetRemaining(String line, StripeSimple stripe)intmatchingSize(String line)StringstartingChars()
-
-
-
Method Detail
-
startingChars
String startingChars()
-
matchingSize
int matchingSize(String line)
-
executeAndGetRemaining
String executeAndGetRemaining(String line, StripeSimple stripe)
-
-