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 SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier 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.AbstractMarkElementitemStyle, labelFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractMarkElementgetItemStyle, getLabel, setItemStyle, setLabel, withItemStyle, withLabelMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
type
- 
valueIndex
- 
valueDim
- 
coordinate
- 
name
- 
x
- 
y
- 
value
- 
emphasis
- 
blur
 
- 
- 
Constructor Details- 
Pointpublic 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
 
-