XDDFChartAxis instead@Deprecated @Removal(version="4.2") public abstract class XSSFChartAxis extends java.lang.Object implements ChartAxis
| Modifier | Constructor and Description |
|---|---|
protected |
XSSFChartAxis(XSSFChart chart)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AxisCrosses |
getCrosses()
Deprecated.
|
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos |
getCTAxPos()
Deprecated.
|
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses |
getCTCrosses()
Deprecated.
|
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt |
getCTNumFmt()
Deprecated.
|
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling |
getCTScaling()
Deprecated.
|
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean |
getDelete()
Deprecated.
|
abstract org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties |
getLine()
Deprecated.
|
double |
getLogBase()
Deprecated.
|
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark |
getMajorCTTickMark()
Deprecated.
|
abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines |
getMajorGridLines()
Deprecated.
|
AxisTickMark |
getMajorTickMark()
Deprecated.
|
double |
getMaximum()
Deprecated.
|
double |
getMinimum()
Deprecated.
|
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark |
getMinorCTTickMark()
Deprecated.
|
AxisTickMark |
getMinorTickMark()
Deprecated.
|
java.lang.String |
getNumberFormat()
Deprecated.
|
AxisOrientation |
getOrientation()
Deprecated.
|
AxisPosition |
getPosition()
Deprecated.
|
boolean |
isSetLogBase()
Deprecated.
|
boolean |
isSetMaximum()
Deprecated.
|
boolean |
isSetMinimum()
Deprecated.
|
boolean |
isVisible()
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(java.lang.String format)
Deprecated.
|
void |
setOrientation(AxisOrientation orientation)
Deprecated.
|
void |
setPosition(AxisPosition position)
Deprecated.
|
void |
setVisible(boolean value)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcrossAxis, getId, hasNumberFormatprotected XSSFChart chart
protected XSSFChartAxis(XSSFChart chart)
public AxisPosition getPosition()
getPosition in interface ChartAxispublic void setPosition(AxisPosition position)
setPosition in interface ChartAxisposition - new axis positionpublic void setNumberFormat(java.lang.String format)
setNumberFormat in interface ChartAxisformat - axis number formatpublic java.lang.String getNumberFormat()
getNumberFormat in interface ChartAxispublic boolean isSetLogBase()
isSetLogBase in interface ChartAxispublic void setLogBase(double logBase)
setLogBase in interface ChartAxislogBase - a number between 2 and 1000 (inclusive)public double getLogBase()
getLogBase in interface ChartAxispublic boolean isSetMinimum()
isSetMinimum in interface ChartAxispublic void setMinimum(double min)
setMinimum in interface ChartAxismin - axis minimumpublic double getMinimum()
getMinimum in interface ChartAxispublic boolean isSetMaximum()
isSetMaximum in interface ChartAxispublic void setMaximum(double max)
setMaximum in interface ChartAxismax - axis maximumpublic double getMaximum()
getMaximum in interface ChartAxispublic AxisOrientation getOrientation()
getOrientation in interface ChartAxispublic void setOrientation(AxisOrientation orientation)
setOrientation in interface ChartAxisorientation - axis orientationpublic AxisCrosses getCrosses()
getCrosses in interface ChartAxispublic void setCrosses(AxisCrosses crosses)
setCrosses in interface ChartAxiscrosses - axis cross typepublic boolean isVisible()
public void setVisible(boolean value)
setVisible in interface ChartAxisvalue - visibility of the axis.public AxisTickMark getMajorTickMark()
getMajorTickMark in interface ChartAxispublic void setMajorTickMark(AxisTickMark tickMark)
setMajorTickMark in interface ChartAxistickMark - major tick mark type.public AxisTickMark getMinorTickMark()
getMinorTickMark in interface ChartAxispublic void setMinorTickMark(AxisTickMark tickMark)
setMinorTickMark in interface ChartAxistickMark - minor tick mark type.protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getCTAxPos()
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getCTNumFmt()
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getCTScaling()
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCTCrosses()
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete()
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorCTTickMark()
protected abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorCTTickMark()
@Internal public abstract org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines getMajorGridLines()
@Internal public abstract org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getLine()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.