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 Grouping
XDDFLineChartData. getGrouping()
static Grouping
Grouping. valueOf(java.lang.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 void
XDDFLineChartData. setGrouping(Grouping grouping)
-