Class GaugeSeries.AxisLine.LineStyle
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.GaugeSeries.AxisLine.LineStyle
- All Implemented Interfaces:
HasShadow<GaugeSeries.AxisLine.LineStyle>,Serializable
- Enclosing class:
- GaugeSeries.AxisLine
public static class GaugeSeries.AxisLine.LineStyle
extends ChartObservableObject
implements HasShadow<GaugeSeries.AxisLine.LineStyle>
The style of the axis line of gauge chart.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Doubleprotected Integerprotected Colorprotected Integerprotected Integerprotected IntegerFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddColorToPalette(Double range, Color color) getWidth()voidremoveColorFromPalette(Double range) voidsetColorPalette(Map<Double, Color> colorPalette) voidsetOpacity(Double opacity) voidsetShadowBlur(Integer shadowBlur) Sets depth of shadow blur or replaces an existing one.voidsetShadowColor(Color shadowColor) Sets a color for shadow or replaces an existing one.voidsetShadowOffsetX(Integer shadowOffsetX) Sets horizontal offset for shadow or replaces an existing one.voidsetShadowOffsetY(Integer shadowOffsetY) Sets vertical offset for shadow or replaces an existing one.voidwithColorPalette(Double range, Color color) withColorPalette(Map<Double, Color> colorPalette) withOpacity(Double opacity) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasShadow
withShadowBlur, withShadowColor, withShadowOffsetX, withShadowOffsetY
-
Field Details
-
colorPalette
-
width
-
shadowBlur
-
shadowColor
-
shadowOffsetX
-
shadowOffsetY
-
opacity
-
-
Constructor Details
-
LineStyle
public LineStyle()
-
-
Method Details
-
getColorPalette
-
setColorPalette
-
removeColorFromPalette
-
getWidth
-
setWidth
-
getShadowBlur
- Specified by:
getShadowBlurin interfaceHasShadow<GaugeSeries.AxisLine.LineStyle>- Returns:
- depth of shadow blur
-
setShadowBlur
Description copied from interface:HasShadowSets depth of shadow blur or replaces an existing one.- Specified by:
setShadowBlurin interfaceHasShadow<GaugeSeries.AxisLine.LineStyle>- Parameters:
shadowBlur- depth of shadow blur
-
getShadowColor
- Specified by:
getShadowColorin interfaceHasShadow<GaugeSeries.AxisLine.LineStyle>- Returns:
- shadow color
-
getShadowOffsetX
- Specified by:
getShadowOffsetXin interfaceHasShadow<GaugeSeries.AxisLine.LineStyle>- Returns:
- horizontal offset for shadow in pixels
-
setShadowOffsetX
Description copied from interface:HasShadowSets horizontal offset for shadow or replaces an existing one.- Specified by:
setShadowOffsetXin interfaceHasShadow<GaugeSeries.AxisLine.LineStyle>- Parameters:
shadowOffsetX- offset to set in pixels
-
getShadowOffsetY
- Specified by:
getShadowOffsetYin interfaceHasShadow<GaugeSeries.AxisLine.LineStyle>- Returns:
- vertical offset for shadow in pixels
-
setShadowOffsetY
Description copied from interface:HasShadowSets vertical offset for shadow or replaces an existing one.- Specified by:
setShadowOffsetYin interfaceHasShadow<GaugeSeries.AxisLine.LineStyle>- Parameters:
shadowOffsetY- offset to set in pixels
-
getOpacity
-
setOpacity
-
withColorPalette
-
withWidth
-
withOpacity
-