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