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