Uses of Class
com.sforce.soap.metadata.ChartTheme
-
-
Uses of ChartTheme in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return ChartTheme Modifier and Type Method Description ChartThemeDashboard. getChartTheme()ChartThemeDashboardComponent. getComponentChartTheme()ChartThemeDashboard. getDashboardChartTheme()static ChartThemeChartTheme. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChartTheme[]ChartTheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type ChartTheme Modifier and Type Method Description voidDashboard. setChartTheme(ChartTheme chartTheme)voidDashboardComponent. setComponentChartTheme(ChartTheme componentChartTheme)voidDashboard. setDashboardChartTheme(ChartTheme dashboardChartTheme)
-