Class CTPlotArea
- All Implemented Interfaces:
Child
public class CTPlotArea extends java.lang.Object implements Child
Java class for CT_PlotArea complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PlotArea">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="layout" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Layout" minOccurs="0"/>
<choice maxOccurs="unbounded">
<element name="areaChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AreaChart"/>
<element name="area3DChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Area3DChart"/>
<element name="lineChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_LineChart"/>
<element name="line3DChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Line3DChart"/>
<element name="stockChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_StockChart"/>
<element name="radarChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_RadarChart"/>
<element name="scatterChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ScatterChart"/>
<element name="pieChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PieChart"/>
<element name="pie3DChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Pie3DChart"/>
<element name="doughnutChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DoughnutChart"/>
<element name="barChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_BarChart"/>
<element name="bar3DChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Bar3DChart"/>
<element name="ofPieChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_OfPieChart"/>
<element name="surfaceChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_SurfaceChart"/>
<element name="surface3DChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Surface3DChart"/>
<element name="bubbleChart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_BubbleChart"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="valAx" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ValAx"/>
<element name="catAx" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_CatAx"/>
<element name="dateAx" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DateAx"/>
<element name="serAx" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_SerAx"/>
</choice>
<element name="dTable" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DTable" minOccurs="0"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>areaChartOrArea3DChartOrLineChartprotected CTDTabledTableprotected CTExtensionListextLstprotected CTLayoutlayoutprotected CTShapePropertiesspPrprotected java.util.List<java.lang.Object>valAxOrCatAxOrDateAx -
Constructor Summary
Constructors Constructor Description CTPlotArea() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.util.List<java.lang.Object>getAreaChartOrArea3DChartOrLineChart()Gets the value of the areaChartOrArea3DChartOrLineChart property.CTDTablegetDTable()Gets the value of the dTable property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTLayoutgetLayout()Gets the value of the layout property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTShapePropertiesgetSpPr()Gets the value of the spPr property.java.util.List<java.lang.Object>getValAxOrCatAxOrDateAx()Gets the value of the valAxOrCatAxOrDateAx property.voidsetDTable(CTDTable value)Sets the value of the dTable property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetLayout(CTLayout value)Sets the value of the layout property.voidsetParent(java.lang.Object parent)voidsetSpPr(CTShapeProperties value)Sets the value of the spPr property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
layout
-
areaChartOrArea3DChartOrLineChart
protected java.util.List<java.lang.Object> areaChartOrArea3DChartOrLineChart -
valAxOrCatAxOrDateAx
protected java.util.List<java.lang.Object> valAxOrCatAxOrDateAx -
dTable
-
spPr
-
extLst
-
-
Constructor Details
-
CTPlotArea
public CTPlotArea()
-
-
Method Details
-
getLayout
Gets the value of the layout property.- Returns:
- possible object is
CTLayout
-
setLayout
Sets the value of the layout property.- Parameters:
value- allowed object isCTLayout
-
getAreaChartOrArea3DChartOrLineChart
public java.util.List<java.lang.Object> getAreaChartOrArea3DChartOrLineChart()Gets the value of the areaChartOrArea3DChartOrLineChart property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the areaChartOrArea3DChartOrLineChart property.For example, to add a new item, do as follows:
getAreaChartOrArea3DChartOrLineChart().add(newItem);Objects of the following type(s) are allowed in the list
CTAreaChartCTArea3DChartCTLineChartCTLine3DChartCTStockChartCTRadarChartCTScatterChartCTPieChartCTPie3DChartCTDoughnutChartCTBarChartCTBar3DChartCTOfPieChartCTSurfaceChartCTSurface3DChartCTBubbleChart -
getValAxOrCatAxOrDateAx
public java.util.List<java.lang.Object> getValAxOrCatAxOrDateAx()Gets the value of the valAxOrCatAxOrDateAx property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the valAxOrCatAxOrDateAx property.For example, to add a new item, do as follows:
getValAxOrCatAxOrDateAx().add(newItem);Objects of the following type(s) are allowed in the list
CTValAxCTCatAxCTDateAxCTSerAx -
getDTable
Gets the value of the dTable property.- Returns:
- possible object is
CTDTable
-
setDTable
Sets the value of the dTable property.- Parameters:
value- allowed object isCTDTable
-
getSpPr
Gets the value of the spPr property.- Returns:
- possible object is
CTShapeProperties
-
setSpPr
Sets the value of the spPr property.- Parameters:
value- allowed object isCTShapeProperties
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-