Class AbstractAxisPointer.Handle
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.shared.AbstractAxisPointer.Handle
- All Implemented Interfaces:
HasShadow<AbstractAxisPointer.Handle>,Serializable
- Enclosing class:
- AbstractAxisPointer<T extends AbstractAxisPointer<T>>
public static class AbstractAxisPointer.Handle
extends ChartObservableObject
implements HasShadow<AbstractAxisPointer.Handle>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Colorprotected Stringprotected Integerprotected Integerprotected Colorprotected Integerprotected Integerprotected Booleanprotected Integer[]protected IntegerFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()getIcon()getShow()Integer[]getSize()voidvoidvoidvoidsetShadowBlur(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.voidvoidvoidsetThrottle(Integer throttle) withMargin(Integer margin) withThrottle(Integer throttle) 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
-
show
-
icon
-
size
-
margin
-
color
-
throttle
-
shadowBlur
-
shadowColor
-
shadowOffsetX
-
shadowOffsetY
-
-
Constructor Details
-
Handle
public Handle()
-
-
Method Details
-
getShow
-
setShow
-
getIcon
-
setIcon
-
getSize
-
setSize
-
getMargin
-
setMargin
-
getColor
-
getThrottle
-
setThrottle
-
getShadowBlur
- Specified by:
getShadowBlurin interfaceHasShadow<AbstractAxisPointer.Handle>- Returns:
- depth of shadow blur
-
setShadowBlur
Description copied from interface:HasShadowSets depth of shadow blur or replaces an existing one.- Specified by:
setShadowBlurin interfaceHasShadow<AbstractAxisPointer.Handle>- Parameters:
shadowBlur- depth of shadow blur
-
getShadowColor
- Specified by:
getShadowColorin interfaceHasShadow<AbstractAxisPointer.Handle>- Returns:
- shadow color
-
getShadowOffsetX
- Specified by:
getShadowOffsetXin interfaceHasShadow<AbstractAxisPointer.Handle>- 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<AbstractAxisPointer.Handle>- Parameters:
shadowOffsetX- offset to set in pixels
-
getShadowOffsetY
- Specified by:
getShadowOffsetYin interfaceHasShadow<AbstractAxisPointer.Handle>- 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<AbstractAxisPointer.Handle>- Parameters:
shadowOffsetY- offset to set in pixels
-
withShow
-
withIcon
-
withSize
-
withMargin
-
withThrottle
-