Class BoxplotSeries
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.AbstractSeries<T>
io.jmix.chartsflowui.kit.component.model.series.AbstractAxisAwareSeries<BoxplotSeries>
io.jmix.chartsflowui.kit.component.model.series.BoxplotSeries
- All Implemented Interfaces:
Serializable
Boxplot is a convenient way of graphically depicting groups of numerical data through their quartiles.
More detailed information is provided in the documentation.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Base component for boxplot elements.static class
Component to configure the blur state.static class
Component to configure the emphasis state.static class
Component to configure the selection state.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractAxisAwareSeries
AbstractAxisAwareSeries.SeriesLayoutType
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractSeries
AbstractSeries.LabelLayout, AbstractSeries.Tooltip
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected BoxplotSeries.Blur
protected String[]
protected CoordinateSystem
protected BoxplotSeries.Emphasis
protected Boolean
protected ItemStyle
protected Orientation
protected BoxplotSeries.Select
protected Integer
protected Integer
Fields inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractAxisAwareSeries
datasetIndex, encode, legendHoverLink, markArea, markLine, markPoint, seriesLayoutBy
Fields inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractSeries
animationDelay, animationDuration, animationEasing, colorBy, dataGroupId, id, label, labelLayout, name, selectedMode, silent, tooltip, type, z, zLevel
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlur()
String[]
void
setBlur
(BoxplotSeries.Blur blur) void
setBoxWidth
(String min, String max) void
setCoordinateSystem
(CoordinateSystem coordinateSystem) void
setEmphasis
(BoxplotSeries.Emphasis emphasis) void
setHoverAnimation
(Boolean hoverAnimation) void
setItemStyle
(ItemStyle itemStyle) void
setLayout
(Orientation layout) void
setSelect
(BoxplotSeries.Select select) void
setXAxisIndex
(Integer xAxisIndex) void
setYAxisIndex
(Integer yAxisIndex) withBlur
(BoxplotSeries.Blur blur) withBoxWidth
(String min, String max) withCoordinateSystem
(CoordinateSystem coordinateSystem) withEmphasis
(BoxplotSeries.Emphasis emphasis) withHoverAnimation
(Boolean hoverAnimation) withItemStyle
(ItemStyle itemStyle) withLayout
(Orientation layout) withSelect
(BoxplotSeries.Select select) withXAxisIndex
(Integer xAxisIndex) withYAxisIndex
(Integer yAxisIndex) Methods inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractAxisAwareSeries
getDatasetIndex, getEncode, getLegendHoverLink, getMarkArea, getMarkLine, getMarkPoint, getSeriesLayoutBy, setDatasetIndex, setEncode, setLegendHoverLink, setMarkArea, setMarkLine, setMarkPoint, setSeriesLayoutBy, withDatasetIndex, withEncode, withLegendHoverLink, withMarkArea, withMarkLine, withMarkPoint, withSeriesLayoutBy
Methods inherited from class io.jmix.chartsflowui.kit.component.model.series.AbstractSeries
getAnimationDelay, getAnimationDuration, getAnimationEasing, getColorBy, getDataGroupId, getId, getLabel, getLabelLayout, getName, getSelectedMode, getSilent, getTooltip, getType, getZ, getZLevel, setAnimationDelay, setAnimationDuration, setAnimationEasing, setColorBy, setDataGroupId, setId, setLabel, setLabelLayout, setName, setSelectedMode, setSilent, setTooltip, setType, setZ, setZLevel, withAnimationDelay, withAnimationDuration, withAnimationEasing, withColorBy, withDataGroupId, withId, withLabel, withLabelLayout, withName, withSelectedMode, withSilent, withTooltip, withType, withZ, withZLevel
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
coordinateSystem
-
xAxisIndex
-
yAxisIndex
-
hoverAnimation
-
layout
-
boxWidth
-
itemStyle
-
emphasis
-
blur
-
select
-
-
Constructor Details
-
BoxplotSeries
public BoxplotSeries()
-
-
Method Details
-
getCoordinateSystem
-
setCoordinateSystem
-
getXAxisIndex
-
setXAxisIndex
-
getYAxisIndex
-
setYAxisIndex
-
getHoverAnimation
-
setHoverAnimation
-
getLayout
-
getBoxWidth
-
setBoxWidth
-
getItemStyle
-
getEmphasis
-
setEmphasis
-
getBlur
-
setBlur
-
getSelect
-
setSelect
-
withCoordinateSystem
-
withXAxisIndex
-
withYAxisIndex
-
withHoverAnimation
-
withBoxWidth
-
withEmphasis
-
withBlur
-
withSelect
-