Uses of Class
com.iizix.prop.ui.chart.plot2d.PlotRadialGradient
Packages that use PlotRadialGradient Package Description com.iizix.prop.ui.chart.plot2d Uses of PlotRadialGradient in com.iizix.prop.ui.chart.plot2d
Methods in com.iizix.prop.ui.chart.plot2d that return PlotRadialGradient Modifier and Type Method Description PlotRadialGradient[]
PlotRadialGradient. enumValues()
Gets all the choices possible, including default.PlotRadialGradient
PlotRadialGradient. getDefault()
Gets the default value.PlotRadialGradient
Plot2D. getRadialGradient()
Gets the RadialGradient option used for pie charts.static PlotRadialGradient
PlotRadialGradient. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlotRadialGradient[]
PlotRadialGradient. values()
Returns an array containing the constants of this enum type, in the order they are declared.