Class Polar
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.axis.Polar
- All Implemented Interfaces:
Serializable
Polar coordinate which can be used in scatter and line chart. Every polar coordinate
has an
AngleAxis
and a RadiusAxis
.
More detailed information is provided in the documentation.- 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 String[]
protected String
protected String[]
protected InnerTooltip
protected Integer
protected Integer
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getId()
String[]
getZ()
void
void
void
void
setTooltip
(InnerTooltip tooltip) void
void
withCenter
(String x, String y) withRadius
(String inner, String outer) withTooltip
(InnerTooltip tooltip) withZLevel
(Integer zLevel) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
id
-
zLevel
-
z
-
center
-
radius
-
tooltip
-
-
Constructor Details
-
Polar
public Polar()
-
-
Method Details
-
getId
-
setId
-
getZLevel
-
setZLevel
-
getZ
-
setZ
-
getCenter
-
setCenter
-
getRadius
-
setRadius
-
getTooltip
-
withId
-
withZLevel
-
withZ
-
withCenter
-
withRadius
-