public abstract class ChartImageUtils extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CHART_TYPE_BAR |
static String |
CHART_TYPE_LINE |
static String |
CHART_TYPE_PIE |
static Color[] |
COLORS |
| 构造器和说明 |
|---|
ChartImageUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.knowm.xchart.CategoryChart |
createBarChart(String chartTitle,
int width,
int height,
com.alibaba.fastjson2.JSONObject data,
com.alibaba.fastjson2.JSONObject style) |
static org.knowm.xchart.internal.chartpart.Chart<?,?> |
createChart(String chartType,
String chartTitle,
int width,
int height,
com.alibaba.fastjson2.JSONObject data,
com.alibaba.fastjson2.JSONObject style) |
static BufferedImage |
createChartImage(String chartType,
String chartTitle,
int width,
int height,
com.alibaba.fastjson2.JSONObject data,
com.alibaba.fastjson2.JSONObject style) |
static org.knowm.xchart.XYChart |
createLineChart(String chartTitle,
int width,
int height,
com.alibaba.fastjson2.JSONObject data,
com.alibaba.fastjson2.JSONObject style) |
static org.knowm.xchart.PieChart |
createPieChart(String chartTitle,
int width,
int height,
com.alibaba.fastjson2.JSONObject data,
com.alibaba.fastjson2.JSONObject style) |
public static final Color[] COLORS
public static org.knowm.xchart.internal.chartpart.Chart<?,?> createChart(String chartType, String chartTitle, int width, int height, com.alibaba.fastjson2.JSONObject data, com.alibaba.fastjson2.JSONObject style)
public static org.knowm.xchart.XYChart createLineChart(String chartTitle, int width, int height, com.alibaba.fastjson2.JSONObject data, com.alibaba.fastjson2.JSONObject style)
public static org.knowm.xchart.PieChart createPieChart(String chartTitle, int width, int height, com.alibaba.fastjson2.JSONObject data, com.alibaba.fastjson2.JSONObject style)
public static org.knowm.xchart.CategoryChart createBarChart(String chartTitle, int width, int height, com.alibaba.fastjson2.JSONObject data, com.alibaba.fastjson2.JSONObject style)
public static BufferedImage createChartImage(String chartType, String chartTitle, int width, int height, com.alibaba.fastjson2.JSONObject data, com.alibaba.fastjson2.JSONObject style)
Copyright © 2025 江苏南大先腾信息产业股份有限公司. All rights reserved.