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 RadarStyleXDDFRadarChartData. getStyle()static RadarStyleRadarStyle. valueOf(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 voidXDDFRadarChartData. setStyle(RadarStyle style)
-