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
Nested 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.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MarkArea.Blurprotected List<MarkArea.PointPair>protected MarkArea.Emphasisprotected ItemStyleFields inherited from class io.jmix.chartsflowui.kit.component.model.series.mark.AbstractMark
animation, animationDelay, animationDelayUpdate, animationDuration, animationDurationUpdate, animationEasing, animationEasingUpdate, animationThreshold, label, silentFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier 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.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, withSilentMethods 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
-