Uses of Class
org.apache.poi.hssf.record.chart.Chart3DRecord
-
Packages that use Chart3DRecord Package Description org.apache.poi.hssf.record.chart org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of Chart3DRecord in org.apache.poi.hssf.record.chart
Methods in org.apache.poi.hssf.record.chart that return Chart3DRecord Modifier and Type Method Description Chart3DRecord
Chart3DRecord. copy()
-
Uses of Chart3DRecord in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return Chart3DRecord Modifier and Type Method Description Chart3DRecord
HSSFChart. getChart3D()
Constructors in org.apache.poi.hssf.usermodel with parameters of type Chart3DRecord Constructor Description HSSFChart(HSSFSheet sheet, ChartRecord chart, LegendRecord legend, ChartTitleFormatRecord chartTitleFormat, SeriesTextRecord chartTitleText, List<Object[]> seriesList, List<ValueRangeRecord> valueRanges, Record chartType, Chart3DRecord chart3d, TextRecord titleTextRecord)
-