Class ItemStyle
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.shared.AbstractBorderedTextStyle<ItemStyle>
io.jmix.chartsflowui.kit.component.model.shared.ItemStyle
- All Implemented Interfaces:
HasLineStyle<ItemStyle>
,HasShadow<ItemStyle>
,Serializable
Common item style for bordered text.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
Nested classes/interfaces inherited from interface io.jmix.chartsflowui.kit.component.model.HasLineStyle
HasLineStyle.Cap, HasLineStyle.Join
-
Field Summary
Fields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractBorderedTextStyle
borderCap, borderColor, borderDashOffset, borderJoin, borderMiterLimit, borderType, borderWidth, color, opacity, shadowBlur, shadowColor, shadowOffsetX, shadowOffsetY
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractBorderedTextStyle
getBorderColor, getBorderDashOffset, getBorderType, getBorderWidth, getCap, getColor, getJoin, getMiterLimit, getOpacity, getShadowBlur, getShadowColor, getShadowOffsetX, getShadowOffsetY, setBorderColor, setBorderDashOffset, setBorderType, setBorderWidth, setCap, setColor, setJoin, setMiterLimit, setOpacity, setShadowBlur, setShadowColor, setShadowOffsetX, setShadowOffsetY, withBorderColor, withBorderDashOffset, withBorderType, withBorderWidth, withColor, withOpacity
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.HasLineStyle
withCap, withJoin, withMiterLimit
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.HasShadow
withShadowBlur, withShadowColor, withShadowOffsetX, withShadowOffsetY
-
Constructor Details
-
ItemStyle
public ItemStyle()
-