Class XSSFCategoryAxis

    • 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:
        getLine in class XSSFChartAxis
      • getCTAxPos

        protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getCTAxPos()
        Deprecated.
        Specified by:
        getCTAxPos in class XSSFChartAxis
      • getCTNumFmt

        protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getCTNumFmt()
        Deprecated.
        Specified by:
        getCTNumFmt in class XSSFChartAxis
      • getCTScaling

        protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getCTScaling()
        Deprecated.
        Specified by:
        getCTScaling in class XSSFChartAxis
      • getCTCrosses

        protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCTCrosses()
        Deprecated.
        Specified by:
        getCTCrosses in class XSSFChartAxis
      • getDelete

        protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete()
        Deprecated.
        Specified by:
        getDelete in class XSSFChartAxis
      • getMajorCTTickMark

        protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorCTTickMark()
        Deprecated.
        Specified by:
        getMajorCTTickMark in class XSSFChartAxis
      • getMinorCTTickMark

        protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorCTTickMark()
        Deprecated.
        Specified by:
        getMinorCTTickMark in class XSSFChartAxis
      • crossAxis

        public void crossAxis​(ChartAxis axis)
        Deprecated.
        Description copied from interface: ChartAxis
        Declare this axis cross another axis.
        Parameters:
        axis - that this axis should cross
      • hasNumberFormat

        public boolean hasNumberFormat()
        Deprecated.
        Description copied from interface: ChartAxis
        Use this to check before retrieving a number format, as calling ChartAxis.getNumberFormat() may create a default one if none exists.
        Returns:
        true if a number format element is defined, false if not