| Constructor and Description |
|---|
ExcelChartImpl(String fieldName,
org.apache.poi.xddf.usermodel.chart.ChartTypes chartTypes,
int sizeRow,
int sizeColumn,
org.apache.poi.xddf.usermodel.chart.LegendPosition legendPosition,
org.apache.poi.xddf.usermodel.chart.AxisPosition categoryAxis,
org.apache.poi.xddf.usermodel.chart.AxisPosition valueAxis,
String function,
String xAxis,
boolean group,
String title)
Instantiates a new excel chart impl.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone.
|
boolean |
equals(Object obj)
Equals.
|
org.apache.poi.xddf.usermodel.chart.AxisPosition |
getCategoryAxis()
Gets the category axis.
|
org.apache.poi.xddf.usermodel.chart.ChartTypes |
getChartTypes()
Gets the chart types.
|
ExcelChart |
getExcelChart()
Gets the excel chart.
|
String |
getFieldName()
Gets the field name.
|
String |
getFunction()
Gets the function.
|
org.apache.poi.xddf.usermodel.chart.LegendPosition |
getLegendPosition()
Gets the legend position.
|
int |
getSizeColumn()
Gets the size column.
|
int |
getSizeRow()
Gets the size row.
|
String |
getTitle()
Gets the title.
|
org.apache.poi.xddf.usermodel.chart.AxisPosition |
getValueAxis()
Gets the value axis.
|
String |
getxAxis()
Gets the x axis.
|
int |
hashCode()
Hash code.
|
boolean |
isGroup()
Checks if is group.
|
void |
setCategoryAxis(org.apache.poi.xddf.usermodel.chart.AxisPosition categoryAxis)
Sets the category axis.
|
void |
setChartTypes(org.apache.poi.xddf.usermodel.chart.ChartTypes chartTypes)
Sets the chart types.
|
void |
setFieldName(String fieldName)
Sets the field name.
|
void |
setFunction(String function)
Sets the function.
|
void |
setGroup(boolean group)
Sets the group.
|
void |
setLegendPosition(org.apache.poi.xddf.usermodel.chart.LegendPosition legendPosition)
Sets the legend position.
|
void |
setSizeColumn(int sizeColumn)
Sets the size column.
|
void |
setSizeRow(int sizeRow)
Sets the size row.
|
void |
setTitle(String title)
Sets the title.
|
void |
setValueAxis(org.apache.poi.xddf.usermodel.chart.AxisPosition valueAxis)
Sets the value axis.
|
void |
setxAxis(String xAxis)
Sets the x axis.
|
public ExcelChartImpl(String fieldName, org.apache.poi.xddf.usermodel.chart.ChartTypes chartTypes, int sizeRow, int sizeColumn, org.apache.poi.xddf.usermodel.chart.LegendPosition legendPosition, org.apache.poi.xddf.usermodel.chart.AxisPosition categoryAxis, org.apache.poi.xddf.usermodel.chart.AxisPosition valueAxis, String function, String xAxis, boolean group, String title)
fieldName - the field namechartTypes - the chart typessizeRow - the size rowsizeColumn - the size columnlegendPosition - the legend positioncategoryAxis - the category axisvalueAxis - the value axisfunction - the functionxAxis - the x axisgroup - the grouptitle - the titlepublic ExcelChart getExcelChart()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionpublic String getFieldName()
public void setFieldName(String fieldName)
fieldName - the new field namepublic org.apache.poi.xddf.usermodel.chart.ChartTypes getChartTypes()
public void setChartTypes(org.apache.poi.xddf.usermodel.chart.ChartTypes chartTypes)
chartTypes - the new chart typespublic int getSizeRow()
public void setSizeRow(int sizeRow)
sizeRow - the new size rowpublic int getSizeColumn()
public void setSizeColumn(int sizeColumn)
sizeColumn - the new size columnpublic org.apache.poi.xddf.usermodel.chart.LegendPosition getLegendPosition()
public void setLegendPosition(org.apache.poi.xddf.usermodel.chart.LegendPosition legendPosition)
legendPosition - the new legend positionpublic org.apache.poi.xddf.usermodel.chart.AxisPosition getCategoryAxis()
public void setCategoryAxis(org.apache.poi.xddf.usermodel.chart.AxisPosition categoryAxis)
categoryAxis - the new category axispublic org.apache.poi.xddf.usermodel.chart.AxisPosition getValueAxis()
public void setValueAxis(org.apache.poi.xddf.usermodel.chart.AxisPosition valueAxis)
valueAxis - the new value axispublic String getFunction()
public void setFunction(String function)
function - the new functionpublic String getxAxis()
public void setxAxis(String xAxis)
xAxis - the new x axispublic boolean isGroup()
public void setGroup(boolean group)
group - the new grouppublic String getTitle()
public void setTitle(String title)
title - the new titleCopyright © 2020 Pivotal Software, Inc.. All rights reserved.