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 Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Fields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractEnhancedLabel
align, backgroundColor, borderColor, borderDashOffset, borderRadius, borderType, borderWidth, distance, offset, padding, rotate, shadowBlur, shadowColor, shadowOffsetX, shadowOffsetY, show, verticalAlign
Fields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractRichText
richStyles
Fields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractText
color, ellipsis, fontFamily, fontSize, fontStyle, fontWeight, height, lineHeight, overflow, textBorderColor, textBorderDashOffset, textBorderType, textBorderWidth, textShadowBlur, textShadowColor, textShadowOffsetX, textShadowOffsetY, width
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFormatter
(String formatter) void
setFormatterFunction
(JsFunction formatterFunction) void
setFormatterFunction
(String formatterFunction) void
setPosition
(Label.Position.PositionType positionType) void
setPosition
(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.AbstractEnhancedLabel
getAlign, 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, withShow
Methods inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractRichText
addRichStyle, getRichStyles, removeRichStyle, withRichStyle
Methods inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractText
getColor, 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, withWidth
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.HasAlign
withAlign, withVerticalAlign
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.HasBorder
withBorderColor, withBorderRadius, withBorderWidth
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.shared.HasPadding
withPadding, withPadding, withPadding
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.HasShadow
withShadowBlur, withShadowColor, withShadowOffsetX, withShadowOffsetY
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.HasText
withTextBorderColor, withTextBorderDashOffset, withTextBorderType, withTextBorderWidth, withTextShadowBlur, withTextShadowColor, withTextShadowOffsetX, withTextShadowOffsetY
-
Field Details
-
position
-
formatter
-
formatterFunction
-
-
Constructor Details
-
Label
public Label()
-
-
Method Details
-
getPosition
-
setPosition
-
setPosition
-
getFormatter
-
setFormatter
-
getFormatterFunction
-
setFormatterFunction
-
withPosition
-
withPosition
-
withFormatter
-
withFormatterFunction
-