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.CTAxPosDeprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTCrossesDeprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmtDeprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTScalingDeprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTBooleanDeprecated.abstract org.openxmlformats.schemas.drawingml.x2006.main.CTShapePropertiesgetLine()Deprecated.doubleDeprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMarkDeprecated.abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLinesDeprecated.Deprecated.doubleDeprecated.doubleDeprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMarkDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidsetCrosses(AxisCrosses crosses) Deprecated.voidsetLogBase(double logBase) Deprecated.voidsetMajorTickMark(AxisTickMark tickMark) Deprecated.voidsetMaximum(double max) Deprecated.voidsetMinimum(double min) Deprecated.voidsetMinorTickMark(AxisTickMark tickMark) Deprecated.voidsetNumberFormat(String format) Deprecated.voidsetOrientation(AxisOrientation orientation) Deprecated.voidsetPosition(AxisPosition position) Deprecated.voidsetVisible(boolean value) Deprecated.Methods 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
crossAxis, getId, hasNumberFormat
-
Field Details
-
chart
Deprecated.
-
-
Constructor Details
-
XSSFChartAxis
Deprecated.
-
-
Method Details
-
getPosition
Deprecated.- Specified by:
getPositionin interfaceChartAxis- Returns:
- axis position
-
setPosition
Deprecated.- Specified by:
setPositionin interfaceChartAxis- Parameters:
position- new axis position
-
setNumberFormat
Deprecated.- Specified by:
setNumberFormatin interfaceChartAxis- Parameters:
format- axis number format
-
getNumberFormat
Deprecated.- Specified by:
getNumberFormatin interfaceChartAxis- Returns:
- axis number format
-
isSetLogBase
public boolean isSetLogBase()Deprecated.- Specified by:
isSetLogBasein interfaceChartAxis- Returns:
- true if log base is defined, false otherwise
-
setLogBase
public void setLogBase(double logBase) Deprecated.- Specified by:
setLogBasein interfaceChartAxis- Parameters:
logBase- a number between 2 and 1000 (inclusive)
-
getLogBase
public double getLogBase()Deprecated.- Specified by:
getLogBasein interfaceChartAxis- Returns:
- axis log base or 0.0 if not set
-
isSetMinimum
public boolean isSetMinimum()Deprecated.- Specified by:
isSetMinimumin interfaceChartAxis- Returns:
- true if minimum value is defined, false otherwise
-
setMinimum
public void setMinimum(double min) Deprecated.- Specified by:
setMinimumin interfaceChartAxis- Parameters:
min- axis minimum
-
getMinimum
public double getMinimum()Deprecated.- Specified by:
getMinimumin interfaceChartAxis- Returns:
- axis minimum or 0.0 if not set
-
isSetMaximum
public boolean isSetMaximum()Deprecated.- Specified by:
isSetMaximumin interfaceChartAxis- Returns:
- true if maximum value is defined, false otherwise
-
setMaximum
public void setMaximum(double max) Deprecated.- Specified by:
setMaximumin interfaceChartAxis- Parameters:
max- axis maximum
-
getMaximum
public double getMaximum()Deprecated.- Specified by:
getMaximumin interfaceChartAxis- Returns:
- axis maximum or 0.0 if not set
-
getOrientation
Deprecated.- Specified by:
getOrientationin interfaceChartAxis- Returns:
- axis orientation
-
setOrientation
Deprecated.- Specified by:
setOrientationin interfaceChartAxis- Parameters:
orientation- axis orientation
-
getCrosses
Deprecated.- Specified by:
getCrossesin interfaceChartAxis- Returns:
- axis cross type
-
setCrosses
Deprecated.- Specified by:
setCrossesin interfaceChartAxis- Parameters:
crosses- axis cross type
-
isVisible
public boolean isVisible()Deprecated. -
setVisible
public void setVisible(boolean value) Deprecated.- Specified by:
setVisiblein interfaceChartAxis- Parameters:
value- visibility of the axis.
-
getMajorTickMark
Deprecated.- Specified by:
getMajorTickMarkin interfaceChartAxis- Returns:
- major tick mark.
-
setMajorTickMark
Deprecated.- Specified by:
setMajorTickMarkin interfaceChartAxis- Parameters:
tickMark- major tick mark type.
-
getMinorTickMark
Deprecated.- Specified by:
getMinorTickMarkin interfaceChartAxis- Returns:
- minor tick mark.
-
setMinorTickMark
Deprecated.- Specified by:
setMinorTickMarkin 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.
-
XDDFChartAxisinstead