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 ChartAxispublic void setNumberFormat(java.lang.String format)
setNumberFormat in interface ChartAxispublic java.lang.String getNumberFormat()
getNumberFormat in interface ChartAxispublic boolean isSetLogBase()
isSetLogBase in interface ChartAxispublic void setLogBase(double logBase)
setLogBase in interface ChartAxispublic double getLogBase()
getLogBase in interface ChartAxispublic boolean isSetMinimum()
isSetMinimum in interface ChartAxispublic void setMinimum(double min)
setMinimum in interface ChartAxispublic double getMinimum()
getMinimum in interface ChartAxispublic boolean isSetMaximum()
isSetMaximum in interface ChartAxispublic void setMaximum(double max)
setMaximum in interface ChartAxispublic double getMaximum()
getMaximum in interface ChartAxispublic AxisOrientation getOrientation()
getOrientation in interface ChartAxispublic void setOrientation(AxisOrientation orientation)
setOrientation in interface ChartAxispublic AxisCrosses getCrosses()
getCrosses in interface ChartAxispublic void setCrosses(AxisCrosses crosses)
setCrosses in interface ChartAxispublic void setVisible(boolean value)
setVisible in interface ChartAxispublic AxisTickMark getMajorTickMark()
getMajorTickMark in interface ChartAxispublic void setMajorTickMark(AxisTickMark tickMark)
setMajorTickMark in interface ChartAxispublic AxisTickMark getMinorTickMark()
getMinorTickMark in interface ChartAxispublic void setMinorTickMark(AxisTickMark tickMark)
setMinorTickMark in interface ChartAxisprotected 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()