Uses of Enum Class
io.runon.trading.view.TradingChart.ChartDateType
Packages that use TradingChart.ChartDateType
-
Uses of TradingChart.ChartDateType in io.runon.trading.view
Methods in io.runon.trading.view that return TradingChart.ChartDateTypeModifier and TypeMethodDescriptionstatic TradingChart.ChartDateTypeReturns the enum constant of this class with the specified name.static TradingChart.ChartDateType[]TradingChart.ChartDateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.runon.trading.view with parameters of type TradingChart.ChartDateTypeModifierConstructorDescriptionTradingChart(io.runon.trading.technical.analysis.candle.CandleStick[] candleStickArr, int width, int height, TradingChart.ChartDateType dateType) Constructor