Package com.storedobject.chart
Class Chart.Emphasis
java.lang.Object
com.storedobject.chart.AbstractProperty
com.storedobject.chart.Emphasis
com.storedobject.chart.Chart.Emphasis
- All Implemented Interfaces:
ComponentProperty
- Enclosing class:
Chart
Class to represent the Emphasis effect.
- Author:
- Syam
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Definition of the "fading out" of other elements when emphasising.static enum
Definition of how the "fade out" is spread across other elements. -
Field Summary
Fields inherited from class com.storedobject.chart.AbstractProperty
disabled
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Encode the JSON for this property.void
setFadeOut
(Chart.Emphasis.FADE_OUT fadeOut) Specify how other elements will be faded out when emphasising an element.void
setFadeOutScope
(Chart.Emphasis.FADE_OUT_SCOPE fadeOutScope) Set the scope of the fade out.Methods inherited from class com.storedobject.chart.Emphasis
encodeStatus
Methods inherited from class com.storedobject.chart.AbstractProperty
encodeJSON, setDisabled
-
Constructor Details
-
Emphasis
public Emphasis()
-
-
Method Details
-
setFadeOut
Specify how other elements will be faded out when emphasising an element.- Parameters:
fadeOut
- Fade out.
-
setFadeOutScope
Set the scope of the fade out.- Parameters:
fadeOutScope
- Fade out scope.
-
encodeProperty
Description copied from class:AbstractProperty
Encode the JSON for this property.- Overrides:
encodeProperty
in classEmphasis
- Parameters:
sb
- Buffer to which encoding to be embedded.
-