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 BarDirectionXDDFBar3DChartData. getBarDirection()BarDirectionXDDFBarChartData. getBarDirection()static BarDirectionBarDirection. valueOf(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 voidXDDFBar3DChartData. setBarDirection(BarDirection direction)voidXDDFBarChartData. setBarDirection(BarDirection direction)
-