Class RadiusAxis
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.axis.AbstractAxis<T>
io.jmix.chartsflowui.kit.component.model.axis.AbstractPolarAxis<RadiusAxis>
io.jmix.chartsflowui.kit.component.model.axis.RadiusAxis
- All Implemented Interfaces:
HasAxisName<RadiusAxis>,Serializable
Radial axis of polar coordinate.
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.axis.AbstractAxis
AbstractAxis.AxisPointer, AbstractAxis.BoundaryGapNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEventNested classes/interfaces inherited from interface io.jmix.chartsflowui.kit.component.model.axis.HasAxisName
HasAxisName.NameLocation, HasAxisName.NameTextStyle -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Integerprotected HasAxisName.NameLocationprotected Integerprotected HasAxisName.NameTextStyleFields inherited from class io.jmix.chartsflowui.kit.component.model.axis.AbstractPolarAxis
polarIndexFields inherited from class io.jmix.chartsflowui.kit.component.model.axis.AbstractAxis
animation, animationDelay, animationDelayFunction, animationDelayUpdate, animationDelayUpdateFunction, animationDuration, animationDurationFunction, animationDurationUpdate, animationDurationUpdateFunction, animationEasing, animationEasingUpdate, animationThreshold, axisLabel, axisLine, axisPointer, axisTick, boundaryGap, id, interval, logBase, max, maxFunction, maxInterval, min, minFunction, minInterval, minorSplitLine, minorTick, scale, silent, splitArea, splitLine, splitNumber, triggerEvent, type, z, zLevelFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetInverse(Boolean inverse) Sets the inversion for the axis or replaces an existing one.voidSets an axis name or replaces an existing one.voidsetNameGap(Integer nameGap) Sets gap between axis name and axis line or replaces an existing one.voidsetNameLocation(HasAxisName.NameLocation nameLocation) Sets a location of axis name or replaces an existing one.voidsetNameRotate(Integer nameRotate) Sets a rotate degree of axis name or replaces an existing one.voidsetNameTextStyle(HasAxisName.NameTextStyle nameTextStyle) Sets a font text style of axis name or replaces an existing one.Methods inherited from class io.jmix.chartsflowui.kit.component.model.axis.AbstractPolarAxis
getPolarIndex, setPolarIndex, withPolarIndexMethods inherited from class io.jmix.chartsflowui.kit.component.model.axis.AbstractAxis
getAnimation, getAnimationDelay, getAnimationDelayFunction, getAnimationDelayUpdate, getAnimationDelayUpdateFunction, getAnimationDuration, getAnimationDurationFunction, getAnimationDurationUpdate, getAnimationDurationUpdateFunction, getAnimationEasing, getAnimationEasingUpdate, getAnimationThreshold, getAxisLabel, getAxisLine, getAxisPointer, getAxisTick, getBoundaryGap, getId, getInterval, getLogBase, getMax, getMaxFunction, getMaxInterval, getMin, getMinFunction, getMinInterval, getMinorSplitLine, getMinorTick, getScale, getSilent, getSplitArea, getSplitLine, getSplitNumber, getTriggerEvent, getType, getZ, getZLevel, setAnimation, setAnimationDelay, setAnimationDelayFunction, setAnimationDelayFunction, setAnimationDelayUpdate, setAnimationDelayUpdateFunction, setAnimationDelayUpdateFunction, setAnimationDuration, setAnimationDurationFunction, setAnimationDurationFunction, setAnimationDurationUpdate, setAnimationDurationUpdateFunction, setAnimationDurationUpdateFunction, setAnimationEasing, setAnimationEasingUpdate, setAnimationThreshold, setAxisLabel, setAxisLine, setAxisPointer, setAxisTick, setBoundaryGap, setBoundaryGap, setId, setInterval, setLogBase, setMax, setMaxFunction, setMaxFunction, setMaxInterval, setMin, setMinFunction, setMinFunction, setMinInterval, setMinorSplitLine, setMinorTick, setScale, setSilent, setSplitArea, setSplitLine, setSplitNumber, setTriggerEvent, setType, setZ, setZLevel, withAnimation, withAnimationDelay, withAnimationDelayFunction, withAnimationDelayFunction, withAnimationDelayUpdate, withAnimationDelayUpdateFunction, withAnimationDelayUpdateFunction, withAnimationDuration, withAnimationDurationFunction, withAnimationDurationFunction, withAnimationDurationUpdate, withAnimationDurationUpdateFunction, withAnimationDurationUpdateFunction, withAnimationEasing, withAnimationEasingUpdate, withAnimationThreshold, withAxisLabel, withAxisLine, withAxisPointer, withAxisTick, withBoundaryGap, withBoundaryGap, withId, withInterval, withLogBase, withMax, withMaxFunction, withMaxFunction, withMaxInterval, withMin, withMinFunction, withMinFunction, withMinInterval, withMinorSplitLine, withMinorTick, withScale, withSilent, withSplitArea, withSplitLine, withSplitNumber, withTriggerEvent, withType, withZ, withZLevelMethods 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.axis.HasAxisName
withInverse, withName, withNameGap, withNameLocation, withNameRotate, withNameTextStyle
-
Field Details
-
name
-
nameLocation
-
nameTextStyle
-
nameGap
-
nameRotate
-
inverse
-
-
Constructor Details
-
RadiusAxis
public RadiusAxis()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceHasAxisName<RadiusAxis>- Returns:
- axis name
-
setName
Description copied from interface:HasAxisNameSets an axis name or replaces an existing one.- Specified by:
setNamein interfaceHasAxisName<RadiusAxis>- Parameters:
name- axis name to set
-
getNameLocation
- Specified by:
getNameLocationin interfaceHasAxisName<RadiusAxis>- Returns:
- location of axis name
-
setNameLocation
Description copied from interface:HasAxisNameSets a location of axis name or replaces an existing one.- Specified by:
setNameLocationin interfaceHasAxisName<RadiusAxis>- Parameters:
nameLocation- location to set
-
getNameTextStyle
- Specified by:
getNameTextStylein interfaceHasAxisName<RadiusAxis>- Returns:
- font text style of axis name
-
setNameTextStyle
Description copied from interface:HasAxisNameSets a font text style of axis name or replaces an existing one.- Specified by:
setNameTextStylein interfaceHasAxisName<RadiusAxis>- Parameters:
nameTextStyle- text style to set
-
getNameGap
- Specified by:
getNameGapin interfaceHasAxisName<RadiusAxis>- Returns:
- gap between axis name and axis line. The unit is pixels.
-
setNameGap
Description copied from interface:HasAxisNameSets gap between axis name and axis line or replaces an existing one.- Specified by:
setNameGapin interfaceHasAxisName<RadiusAxis>- Parameters:
nameGap- gap to set in pixels
-
getNameRotate
- Specified by:
getNameRotatein interfaceHasAxisName<RadiusAxis>- Returns:
- rotate degree of axis name
-
setNameRotate
Description copied from interface:HasAxisNameSets a rotate degree of axis name or replaces an existing one.- Specified by:
setNameRotatein interfaceHasAxisName<RadiusAxis>- Parameters:
nameRotate- rotate degree to set
-
getInverse
- Specified by:
getInversein interfaceHasAxisName<RadiusAxis>- Returns:
trueif the axis is inverted,falseotherwise
-
setInverse
Description copied from interface:HasAxisNameSets the inversion for the axis or replaces an existing one.- Specified by:
setInversein interfaceHasAxisName<RadiusAxis>- Parameters:
inverse- whether to inverse axis
-