XDDFChartAxis instead@Deprecated @Removal(version="4.2") public abstract class XSSFChartAxis extends Object implements ChartAxis
| Modifier and Type | Method and Description |
|---|---|
AxisCrosses |
getCrosses()
Deprecated.
|
abstract CTShapeProperties |
getLine()
Deprecated.
|
double |
getLogBase()
Deprecated.
|
abstract CTChartLines |
getMajorGridLines()
Deprecated.
|
AxisTickMark |
getMajorTickMark()
Deprecated.
|
double |
getMaximum()
Deprecated.
|
double |
getMinimum()
Deprecated.
|
AxisTickMark |
getMinorTickMark()
Deprecated.
|
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(String format)
Deprecated.
|
void |
setOrientation(AxisOrientation orientation)
Deprecated.
|
void |
setPosition(AxisPosition position)
Deprecated.
|
void |
setVisible(boolean value)
Deprecated.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcrossAxis, getId, hasNumberFormatpublic AxisPosition getPosition()
getPosition in interface ChartAxispublic void setPosition(AxisPosition position)
setPosition in interface ChartAxisposition - new axis positionpublic void setNumberFormat(String format)
setNumberFormat in interface ChartAxisformat - axis number formatpublic 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.@Internal public abstract CTChartLines getMajorGridLines()
@Internal public abstract CTShapeProperties getLine()
Copyright © 2010 - 2020 Adobe. All Rights Reserved