XDDFDateAxis
instead@Deprecated @Removal(version="4.2") public class XSSFDateAxis extends XSSFChartAxis
XSSFCategoryAxis
, since the two are nearly identical.chart
Constructor and Description |
---|
XSSFDateAxis(XSSFChart chart,
CTDateAx ctDateAx)
Deprecated.
|
XSSFDateAxis(XSSFChart chart,
long id,
AxisPosition pos)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
crossAxis(ChartAxis axis)
Deprecated.
Declare this axis cross another axis.
|
protected CTAxPos |
getCTAxPos()
Deprecated.
|
protected CTCrosses |
getCTCrosses()
Deprecated.
|
protected CTNumFmt |
getCTNumFmt()
Deprecated.
|
protected CTScaling |
getCTScaling()
Deprecated.
|
protected CTBoolean |
getDelete()
Deprecated.
|
long |
getId()
Deprecated.
|
CTShapeProperties |
getLine()
Deprecated.
|
protected CTTickMark |
getMajorCTTickMark()
Deprecated.
|
CTChartLines |
getMajorGridLines()
Deprecated.
|
protected CTTickMark |
getMinorCTTickMark()
Deprecated.
|
boolean |
hasNumberFormat()
Deprecated.
Use this to check before retrieving a number format, as calling
ChartAxis.getNumberFormat() may create a default one if none exists. |
getCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisible
public XSSFDateAxis(XSSFChart chart, long id, AxisPosition pos)
public long getId()
@Internal public CTShapeProperties getLine()
getLine
in class XSSFChartAxis
protected CTAxPos getCTAxPos()
getCTAxPos
in class XSSFChartAxis
protected CTNumFmt getCTNumFmt()
getCTNumFmt
in class XSSFChartAxis
protected CTScaling getCTScaling()
getCTScaling
in class XSSFChartAxis
protected CTCrosses getCTCrosses()
getCTCrosses
in class XSSFChartAxis
protected CTBoolean getDelete()
getDelete
in class XSSFChartAxis
protected CTTickMark getMajorCTTickMark()
getMajorCTTickMark
in class XSSFChartAxis
protected CTTickMark getMinorCTTickMark()
getMinorCTTickMark
in class XSSFChartAxis
@Internal public CTChartLines getMajorGridLines()
getMajorGridLines
in class XSSFChartAxis
public void crossAxis(ChartAxis axis)
ChartAxis
axis
- that this axis should crosspublic boolean hasNumberFormat()
ChartAxis
ChartAxis.getNumberFormat()
may create a default one if none exists.Copyright 2019 The Apache Software Foundation or its licensors, as applicable.