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
Modifier and TypeFieldDescriptionprotected MarkArea.Blur
protected Coordinate
protected MarkArea.Emphasis
protected String
protected PointDataType
protected Double
protected String
protected Integer
protected String
protected String
Fields inherited from class io.jmix.chartsflowui.kit.component.model.series.mark.AbstractMarkElement
itemStyle, label
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlur()
getName()
getType()
getValue()
getX()
getY()
void
setBlur
(MarkArea.Blur blur) void
setCoordinate
(Double... coordinate) void
setCoordinate
(String... coordinate) void
setEmphasis
(MarkArea.Emphasis emphasis) void
void
setType
(PointDataType type) void
void
setValueDim
(String valueDim) void
setValueIndex
(Integer valueIndex) void
void
withBlur
(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, withLabel
Methods 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
-