Uses of Class
org.apache.poi.xddf.usermodel.chart.AxisOrientation
-
Packages that use AxisOrientation Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of AxisOrientation in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return AxisOrientation Modifier and Type Method Description AxisOrientationXDDFChartAxis. getOrientation()static AxisOrientationAxisOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static AxisOrientation[]AxisOrientation. 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 AxisOrientation Modifier and Type Method Description voidXDDFChartAxis. setOrientation(AxisOrientation orientation)
-