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.
Value axis type.
-
Field Summary
Fields inherited from class org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
chart -
Constructor Summary
ConstructorsConstructorDescriptionXSSFValueAxis(XSSFChart chart, long id, AxisPosition pos) Deprecated.XSSFValueAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Declare this axis cross another axis.Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPosDeprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrossesDeprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmtDeprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScalingDeprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBooleanDeprecated.longgetId()Deprecated.org.openxmlformats.schemas.drawingml.x2006.main.CTShapePropertiesgetLine()Deprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMarkDeprecated.org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLinesDeprecated.protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMarkDeprecated.booleanDeprecated.Use this to check before retrieving a number format, as callingChartAxis.getNumberFormat()may create a default one if none exists.voidsetCrossBetween(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, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 Details
-
XSSFValueAxis
Deprecated. -
XSSFValueAxis
public XSSFValueAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx) Deprecated.
-
-
Method Details
-
getId
public long getId()Deprecated. -
getLine
Deprecated.- Specified by:
getLinein classXSSFChartAxis
-
setCrossBetween
Deprecated.- Specified by:
setCrossBetweenin interfaceValueAxis- Parameters:
crossBetween- cross between type
-
getCrossBetween
Deprecated.- Specified by:
getCrossBetweenin interfaceValueAxis- Returns:
- cross between type
-
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
Deprecated.- Specified by:
getMajorGridLinesin classXSSFChartAxis
-
crossAxis
Deprecated.Description copied from interface:ChartAxisDeclare this axis cross another axis. -
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.- Specified by:
hasNumberFormatin interfaceChartAxis- Returns:
- true if a number format element is defined, false if not
-
XDDFValueAxisinstead