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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classComponent to configure the blur state.static classComponent to configure the emphasis state.static classComponent to configure mark area point.static classA 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.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected MarkArea.Blurprotected List<MarkArea.PointPair>protected MarkArea.Emphasisprotected ItemStyleFields inherited from class io.jmix.chartsflowui.kit.component.model.series.mark.AbstractMarkanimation, animationDelay, animationDelayUpdate, animationDuration, animationDurationUpdate, animationEasing, animationEasingUpdate, animationThreshold, label, silentFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddPointPair(MarkArea.PointPair pointPair) getBlur()getData()voidremovePointPair(MarkArea.PointPair pointPair) voidsetBlur(MarkArea.Blur blur) voidsetData(MarkArea.PointPair... data) voidsetData(List<MarkArea.PointPair> data) voidsetEmphasis(MarkArea.Emphasis emphasis) voidsetItemStyle(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.AbstractMarkgetAnimation, 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, withSilentMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
itemStyle
- 
emphasis
- 
blur
- 
data
 
- 
- 
Constructor Details- 
MarkAreapublic MarkArea()
 
- 
- 
Method Details- 
getItemStyle
- 
getEmphasis
- 
setEmphasis
- 
getBlur
- 
setBlur
- 
getData
- 
setData
- 
setData
- 
removePointPair
- 
addPointPair
- 
withEmphasis
- 
withBlur
- 
withData
 
-