Class Label
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.shared.AbstractEnhancedLabel<Label>
io.jmix.chartsflowui.kit.component.model.series.Label
- All Implemented Interfaces:
- HasAlign<Label>,- HasBorder<Label>,- HasShadow<Label>,- HasText<Label>,- HasPadding<Label>,- Serializable
A text label to explain some information about a graphic element, such as value, name etc.
 More detailed information is provided in the documentation.
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsFields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractEnhancedLabelalign, backgroundColor, borderColor, borderDashOffset, borderRadius, borderType, borderWidth, distance, offset, padding, rotate, shadowBlur, shadowColor, shadowOffsetX, shadowOffsetY, show, verticalAlignFields 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 SummaryModifier and TypeMethodDescriptionvoidsetFormatter(String formatter) voidsetFormatterFunction(JsFunction formatterFunction) voidsetFormatterFunction(String formatterFunction) voidsetPosition(Label.Position.PositionType positionType) voidsetPosition(String horizontalPosition, String verticalPosition) withFormatter(String formatter) withFormatterFunction(JsFunction formatterFunction) withFormatterFunction(String formatterFunction) withPosition(Label.Position.PositionType positionType) withPosition(String horizontalPosition, String verticalPosition) Methods inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractEnhancedLabelgetAlign, getBackgroundColor, getBorderColor, getBorderDashOffset, getBorderRadius, getBorderType, getBorderWidth, getDistance, getOffset, getPadding, getRotate, getShadowBlur, getShadowColor, getShadowOffsetX, getShadowOffsetY, getShow, getVerticalAlign, setAlign, setBackgroundColor, setBorderColor, setBorderDashOffset, setBorderRadius, setBorderType, setBorderWidth, setDistance, setOffset, setPadding, setPadding, setPadding, setRotate, setShadowBlur, setShadowColor, setShadowOffsetX, setShadowOffsetY, setShow, setVerticalAlign, withBackgroundColor, withBorderDashOffset, withBorderType, withDistance, withOffset, withRotate, withShowMethods 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.HasAlignwithAlign, withVerticalAlignMethods 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
- 
Field Details- 
position
- 
formatter
- 
formatterFunction
 
- 
- 
Constructor Details- 
Labelpublic Label()
 
- 
- 
Method Details- 
getPosition
- 
setPosition
- 
setPosition
- 
getFormatter
- 
setFormatter
- 
getFormatterFunction
- 
setFormatterFunction
- 
withPosition
- 
withPosition
- 
withFormatter
- 
withFormatterFunction
 
-