public abstract static class Charts.ChartBuilder<T extends RenderData> extends Object implements RenderDataBuilder<T>, Charts.ChartSetting<T>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String[] |
categories |
protected String |
chartTitle |
protected String |
xAxisTitle |
protected String |
yAxisTitle |
| 限定符 | 构造器和说明 |
|---|---|
protected |
ChartBuilder(String chartTitle,
String[] categories) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
checkLengh(int length) |
Charts.ChartBuilder<T> |
setxAsixTitle(String xAxisTitle) |
Charts.ChartBuilder<T> |
setyAsixTitle(String yAxisTitle) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateprotected String chartTitle
protected String xAxisTitle
protected String yAxisTitle
protected String[] categories
protected void checkLengh(int length)
public Charts.ChartBuilder<T> setxAsixTitle(String xAxisTitle)
public Charts.ChartBuilder<T> setyAsixTitle(String yAxisTitle)
Copyright © 2022. All rights reserved.