Package tools.msg

Class ValuePrinter


public class ValuePrinter extends ValueFormatter
Print values to an output
Author:
Pavel Ponec
  • Field Details

  • Constructor Details

    • ValuePrinter

      public ValuePrinter(int size)
      Constructor
    • ValuePrinter

      public ValuePrinter(@NotNull @NotNull Appendable out)
      Constructor
    • ValuePrinter

      public ValuePrinter(@NotNull @NotNull String mark, @NotNull @NotNull String textBorder, @NotNull @NotNull Appendable out)
      Constructor
  • Method Details