Uses of Class
org.apache.poi.xddf.usermodel.chart.Grouping
-
Packages that use Grouping Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of Grouping in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return Grouping Modifier and Type Method Description GroupingXDDFArea3DChartData. getGrouping()GroupingXDDFAreaChartData. getGrouping()GroupingXDDFLine3DChartData. getGrouping()GroupingXDDFLineChartData. getGrouping()static GroupingGrouping. valueOf(String name)Returns the enum constant of this type with the specified name.static Grouping[]Grouping. 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 Grouping Modifier and Type Method Description voidXDDFArea3DChartData. setGrouping(Grouping grouping)voidXDDFAreaChartData. setGrouping(Grouping grouping)voidXDDFLine3DChartData. setGrouping(Grouping grouping)voidXDDFLineChartData. setGrouping(Grouping grouping)
-