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