Class GaugeSeries.Title
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.shared.AbstractText<T>
io.jmix.chartsflowui.kit.component.model.shared.AbstractRichText<T>
io.jmix.chartsflowui.kit.component.model.series.GaugeSeries.AbstractGaugeText<GaugeSeries.Title>
io.jmix.chartsflowui.kit.component.model.series.GaugeSeries.Title
- All Implemented Interfaces:
- HasBorder<GaugeSeries.Title>,- HasShadow<GaugeSeries.Title>,- HasText<GaugeSeries.Title>,- HasPadding<GaugeSeries.Title>,- Serializable
- Enclosing class:
- GaugeSeries
Component to configure the title of gauge chart.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFields inherited from class io.jmix.chartsflowui.kit.component.model.series.GaugeSeries.AbstractGaugeTextbackgroundColor, borderColor, borderDashOffset, borderRadius, borderType, borderWidth, offsetCenter, padding, shadowBlur, shadowColor, shadowOffsetX, shadowOffsetY, show, valueAnimationFields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractRichTextrichStylesFields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractTextcolor, ellipsis, fontFamily, fontSize, fontStyle, fontWeight, height, lineHeight, overflow, textBorderColor, textBorderDashOffset, textBorderType, textBorderWidth, textShadowBlur, textShadowColor, textShadowOffsetX, textShadowOffsetY, widthFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.chartsflowui.kit.component.model.series.GaugeSeries.AbstractGaugeTextgetBackgroundColor, getBorderColor, getBorderDashOffset, getBorderRadius, getBorderType, getBorderWidth, getOffsetCenter, getPadding, getShadowBlur, getShadowColor, getShadowOffsetX, getShadowOffsetY, getShow, getValueAnimation, setBackgroundColor, setBorderColor, setBorderDashOffset, setBorderRadius, setBorderType, setBorderWidth, setOffsetCenter, setPadding, setPadding, setPadding, setShadowBlur, setShadowColor, setShadowOffsetX, setShadowOffsetY, setShow, setValueAnimation, withBackgroundColor, withBorderDashOffset, withBorderType, withOffsetCenter, withShow, withValueAnimationMethods inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractRichTextaddRichStyle, getRichStyles, removeRichStyle, withRichStyleMethods inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractTextgetColor, getEllipsis, getFontFamily, getFontSize, getFontStyle, getFontWeight, getHeight, getLineHeight, getOverflow, getTextBorderColor, getTextBorderDashOffset, getTextBorderType, getTextBorderWidth, getTextShadowBlur, getTextShadowColor, getTextShadowOffsetX, getTextShadowOffsetY, getWidth, setColor, setEllipsis, setFontFamily, setFontSize, setFontStyle, setFontWeight, setHeight, setLineHeight, setOverflow, setTextBorderColor, setTextBorderDashOffset, setTextBorderType, setTextBorderWidth, setTextShadowBlur, setTextShadowColor, setTextShadowOffsetX, setTextShadowOffsetY, setWidth, withColor, withEllipsis, withFontFamily, withFontSize, withFontStyle, withFontWeight, withHeight, withLineHeight, withOverflow, withWidthMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepthMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasBorderwithBorderColor, withBorderRadius, withBorderWidthMethods inherited from interface io.jmix.chartsflowui.kit.component.model.shared.HasPaddingwithPadding, withPadding, withPaddingMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasShadowwithShadowBlur, withShadowColor, withShadowOffsetX, withShadowOffsetYMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasTextwithTextBorderColor, withTextBorderDashOffset, withTextBorderType, withTextBorderWidth, withTextShadowBlur, withTextShadowColor, withTextShadowOffsetX, withTextShadowOffsetY
- 
Constructor Details- 
Titlepublic Title()
 
-