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