public class CTAnimationChartElement extends Object
Java class for CT_AnimationChartElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AnimationChartElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="seriesIdx" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" /> <attribute name="categoryIdx" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" /> <attribute name="bldStep" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ChartBuildStep" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STChartBuildStep |
bldStep |
protected Integer |
categoryIdx |
protected Integer |
seriesIdx |
Constructor and Description |
---|
CTAnimationChartElement() |
Modifier and Type | Method and Description |
---|---|
STChartBuildStep |
getBldStep()
Gets the value of the bldStep property.
|
int |
getCategoryIdx()
Gets the value of the categoryIdx property.
|
int |
getSeriesIdx()
Gets the value of the seriesIdx property.
|
void |
setBldStep(STChartBuildStep value)
Sets the value of the bldStep property.
|
void |
setCategoryIdx(Integer value)
Sets the value of the categoryIdx property.
|
void |
setSeriesIdx(Integer value)
Sets the value of the seriesIdx property.
|
protected Integer seriesIdx
protected Integer categoryIdx
protected STChartBuildStep bldStep
public int getSeriesIdx()
Integer
public void setSeriesIdx(Integer value)
value
- allowed object is
Integer
public int getCategoryIdx()
Integer
public void setCategoryIdx(Integer value)
value
- allowed object is
Integer
public STChartBuildStep getBldStep()
STChartBuildStep
public void setBldStep(STChartBuildStep value)
value
- allowed object is
STChartBuildStep
Copyright © 2007-2014. All Rights Reserved.