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 java.lang.Object implements ChartAxis
Deprecated.useXDDFChartAxisinsteadBase class for all axis types.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXSSFChartAxis(XSSFChart chart)Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AxisCrossesgetCrosses()Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPosgetCTAxPos()Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTCrossesgetCTCrosses()Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmtgetCTNumFmt()Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTScalinggetCTScaling()Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTBooleangetDelete()Deprecated.abstract org.openxmlformats.schemas.drawingml.x2006.main.CTShapePropertiesgetLine()Deprecated.doublegetLogBase()Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMarkgetMajorCTTickMark()Deprecated.abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLinesgetMajorGridLines()Deprecated.AxisTickMarkgetMajorTickMark()Deprecated.doublegetMaximum()Deprecated.doublegetMinimum()Deprecated.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMarkgetMinorCTTickMark()Deprecated.AxisTickMarkgetMinorTickMark()Deprecated.java.lang.StringgetNumberFormat()Deprecated.AxisOrientationgetOrientation()Deprecated.AxisPositiongetPosition()Deprecated.booleanisSetLogBase()Deprecated.booleanisSetMaximum()Deprecated.booleanisSetMinimum()Deprecated.booleanisVisible()Deprecated.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(java.lang.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, wait
-
Methods inherited from interface org.apache.poi.ss.usermodel.charts.ChartAxis
crossAxis, getId, hasNumberFormat
-
-
-
-
Field Detail
-
chart
protected XSSFChart chart
Deprecated.
-
-
Constructor Detail
-
XSSFChartAxis
protected XSSFChartAxis(XSSFChart chart)
Deprecated.
-
-
Method Detail
-
getPosition
public AxisPosition getPosition()
Deprecated.- Specified by:
getPositionin interfaceChartAxis- Returns:
- axis position
-
setPosition
public void setPosition(AxisPosition position)
Deprecated.- Specified by:
setPositionin interfaceChartAxis- Parameters:
position- new axis position
-
setNumberFormat
public void setNumberFormat(java.lang.String format)
Deprecated.- Specified by:
setNumberFormatin interfaceChartAxis- Parameters:
format- axis number format
-
getNumberFormat
public java.lang.String 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
public AxisOrientation getOrientation()
Deprecated.- Specified by:
getOrientationin interfaceChartAxis- Returns:
- axis orientation
-
setOrientation
public void setOrientation(AxisOrientation orientation)
Deprecated.- Specified by:
setOrientationin interfaceChartAxis- Parameters:
orientation- axis orientation
-
getCrosses
public AxisCrosses getCrosses()
Deprecated.- Specified by:
getCrossesin interfaceChartAxis- Returns:
- axis cross type
-
setCrosses
public void setCrosses(AxisCrosses crosses)
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
public AxisTickMark getMajorTickMark()
Deprecated.- Specified by:
getMajorTickMarkin interfaceChartAxis- Returns:
- major tick mark.
-
setMajorTickMark
public void setMajorTickMark(AxisTickMark tickMark)
Deprecated.- Specified by:
setMajorTickMarkin interfaceChartAxis- Parameters:
tickMark- major tick mark type.
-
getMinorTickMark
public AxisTickMark getMinorTickMark()
Deprecated.- Specified by:
getMinorTickMarkin interfaceChartAxis- Returns:
- minor tick mark.
-
setMinorTickMark
public void setMinorTickMark(AxisTickMark tickMark)
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.
-
-