Class XSSFChartAxis
java.lang.Object
org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
- All Implemented Interfaces:
ChartAxis
- Direct Known Subclasses:
XSSFCategoryAxis
,XSSFDateAxis
,XSSFValueAxis
@Deprecated
@Removal(version="4.2")
public abstract class XSSFChartAxis
extends Object
implements ChartAxis
Deprecated.
Base class for all axis types.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos
Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses
Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt
Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling
Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean
Deprecated.abstract org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties
getLine()
Deprecated.double
Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark
Deprecated.abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines
Deprecated.Deprecated.double
Deprecated.double
Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.void
setCrosses
(AxisCrosses crosses) Deprecated.void
setLogBase
(double logBase) Deprecated.void
setMajorTickMark
(AxisTickMark tickMark) Deprecated.void
setMaximum
(double max) Deprecated.void
setMinimum
(double min) Deprecated.void
setMinorTickMark
(AxisTickMark tickMark) Deprecated.void
setNumberFormat
(String format) Deprecated.void
setOrientation
(AxisOrientation orientation) Deprecated.void
setPosition
(AxisPosition position) Deprecated.void
setVisible
(boolean value) Deprecated.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
crossAxis, getId, hasNumberFormat
-
Field Details
-
chart
Deprecated.
-
-
Constructor Details
-
XSSFChartAxis
Deprecated.
-
-
Method Details
-
getPosition
Deprecated.- Specified by:
getPosition
in interfaceChartAxis
- Returns:
- axis position
-
setPosition
Deprecated.- Specified by:
setPosition
in interfaceChartAxis
- Parameters:
position
- new axis position
-
setNumberFormat
Deprecated.- Specified by:
setNumberFormat
in interfaceChartAxis
- Parameters:
format
- axis number format
-
getNumberFormat
Deprecated.- Specified by:
getNumberFormat
in interfaceChartAxis
- Returns:
- axis number format
-
isSetLogBase
public boolean isSetLogBase()Deprecated.- Specified by:
isSetLogBase
in interfaceChartAxis
- Returns:
- true if log base is defined, false otherwise
-
setLogBase
public void setLogBase(double logBase) Deprecated.- Specified by:
setLogBase
in interfaceChartAxis
- Parameters:
logBase
- a number between 2 and 1000 (inclusive)
-
getLogBase
public double getLogBase()Deprecated.- Specified by:
getLogBase
in interfaceChartAxis
- Returns:
- axis log base or 0.0 if not set
-
isSetMinimum
public boolean isSetMinimum()Deprecated.- Specified by:
isSetMinimum
in interfaceChartAxis
- Returns:
- true if minimum value is defined, false otherwise
-
setMinimum
public void setMinimum(double min) Deprecated.- Specified by:
setMinimum
in interfaceChartAxis
- Parameters:
min
- axis minimum
-
getMinimum
public double getMinimum()Deprecated.- Specified by:
getMinimum
in interfaceChartAxis
- Returns:
- axis minimum or 0.0 if not set
-
isSetMaximum
public boolean isSetMaximum()Deprecated.- Specified by:
isSetMaximum
in interfaceChartAxis
- Returns:
- true if maximum value is defined, false otherwise
-
setMaximum
public void setMaximum(double max) Deprecated.- Specified by:
setMaximum
in interfaceChartAxis
- Parameters:
max
- axis maximum
-
getMaximum
public double getMaximum()Deprecated.- Specified by:
getMaximum
in interfaceChartAxis
- Returns:
- axis maximum or 0.0 if not set
-
getOrientation
Deprecated.- Specified by:
getOrientation
in interfaceChartAxis
- Returns:
- axis orientation
-
setOrientation
Deprecated.- Specified by:
setOrientation
in interfaceChartAxis
- Parameters:
orientation
- axis orientation
-
getCrosses
Deprecated.- Specified by:
getCrosses
in interfaceChartAxis
- Returns:
- axis cross type
-
setCrosses
Deprecated.- Specified by:
setCrosses
in interfaceChartAxis
- Parameters:
crosses
- axis cross type
-
isVisible
public boolean isVisible()Deprecated. -
setVisible
public void setVisible(boolean value) Deprecated.- Specified by:
setVisible
in interfaceChartAxis
- Parameters:
value
- visibility of the axis.
-
getMajorTickMark
Deprecated.- Specified by:
getMajorTickMark
in interfaceChartAxis
- Returns:
- major tick mark.
-
setMajorTickMark
Deprecated.- Specified by:
setMajorTickMark
in interfaceChartAxis
- Parameters:
tickMark
- major tick mark type.
-
getMinorTickMark
Deprecated.- Specified by:
getMinorTickMark
in interfaceChartAxis
- Returns:
- minor tick mark.
-
setMinorTickMark
Deprecated.- Specified by:
setMinorTickMark
in interfaceChartAxis
- Parameters:
tickMark
- minor tick mark type.
-
getCTAxPos
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getCTAxPos()Deprecated. -
getCTNumFmt
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getCTNumFmt()Deprecated. -
getCTScaling
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getCTScaling()Deprecated. -
getCTCrosses
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCTCrosses()Deprecated. -
getDelete
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete()Deprecated. -
getMajorCTTickMark
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorCTTickMark()Deprecated. -
getMinorCTTickMark
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorCTTickMark()Deprecated. -
getMajorGridLines
@Internal public abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines getMajorGridLines()Deprecated. -
getLine
@Internal public abstract org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getLine()Deprecated.
-
XDDFChartAxis
instead