类 Charts.ChartBuilder<T extends RenderData>
- java.lang.Object
-
- com.deepoove.poi.data.Charts.ChartBuilder<T>
-
- 所有已实现的接口:
Charts.ChartSetting<T>,RenderDataBuilder<T>
- 封闭类:
- Charts
public abstract static class Charts.ChartBuilder<T extends RenderData> extends Object implements RenderDataBuilder<T>, Charts.ChartSetting<T>
-
-
字段概要
字段 修饰符和类型 字段 说明 protected String[]categoriesprotected StringchartTitleprotected StringxAxisTitleprotected StringyAxisTitle
-
构造器概要
构造器 限定符 构造器 说明 protectedChartBuilder(String chartTitle, String[] categories)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidcheckLengh(int length)Charts.ChartBuilder<T>setxAsixTitle(String xAxisTitle)Charts.ChartBuilder<T>setyAsixTitle(String yAxisTitle)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.deepoove.poi.data.RenderDataBuilder
create
-
-
-
-
方法详细资料
-
checkLengh
protected void checkLengh(int length)
-
setxAsixTitle
public Charts.ChartBuilder<T> setxAsixTitle(String xAxisTitle)
-
setyAsixTitle
public Charts.ChartBuilder<T> setyAsixTitle(String yAxisTitle)
-
-