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, wait
crossAxis, getId, hasNumberFormat
protected XSSFChart chart
protected XSSFChartAxis(XSSFChart chart)
public AxisPosition getPosition()
getPosition
in interface ChartAxis
public void setPosition(AxisPosition position)
setPosition
in interface ChartAxis
position
- new axis positionpublic void setNumberFormat(java.lang.String format)
setNumberFormat
in interface ChartAxis
format
- axis number formatpublic java.lang.String getNumberFormat()
getNumberFormat
in interface ChartAxis
public boolean isSetLogBase()
isSetLogBase
in interface ChartAxis
public void setLogBase(double logBase)
setLogBase
in interface ChartAxis
logBase
- a number between 2 and 1000 (inclusive)public double getLogBase()
getLogBase
in interface ChartAxis
public boolean isSetMinimum()
isSetMinimum
in interface ChartAxis
public void setMinimum(double min)
setMinimum
in interface ChartAxis
min
- axis minimumpublic double getMinimum()
getMinimum
in interface ChartAxis
public boolean isSetMaximum()
isSetMaximum
in interface ChartAxis
public void setMaximum(double max)
setMaximum
in interface ChartAxis
max
- axis maximumpublic double getMaximum()
getMaximum
in interface ChartAxis
public AxisOrientation getOrientation()
getOrientation
in interface ChartAxis
public void setOrientation(AxisOrientation orientation)
setOrientation
in interface ChartAxis
orientation
- axis orientationpublic AxisCrosses getCrosses()
getCrosses
in interface ChartAxis
public void setCrosses(AxisCrosses crosses)
setCrosses
in interface ChartAxis
crosses
- axis cross typepublic boolean isVisible()
public void setVisible(boolean value)
setVisible
in interface ChartAxis
value
- visibility of the axis.public AxisTickMark getMajorTickMark()
getMajorTickMark
in interface ChartAxis
public void setMajorTickMark(AxisTickMark tickMark)
setMajorTickMark
in interface ChartAxis
tickMark
- major tick mark type.public AxisTickMark getMinorTickMark()
getMinorTickMark
in interface ChartAxis
public void setMinorTickMark(AxisTickMark tickMark)
setMinorTickMark
in interface ChartAxis
tickMark
- 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 2020 The Apache Software Foundation or its licensors, as applicable.