Uses of Enum Class
net.thevpc.common.fprint.AnsiPrintStreamSupport.Type
Packages that use AnsiPrintStreamSupport.Type
-
Uses of AnsiPrintStreamSupport.Type in net.thevpc.common.fprint
Subclasses with type arguments of type AnsiPrintStreamSupport.Type in net.thevpc.common.fprintMethods in net.thevpc.common.fprint that return AnsiPrintStreamSupport.TypeModifier and TypeMethodDescriptionstatic AnsiPrintStreamSupport.TypeReturns the enum constant of this class with the specified name.static AnsiPrintStreamSupport.Type[]AnsiPrintStreamSupport.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.common.fprint with parameters of type AnsiPrintStreamSupport.TypeModifier and TypeMethodDescriptionstatic voidAnsiPrintStreamSupport.install(AnsiPrintStreamSupport.Type type) static voidFPrint.install(AnsiPrintStreamSupport.Type type) static voidAnsiPrintStreamSupport.installStdErr(AnsiPrintStreamSupport.Type type) static voidFPrint.installStdErr(AnsiPrintStreamSupport.Type type) static voidAnsiPrintStreamSupport.installStdOut(AnsiPrintStreamSupport.Type type) static voidFPrint.installStdOut(AnsiPrintStreamSupport.Type type) Constructors in net.thevpc.common.fprint with parameters of type AnsiPrintStreamSupport.TypeModifierConstructorDescriptionAnsiPrintStreamSupport(OutputStream out, int fileno, AnsiPrintStreamSupport.Type type)