Uses of Class
org.apache.poi.xddf.usermodel.chart.AxisCrosses
-
Packages that use AxisCrosses Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of AxisCrosses in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return AxisCrosses Modifier and Type Method Description AxisCrosses
XDDFChartAxis. getCrosses()
static AxisCrosses
AxisCrosses. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AxisCrosses[]
AxisCrosses. 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 AxisCrosses Modifier and Type Method Description void
XDDFChartAxis. setCrosses(AxisCrosses crosses)
-