|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.POIXMLDocumentPart
org.apache.poi.xssf.usermodel.XSSFChart
public final class XSSFChart
Represents a SpreadsheetML Chart
Field Summary |
---|
Fields inherited from class org.apache.poi.POIXMLDocumentPart |
---|
DEFAULT_XML_OPTIONS |
Method Summary | |
---|---|
org.apache.poi.ss.usermodel.charts.ValueAxis |
createValueAxis(org.apache.poi.ss.usermodel.charts.AxisPosition pos)
|
void |
deleteLegend()
|
java.util.List |
getAxis()
|
org.apache.poi.ss.usermodel.charts.ChartAxisFactory |
getChartAxisFactory()
|
org.apache.poi.ss.usermodel.charts.ChartDataFactory |
getChartDataFactory()
|
org.openxmlformats.schemas.drawingml.x2006.chart.CTChart |
getCTChart()
Return the underlying CTChart bean, within the Chart Space |
org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace |
getCTChartSpace()
Return the underlying CTChartSpace bean, the root element of the SpreadsheetML Chart part. |
XSSFGraphicFrame |
getGraphicFrame()
Returns the parent graphic frame. |
org.apache.poi.ss.usermodel.charts.ManualLayout |
getManualLayout()
|
org.apache.poi.ss.usermodel.charts.ChartLegend |
getOrCreateLegend()
|
XSSFRichTextString |
getTitle()
Returns the title, or null if none is set |
boolean |
isPlotOnlyVisibleCells()
|
void |
plot(org.apache.poi.ss.usermodel.charts.ChartData data,
org.apache.poi.ss.usermodel.charts.ChartAxis[] axis)
|
void |
setPlotOnlyVisibleCells(boolean plotVisOnly)
|
Methods inherited from class org.apache.poi.POIXMLDocumentPart |
---|
addRelation, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace getCTChartSpace()
public org.openxmlformats.schemas.drawingml.x2006.chart.CTChart getCTChart()
public XSSFGraphicFrame getGraphicFrame()
public org.apache.poi.ss.usermodel.charts.ChartDataFactory getChartDataFactory()
getChartDataFactory
in interface org.apache.poi.ss.usermodel.Chart
public org.apache.poi.ss.usermodel.charts.ChartAxisFactory getChartAxisFactory()
getChartAxisFactory
in interface org.apache.poi.ss.usermodel.Chart
public void plot(org.apache.poi.ss.usermodel.charts.ChartData data, org.apache.poi.ss.usermodel.charts.ChartAxis[] axis)
plot
in interface org.apache.poi.ss.usermodel.Chart
public org.apache.poi.ss.usermodel.charts.ValueAxis createValueAxis(org.apache.poi.ss.usermodel.charts.AxisPosition pos)
createValueAxis
in interface org.apache.poi.ss.usermodel.charts.ChartAxisFactory
public java.util.List getAxis()
getAxis
in interface org.apache.poi.ss.usermodel.Chart
public org.apache.poi.ss.usermodel.charts.ManualLayout getManualLayout()
getManualLayout
in interface org.apache.poi.ss.usermodel.charts.ManuallyPositionable
public boolean isPlotOnlyVisibleCells()
public void setPlotOnlyVisibleCells(boolean plotVisOnly)
plotVisOnly
- a flag specifying if only visible cells should be
present on the chartpublic XSSFRichTextString getTitle()
public org.apache.poi.ss.usermodel.charts.ChartLegend getOrCreateLegend()
getOrCreateLegend
in interface org.apache.poi.ss.usermodel.Chart
public void deleteLegend()
deleteLegend
in interface org.apache.poi.ss.usermodel.Chart
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |