-
- All Implemented Interfaces:
public final class CmdDslExtensions
-
-
Method Summary
Modifier and Type Method Description final static CmdDslDocumentcmdDsl(Function1<CmdDslDocument, CharSequence> block)final static CmdBoldTextbold(CmdDslInlinePoint $self, CharSequence text)final static CmdLightTextlight(CmdDslInlinePoint $self, CharSequence text)final static CmdItalicTextitalic(CmdDslInlinePoint $self, CharSequence text)final static CmdUnderlineTextunderline(CmdDslInlinePoint $self, CharSequence text)final static CmdBlinkTextblink(CmdDslInlinePoint $self, CharSequence text)final static CmdInvertTextinvert(CmdDslInlinePoint $self, CharSequence text)final static CmdColoredTextcolor(CmdDslInlinePoint $self, CharSequence text, CmdColor color)final static CmdBgColoredTextbgColor(CmdDslInlinePoint $self, CharSequence text, CmdColor color)final static CmdStyledTextstyle(CmdDslInlinePoint $self, CharSequence text, CmdStyle styles)-
-
Method Detail
-
cmdDsl
final static CmdDslDocument cmdDsl(Function1<CmdDslDocument, CharSequence> block)
-
bold
final static CmdBoldText bold(CmdDslInlinePoint $self, CharSequence text)
-
light
final static CmdLightText light(CmdDslInlinePoint $self, CharSequence text)
-
italic
final static CmdItalicText italic(CmdDslInlinePoint $self, CharSequence text)
-
underline
final static CmdUnderlineText underline(CmdDslInlinePoint $self, CharSequence text)
-
blink
final static CmdBlinkText blink(CmdDslInlinePoint $self, CharSequence text)
-
invert
final static CmdInvertText invert(CmdDslInlinePoint $self, CharSequence text)
-
color
final static CmdColoredText color(CmdDslInlinePoint $self, CharSequence text, CmdColor color)
-
bgColor
final static CmdBgColoredText bgColor(CmdDslInlinePoint $self, CharSequence text, CmdColor color)
-
style
final static CmdStyledText style(CmdDslInlinePoint $self, CharSequence text, CmdStyle styles)
-
-
-
-