Class MarkArea.Point
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.mark.AbstractMarkElement<MarkArea.Point>
io.jmix.chartsflowui.kit.component.model.series.mark.MarkArea.Point
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MarkArea
Component to configure mark area point.
- 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 MarkArea.Blurprotected Coordinateprotected MarkArea.Emphasisprotected Stringprotected PointDataTypeprotected Doubleprotected Stringprotected Integerprotected Stringprotected StringFields inherited from class io.jmix.chartsflowui.kit.component.model.series.mark.AbstractMarkElement
itemStyle, labelFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlur()getName()getType()getValue()getX()getY()voidsetBlur(MarkArea.Blur blur) voidsetCoordinate(Double... coordinate) voidsetCoordinate(String... coordinate) voidsetEmphasis(MarkArea.Emphasis emphasis) voidvoidsetType(PointDataType type) voidvoidsetValueDim(String valueDim) voidsetValueIndex(Integer valueIndex) voidvoidwithBlur(MarkArea.Blur blur) withCoordinate(Double... coordinate) withCoordinate(String... coordinate) withEmphasis(MarkArea.Emphasis emphasis) withType(PointDataType type) withValueDim(String valueDim) withValueIndex(Integer valueIndex) Methods inherited from class io.jmix.chartsflowui.kit.component.model.series.mark.AbstractMarkElement
getItemStyle, getLabel, setItemStyle, setLabel, withItemStyle, withLabelMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
type
-
valueIndex
-
valueDim
-
coordinate
-
name
-
x
-
y
-
value
-
emphasis
-
blur
-
-
Constructor Details
-
Point
public Point()
-
-
Method Details
-
getType
-
setType
-
getValueIndex
-
setValueIndex
-
getValueDim
-
setValueDim
-
getCoordinate
-
setCoordinate
-
setCoordinate
-
getName
-
setName
-
getX
-
setX
-
getY
-
setY
-
getValue
-
setValue
-
getEmphasis
-
setEmphasis
-
getBlur
-
setBlur
-
withType
-
withValueIndex
-
withValueDim
-
withCoordinate
-
withCoordinate
-
withName
-
withX
-
withY
-
withValue
-
withEmphasis
-
withBlur
-