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