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