Uses of Enum Class
com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
Packages that use Chart.Emphasis.FADE_OUT_SCOPE
-
Uses of Chart.Emphasis.FADE_OUT_SCOPE in com.storedobject.chart
Methods in com.storedobject.chart that return Chart.Emphasis.FADE_OUT_SCOPEModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Chart.Emphasis.FADE_OUT_SCOPE[]
Chart.Emphasis.FADE_OUT_SCOPE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.chart with parameters of type Chart.Emphasis.FADE_OUT_SCOPEModifier and TypeMethodDescriptionvoid
Chart.Emphasis.setFadeOutScope
(Chart.Emphasis.FADE_OUT_SCOPE fadeOutScope) Set the scope of the fade out.