|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xssf.usermodel.charts.XSSFChartAxis
org.apache.poi.xssf.usermodel.charts.XSSFDateAxis
@Beta public class XSSFDateAxis
Date axis type. Currently only implements the same values as XSSFCategoryAxis
, since the two are nearly identical.
Field Summary |
---|
Fields inherited from class org.apache.poi.xssf.usermodel.charts.XSSFChartAxis |
---|
chart |
Constructor Summary | |
---|---|
XSSFDateAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.chart.CTDateAx ctDateAx)
|
|
XSSFDateAxis(XSSFChart chart,
long id,
AxisPosition pos)
|
Method Summary | |
---|---|
void |
crossAxis(ChartAxis axis)
Declare this axis cross another axis. |
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos |
getCTAxPos()
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses |
getCTCrosses()
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt |
getCTNumFmt()
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling |
getCTScaling()
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean |
getDelete()
|
long |
getId()
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark |
getMajorCTTickMark()
|
org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines |
getMajorGridLines()
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark |
getMinorCTTickMark()
|
boolean |
hasNumberFormat()
Use this to check before retrieving a number format, as calling ChartAxis.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSSFDateAxis(XSSFChart chart, long id, AxisPosition pos)
chart
- id
- pos
- public XSSFDateAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTDateAx ctDateAx)
chart
- ctDateAx
- Method Detail |
---|
public long getId()
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getCTAxPos()
getCTAxPos
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getCTNumFmt()
getCTNumFmt
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getCTScaling()
getCTScaling
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCTCrosses()
getCTCrosses
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete()
getDelete
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorCTTickMark()
getMajorCTTickMark
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorCTTickMark()
getMinorCTTickMark
in class XSSFChartAxis
public org.openxmlformats.schemas.drawingml.x2006.chart.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |