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
Modifier and TypeClassDescriptionstatic class
Unified layout configuration component of labels.static class
Tooltip component for series.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected Integer
protected Integer
protected String
protected ColorBy
protected String
protected String
protected Label
protected AbstractSeries.LabelLayout
protected String
protected SelectedMode
protected Boolean
protected AbstractSeries.Tooltip
protected SeriesType
protected Integer
protected Integer
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getLabel()
getName()
getType()
getZ()
void
setAnimationDelay
(Integer animationDelay) void
setAnimationDuration
(Integer animationDuration) void
setAnimationEasing
(String animationEasing) void
setColorBy
(ColorBy colorBy) void
setDataGroupId
(String dataGroupId) void
void
void
setLabelLayout
(AbstractSeries.LabelLayout labelLayout) void
void
setSelectedMode
(SelectedMode selectedMode) void
void
setTooltip
(AbstractSeries.Tooltip tooltip) void
setType
(SeriesType type) void
void
withAnimationDelay
(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
-