Uses of Class
org.openxava.session.Chart.ChartType
-
Packages that use Chart.ChartType Package Description org.openxava.session -
-
Uses of Chart.ChartType in org.openxava.session
Methods in org.openxava.session that return Chart.ChartType Modifier and Type Method Description Chart.ChartType
Chart. getChartType()
static Chart.ChartType
Chart.ChartType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Chart.ChartType[]
Chart.ChartType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openxava.session with parameters of type Chart.ChartType Modifier and Type Method Description void
Chart. setChartType(Chart.ChartType chartType)
-