Class XSSFValueAxis
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
-
- org.apache.poi.xssf.usermodel.charts.XSSFValueAxis
-
@Deprecated @Removal(version="4.2") public class XSSFValueAxis extends XSSFChartAxis implements ValueAxis
Deprecated.useXDDFValueAxis
insteadValue axis type.
-
-
Field Summary
-
Fields inherited from class org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
chart
-
-
Constructor Summary
Constructors Constructor Description XSSFValueAxis(XSSFChart chart, long id, AxisPosition pos)
Deprecated.XSSFValueAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
crossAxis(ChartAxis axis)
Deprecated.Declare this axis cross another axis.AxisCrossBetween
getCrossBetween()
Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos
getCTAxPos()
Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses
getCTCrosses()
Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt
getCTNumFmt()
Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling
getCTScaling()
Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean
getDelete()
Deprecated.long
getId()
Deprecated.org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties
getLine()
Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark
getMajorCTTickMark()
Deprecated.org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines
getMajorGridLines()
Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark
getMinorCTTickMark()
Deprecated.boolean
hasNumberFormat()
Deprecated.Use this to check before retrieving a number format, as callingChartAxis.getNumberFormat()
may create a default one if none exists.void
setCrossBetween(AxisCrossBetween crossBetween)
Deprecated.-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.ss.usermodel.charts.ChartAxis
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
-
XSSFValueAxis
public XSSFValueAxis(XSSFChart chart, long id, AxisPosition pos)
Deprecated.
-
XSSFValueAxis
public XSSFValueAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)
Deprecated.
-
-
Method Detail
-
getLine
@Internal public org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getLine()
Deprecated.- Specified by:
getLine
in classXSSFChartAxis
-
setCrossBetween
public void setCrossBetween(AxisCrossBetween crossBetween)
Deprecated.- Specified by:
setCrossBetween
in interfaceValueAxis
- Parameters:
crossBetween
- cross between type
-
getCrossBetween
public AxisCrossBetween getCrossBetween()
Deprecated.- Specified by:
getCrossBetween
in interfaceValueAxis
- Returns:
- cross between type
-
getCTAxPos
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getCTAxPos()
Deprecated.- Specified by:
getCTAxPos
in classXSSFChartAxis
-
getCTNumFmt
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getCTNumFmt()
Deprecated.- Specified by:
getCTNumFmt
in classXSSFChartAxis
-
getCTScaling
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getCTScaling()
Deprecated.- Specified by:
getCTScaling
in classXSSFChartAxis
-
getCTCrosses
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCTCrosses()
Deprecated.- Specified by:
getCTCrosses
in classXSSFChartAxis
-
getDelete
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete()
Deprecated.- Specified by:
getDelete
in classXSSFChartAxis
-
getMajorCTTickMark
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorCTTickMark()
Deprecated.- Specified by:
getMajorCTTickMark
in classXSSFChartAxis
-
getMinorCTTickMark
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorCTTickMark()
Deprecated.- Specified by:
getMinorCTTickMark
in classXSSFChartAxis
-
getMajorGridLines
@Internal public org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines getMajorGridLines()
Deprecated.- Specified by:
getMajorGridLines
in classXSSFChartAxis
-
crossAxis
public void crossAxis(ChartAxis axis)
Deprecated.Description copied from interface:ChartAxis
Declare this axis cross another axis.
-
hasNumberFormat
public boolean hasNumberFormat()
Deprecated.Description copied from interface:ChartAxis
Use this to check before retrieving a number format, as callingChartAxis.getNumberFormat()
may create a default one if none exists.- Specified by:
hasNumberFormat
in interfaceChartAxis
- Returns:
- true if a number format element is defined, false if not
-
-