Class AnsiColor

java.lang.Object
com.iohao.net.framework.toy.AnsiColor

public class AnsiColor extends Object
Lightweight ANSI escape code utility, replacing the external jansi library.
Author:
渔民小镇
date:
2026-02-27
  • Constructor Details

    • AnsiColor

      public AnsiColor()
  • Method Details

    • render

      public String render(String text)
      Parses jansi-style @|COLOR text |@ markup and replaces it with ANSI escape codes.