public final class WordCloudHelper extends Object
public static void wordCloud(String text, String outPath, String backgroundImagePath)
text - 文本outPath - 输出路径backgroundImagePath - 背景图路径public static void wordCloud(String text, String outPath, InputStream inputStreamBg)
text - 文本outPath - 输出路径inputStreamBg - 背景图输入流public static void wordCloud(String text, String outPath)
text - 文本outPath - 输出路径public static void wordCloud(String text)
text - 文本Copyright © 2021. All rights reserved.