Uses of Class
org.apache.poi.xddf.usermodel.chart.XDDFChart
-
Packages that use XDDFChart Package Description org.apache.poi.xddf.usermodel.chart org.apache.poi.xslf.usermodel org.apache.poi.xssf.usermodel org.apache.poi.xwpf.usermodel -
-
Uses of XDDFChart in org.apache.poi.xddf.usermodel.chart
Fields in org.apache.poi.xddf.usermodel.chart declared as XDDFChart Modifier and Type Field Description protected XDDFChartXDDFChartData. parentMethods in org.apache.poi.xddf.usermodel.chart with parameters of type XDDFChart Modifier and Type Method Description voidXDDFChart. importContent(XDDFChart other)import content from other chart to created chartConstructors in org.apache.poi.xddf.usermodel.chart with parameters of type XDDFChart Constructor Description XDDFArea3DChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTArea3DChart chart, Map<Long,XDDFChartAxis> categories, Map<Long,XDDFValueAxis> values)XDDFAreaChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTAreaChart chart, Map<Long,XDDFChartAxis> categories, Map<Long,XDDFValueAxis> values)XDDFBar3DChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTBar3DChart chart, Map<Long,XDDFChartAxis> categories, Map<Long,XDDFValueAxis> values)XDDFBarChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTBarChart chart, Map<Long,XDDFChartAxis> categories, Map<Long,XDDFValueAxis> values)XDDFBubbleChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTBubbleChart chart, Map<Long,XDDFChartAxis> categories, Map<Long,XDDFValueAxis> values)XDDFBubbleChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTBubbleChart chart, XDDFChartAxis category, XDDFValueAxis values)XDDFChartData(XDDFChart chart)XDDFDoughnutChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTDoughnutChart chart)XDDFLine3DChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTLine3DChart chart, Map<Long,XDDFChartAxis> categories, Map<Long,XDDFValueAxis> values)XDDFLineChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTLineChart chart, Map<Long,XDDFChartAxis> categories, Map<Long,XDDFValueAxis> values)XDDFPie3DChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTPie3DChart chart)XDDFPieChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTPieChart chart)XDDFRadarChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTRadarChart chart, Map<Long,XDDFChartAxis> categories, Map<Long,XDDFValueAxis> values)XDDFScatterChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTScatterChart chart, Map<Long,XDDFChartAxis> categories, Map<Long,XDDFValueAxis> values)XDDFSurface3DChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTSurface3DChart chart, Map<Long,XDDFChartAxis> categories, Map<Long,XDDFValueAxis> values)XDDFSurfaceChartData(XDDFChart parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTSurfaceChart chart, Map<Long,XDDFChartAxis> categories, Map<Long,XDDFValueAxis> values) -
Uses of XDDFChart in org.apache.poi.xslf.usermodel
Subclasses of XDDFChart in org.apache.poi.xslf.usermodel Modifier and Type Class Description classXSLFChartRepresents a Chart in a .pptx presentation -
Uses of XDDFChart in org.apache.poi.xssf.usermodel
Subclasses of XDDFChart in org.apache.poi.xssf.usermodel Modifier and Type Class Description classXSSFChartRepresents a SpreadsheetML Chart -
Uses of XDDFChart in org.apache.poi.xwpf.usermodel
Subclasses of XDDFChart in org.apache.poi.xwpf.usermodel Modifier and Type Class Description classXWPFChartRepresents a Chart in a .docx file
-