Uses of Class
net.thevpc.common.fprint.TextFormat
Packages that use TextFormat
Package
Description
-
Uses of TextFormat in net.thevpc.common.fprint
Subclasses of TextFormat in net.thevpc.common.fprintModifier and TypeClassDescriptionclassclassclassclassClasses in net.thevpc.common.fprint that implement interfaces with type arguments of type TextFormatFields in net.thevpc.common.fprint declared as TextFormatModifier and TypeFieldDescriptionstatic final TextFormatTextFormats.BG_BLACKstatic final TextFormatTextFormats.BG_BLUEstatic final TextFormatTextFormats.BG_CYANstatic final TextFormatTextFormats.BG_GREENstatic final TextFormatTextFormats.BG_GREYstatic final TextFormatTextFormats.BG_MAGENTAstatic final TextFormatTextFormats.BG_REDstatic final TextFormatTextFormats.BG_WHITEstatic final TextFormatTextFormats.BG_YELLOWstatic final TextFormatTextFormats.FG_BLACKstatic final TextFormatTextFormats.FG_BLUEstatic final TextFormatTextFormats.FG_CYANstatic final TextFormatTextFormats.FG_GREENstatic final TextFormatTextFormats.FG_GREYstatic final TextFormatTextFormats.FG_MAGENTAstatic final TextFormatTextFormats.FG_REDstatic final TextFormatTextFormats.FG_WHITEstatic final TextFormatTextFormats.FG_YELLOWstatic final TextFormatTextFormats.ITALICstatic final TextFormatTextFormats.MOVE_LINE_STARTstatic final TextFormatTextFormats.MOVE_UPstatic final TextFormatTextFormats.REVERSEDstatic final TextFormatTextFormats.STRIKEDstatic final TextFormatTextFormats.UNDERLINEDMethods in net.thevpc.common.fprint that return TextFormatModifier and TypeMethodDescriptionTextFormatList.getChildren()static final TextFormatTextFormats.list(TextFormat... all) protected TextFormatFormattedPrintStream.simplifyFormat(TextFormat f) Methods in net.thevpc.common.fprint that return types with arguments of type TextFormatMethods in net.thevpc.common.fprint with parameters of type TextFormatModifier and TypeMethodDescriptionvoidFormattedPrintStreamRenderer.endFormat(FormattedPrintStream out, TextFormat color) static final TextFormatTextFormats.list(TextFormat... all) protected TextFormatFormattedPrintStream.simplifyFormat(TextFormat f) voidFormattedPrintStreamRenderer.startFormat(FormattedPrintStream out, TextFormat format) protected FormattedPrintStreamFormattedPrintStream.writeRaw(TextFormat format, String rawString) Constructors in net.thevpc.common.fprint with parameters of type TextFormat -
Uses of TextFormat in net.thevpc.common.fprint.parser
Methods in net.thevpc.common.fprint.parser that return TextFormatConstructors in net.thevpc.common.fprint.parser with parameters of type TextFormatModifierConstructorDescriptionTextNodeCommand(TextFormat style) TextNodeStyled(TextFormat style, TextNode child) -
Uses of TextFormat in net.thevpc.common.fprint.renderer
Methods in net.thevpc.common.fprint.renderer with parameters of type TextFormatModifier and TypeMethodDescriptionvoidAnsiUnixTermPrintRenderer.endFormat(FormattedPrintStream out, TextFormat color) voidStripperFormattedPrintStreamRenderer.endFormat(FormattedPrintStream out, TextFormat color) voidAnsiUnixTermPrintRenderer.startFormat(FormattedPrintStream out, TextFormat format) voidStripperFormattedPrintStreamRenderer.startFormat(FormattedPrintStream out, TextFormat format)