Uses of Class
org.apache.poi.ss.usermodel.charts.AxisTickMark
-
Packages that use AxisTickMark Package Description org.apache.poi.ss.usermodel.charts org.apache.poi.xssf.usermodel.charts -
-
Uses of AxisTickMark in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return AxisTickMark Modifier and Type Method Description AxisTickMark
ChartAxis. getMajorTickMark()
Deprecated.AxisTickMark
ChartAxis. getMinorTickMark()
Deprecated.static AxisTickMark
AxisTickMark. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static AxisTickMark[]
AxisTickMark. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.ss.usermodel.charts with parameters of type AxisTickMark Modifier and Type Method Description void
ChartAxis. setMajorTickMark(AxisTickMark tickMark)
Deprecated.void
ChartAxis. setMinorTickMark(AxisTickMark tickMark)
Deprecated. -
Uses of AxisTickMark in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return AxisTickMark Modifier and Type Method Description AxisTickMark
XSSFChartAxis. getMajorTickMark()
Deprecated.AxisTickMark
XSSFChartAxis. getMinorTickMark()
Deprecated.Methods in org.apache.poi.xssf.usermodel.charts with parameters of type AxisTickMark Modifier and Type Method Description void
XSSFChartAxis. setMajorTickMark(AxisTickMark tickMark)
Deprecated.void
XSSFChartAxis. setMinorTickMark(AxisTickMark tickMark)
Deprecated.
-