Uses of Class
net.thevpc.common.fprint.FormattedPrintStream
Packages that use FormattedPrintStream
-
Uses of FormattedPrintStream in net.thevpc.common.fprint
Methods in net.thevpc.common.fprint that return FormattedPrintStreamModifier and TypeMethodDescriptionFormattedPrintStream.setParser(FormattedPrintStreamParser parser) FormattedPrintStream.setRenderer(FormattedPrintStreamRenderer renderer) protected FormattedPrintStreamFormattedPrintStream.writeRaw(TextFormat format, String rawString) Methods in net.thevpc.common.fprint with parameters of type FormattedPrintStreamModifier and TypeMethodDescriptionvoidFormattedPrintStreamRenderer.endFormat(FormattedPrintStream out, TextFormat color) voidFormattedPrintStreamRenderer.startFormat(FormattedPrintStream out, TextFormat format) Constructors in net.thevpc.common.fprint with parameters of type FormattedPrintStream -
Uses of FormattedPrintStream in net.thevpc.common.fprint.renderer
Methods in net.thevpc.common.fprint.renderer with parameters of type FormattedPrintStreamModifier 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)