Uses of Enum Class
com.arbergashi.charts.util.NiceScale.ScaleMode
Packages that use NiceScale.ScaleMode
Package
Description
Public API of the ArberCharts framework.
Internal implementation details of the ArberCharts framework.
Utility and infrastructure classes used across the ArberCharts core.
-
Uses of NiceScale.ScaleMode in com.arbergashi.charts.api
Methods in com.arbergashi.charts.api that return NiceScale.ScaleModeModifier and TypeMethodDescriptionDefaultPlotContext.scaleModeX()Returns the value of thescaleModeXrecord component.default NiceScale.ScaleModePlotContext.scaleModeX()Scale mode for X axis (used by helpers such as NiceScale).DefaultPlotContext.scaleModeY()Returns the value of thescaleModeYrecord component.default NiceScale.ScaleModePlotContext.scaleModeY()Scale mode for Y axis (used by helpers such as NiceScale).Constructors in com.arbergashi.charts.api with parameters of type NiceScale.ScaleModeModifierConstructorDescriptionDefaultPlotContext(Rectangle2D bounds, double minX, double maxX, double minY, double maxY, boolean logarithmicY, boolean invertedX, boolean invertedY, NiceScale.ScaleMode scaleModeX, NiceScale.ScaleMode scaleModeY) Constructor that allows axis inversion without a theme or render hints.DefaultPlotContext(Rectangle2D bounds, double minX, double maxX, double minY, double maxY, boolean logarithmicY, boolean invertedX, boolean invertedY, NiceScale.ScaleMode scaleModeX, NiceScale.ScaleMode scaleModeY, ChartTheme theme, ChartRenderHints renderHints) Creates an instance of aDefaultPlotContextrecord class.DefaultPlotContext(Rectangle2D bounds, double minX, double maxX, double minY, double maxY, boolean logarithmicY, NiceScale.ScaleMode scaleModeX, NiceScale.ScaleMode scaleModeY) Backwards-compatible constructor without theme. -
Uses of NiceScale.ScaleMode in com.arbergashi.charts.internal
Methods in com.arbergashi.charts.internal that return NiceScale.ScaleModeModifier and TypeMethodDescriptionDefaultPlotContext.scaleModeX()Returns the value of thescaleModeXrecord component.DefaultPlotContext.scaleModeY()Returns the value of thescaleModeYrecord component.Constructors in com.arbergashi.charts.internal with parameters of type NiceScale.ScaleModeModifierConstructorDescriptionDefaultPlotContext(Rectangle2D bounds, double minX, double maxX, double minY, double maxY, boolean logarithmicY, NiceScale.ScaleMode scaleModeX, NiceScale.ScaleMode scaleModeY) Backwards-compatible constructor without theme.DefaultPlotContext(Rectangle2D bounds, double minX, double maxX, double minY, double maxY, boolean logarithmicY, NiceScale.ScaleMode scaleModeX, NiceScale.ScaleMode scaleModeY, ChartTheme theme, ChartRenderHints renderHints) Creates an instance of aDefaultPlotContextrecord class. -
Uses of NiceScale.ScaleMode in com.arbergashi.charts.util
Subclasses with type arguments of type NiceScale.ScaleMode in com.arbergashi.charts.utilModifier and TypeClassDescriptionstatic enumSupported scale types for axes produced by NiceScale.Methods in com.arbergashi.charts.util that return NiceScale.ScaleModeModifier and TypeMethodDescriptionstatic NiceScale.ScaleModeReturns the enum constant of this class with the specified name.static NiceScale.ScaleMode[]NiceScale.ScaleMode.values()Returns an array containing the constants of this enum class, in the order they are declared.