Class MarkArea
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.mark.AbstractMark<MarkArea>
io.jmix.chartsflowui.kit.component.model.series.mark.MarkArea
- All Implemented Interfaces:
Serializable
Component that used to mark an area in chart. For example, mark a time interval.
More detailed information is provided in the documentation.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Component to configure the blur state.static class
Component to configure the emphasis state.static class
Component to configure mark area point.static class
A class containing a pair of points, left top point and right bottom point of area.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected MarkArea.Blur
protected List<MarkArea.PointPair>
protected MarkArea.Emphasis
protected ItemStyle
Fields inherited from class io.jmix.chartsflowui.kit.component.model.series.mark.AbstractMark
animation, animationDelay, animationDelayUpdate, animationDuration, animationDurationUpdate, animationEasing, animationEasingUpdate, animationThreshold, label, silent
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPointPair
(MarkArea.PointPair pointPair) getBlur()
getData()
void
removePointPair
(MarkArea.PointPair pointPair) void
setBlur
(MarkArea.Blur blur) void
setData
(MarkArea.PointPair... data) void
setData
(List<MarkArea.PointPair> data) void
setEmphasis
(MarkArea.Emphasis emphasis) void
setItemStyle
(ItemStyle itemStyle) withBlur
(MarkArea.Blur blur) withData
(MarkArea.PointPair... data) withEmphasis
(MarkArea.Emphasis emphasis) withItemStyle
(ItemStyle itemStyle) Methods inherited from class io.jmix.chartsflowui.kit.component.model.series.mark.AbstractMark
getAnimation, getAnimationDelay, getAnimationDelayUpdate, getAnimationDuration, getAnimationDurationUpdate, getAnimationEasing, getAnimationEasingUpdate, getAnimationThreshold, getLabel, getSilent, setAnimation, setAnimationDelay, setAnimationDelayUpdate, setAnimationDuration, setAnimationDurationUpdate, setAnimationEasing, setAnimationEasingUpdate, setAnimationThreshold, setLabel, setSilent, withAnimation, withAnimationDelay, withAnimationDelayUpdate, withAnimationDuration, withAnimationDurationUpdate, withAnimationEasing, withAnimationEasingUpdate, withAnimationThreshold, withLabel, withSilent
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
itemStyle
-
emphasis
-
blur
-
data
-
-
Constructor Details
-
MarkArea
public MarkArea()
-
-
Method Details
-
getItemStyle
-
getEmphasis
-
setEmphasis
-
getBlur
-
setBlur
-
getData
-
setData
-
setData
-
removePointPair
-
addPointPair
-
withEmphasis
-
withBlur
-
withData
-