Class XSSFCategoryAxis
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
-
- org.apache.poi.xssf.usermodel.charts.XSSFCategoryAxis
-
- All Implemented Interfaces:
ChartAxis
@Deprecated @Removal(version="4.2") public class XSSFCategoryAxis extends XSSFChartAxis
Deprecated.useXDDFCategoryAxisinsteadCategory axis type.
-
-
Field Summary
-
Fields inherited from class org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
chart
-
-
Constructor Summary
Constructors Constructor Description XSSFCategoryAxis(XSSFChart chart, long id, AxisPosition pos)Deprecated.XSSFCategoryAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcrossAxis(ChartAxis axis)Deprecated.Declare this axis cross another axis.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPosgetCTAxPos()Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrossesgetCTCrosses()Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmtgetCTNumFmt()Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScalinggetCTScaling()Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBooleangetDelete()Deprecated.longgetId()Deprecated.org.openxmlformats.schemas.drawingml.x2006.main.CTShapePropertiesgetLine()Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMarkgetMajorCTTickMark()Deprecated.org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLinesgetMajorGridLines()Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMarkgetMinorCTTickMark()Deprecated.booleanhasNumberFormat()Deprecated.Use this to check before retrieving a number format, as callingChartAxis.getNumberFormat()may create a default one if none exists.-
Methods inherited from class org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
getCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisible
-
-
-
-
Constructor Detail
-
XSSFCategoryAxis
public XSSFCategoryAxis(XSSFChart chart, long id, AxisPosition pos)
Deprecated.
-
XSSFCategoryAxis
public XSSFCategoryAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx)
Deprecated.
-
-
Method Detail
-
getId
public long getId()
Deprecated.- Returns:
- axis id
-
getLine
@Internal public org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getLine()
Deprecated.- Specified by:
getLinein classXSSFChartAxis
-
getCTAxPos
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getCTAxPos()
Deprecated.- Specified by:
getCTAxPosin classXSSFChartAxis
-
getCTNumFmt
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getCTNumFmt()
Deprecated.- Specified by:
getCTNumFmtin classXSSFChartAxis
-
getCTScaling
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getCTScaling()
Deprecated.- Specified by:
getCTScalingin classXSSFChartAxis
-
getCTCrosses
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCTCrosses()
Deprecated.- Specified by:
getCTCrossesin classXSSFChartAxis
-
getDelete
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete()
Deprecated.- Specified by:
getDeletein classXSSFChartAxis
-
getMajorCTTickMark
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorCTTickMark()
Deprecated.- Specified by:
getMajorCTTickMarkin classXSSFChartAxis
-
getMinorCTTickMark
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorCTTickMark()
Deprecated.- Specified by:
getMinorCTTickMarkin classXSSFChartAxis
-
getMajorGridLines
@Internal public org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines getMajorGridLines()
Deprecated.- Specified by:
getMajorGridLinesin classXSSFChartAxis
-
crossAxis
public void crossAxis(ChartAxis axis)
Deprecated.Description copied from interface:ChartAxisDeclare this axis cross another axis.- Parameters:
axis- that this axis should cross
-
hasNumberFormat
public boolean hasNumberFormat()
Deprecated.Description copied from interface:ChartAxisUse this to check before retrieving a number format, as callingChartAxis.getNumberFormat()may create a default one if none exists.- Returns:
- true if a number format element is defined, false if not
-
-