Uses of Enum Class
com.storedobject.chart.Chart.Emphasis.FADE_OUT
Packages that use Chart.Emphasis.FADE_OUT
-
Uses of Chart.Emphasis.FADE_OUT in com.storedobject.chart
Methods in com.storedobject.chart that return Chart.Emphasis.FADE_OUTModifier and TypeMethodDescriptionstatic Chart.Emphasis.FADE_OUTReturns the enum constant of this class with the specified name.static Chart.Emphasis.FADE_OUT[]Chart.Emphasis.FADE_OUT.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_OUTModifier and TypeMethodDescriptionvoidChart.Emphasis.setFadeOut(Chart.Emphasis.FADE_OUT fadeOut) Specify how other elements will be faded out when emphasizing an element.