Class AbstractSeries<T extends AbstractSeries<T>>
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.AbstractSeries<T>
- Type Parameters:
T- origin series class type
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractAxisAwareSeries,GaugeSeries,RadarSeries
The base class for any series.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUnified layout configuration component of labels.static classTooltip component for series.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Integerprotected Stringprotected ColorByprotected Stringprotected Stringprotected Labelprotected AbstractSeries.LabelLayoutprotected Stringprotected SelectedModeprotected Booleanprotected AbstractSeries.Tooltipprotected SeriesTypeprotected Integerprotected IntegerFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getLabel()getName()getType()getZ()voidsetAnimationDelay(Integer animationDelay) voidsetAnimationDuration(Integer animationDuration) voidsetAnimationEasing(String animationEasing) voidsetColorBy(ColorBy colorBy) voidsetDataGroupId(String dataGroupId) voidvoidvoidsetLabelLayout(AbstractSeries.LabelLayout labelLayout) voidvoidsetSelectedMode(SelectedMode selectedMode) voidvoidsetTooltip(AbstractSeries.Tooltip tooltip) voidsetType(SeriesType type) voidvoidwithAnimationDelay(Integer animationDelay) withAnimationDuration(Integer animationDuration) withAnimationEasing(String animationEasing) withColorBy(ColorBy colorBy) withDataGroupId(String dataGroupId) withLabelLayout(AbstractSeries.LabelLayout labelLayout) withSelectedMode(SelectedMode selectedMode) withSilent(Boolean silent) withTooltip(AbstractSeries.Tooltip tooltip) withType(SeriesType type) withZLevel(Integer zLevel) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
type
-
id
-
name
-
colorBy
-
label
-
labelLayout
-
selectedMode
-
dataGroupId
-
zLevel
-
z
-
silent
-
animationDuration
-
animationEasing
-
animationDelay
-
tooltip
-
-
Constructor Details
-
AbstractSeries
-
-
Method Details
-
getType
-
setType
-
getId
-
setId
-
getName
-
setName
-
getColorBy
-
setColorBy
-
getLabel
-
setLabel
-
getLabelLayout
-
setLabelLayout
-
getSelectedMode
-
getDataGroupId
-
setDataGroupId
-
getZLevel
-
setZLevel
-
getZ
-
setZ
-
getSilent
-
setSilent
-
getAnimationDuration
-
setAnimationDuration
-
getAnimationEasing
-
setAnimationEasing
-
getAnimationDelay
-
setAnimationDelay
-
getTooltip
-
setTooltip
-
withType
-
withId
-
withName
-
withColorBy
-
withLabel
-
withLabelLayout
-
withDataGroupId
-
withZLevel
-
withZ
-
withSilent
-
withAnimationDuration
-
withAnimationEasing
-
withAnimationDelay
-
withTooltip
-