Uses of Enum Class
com.wualabs.qtsurfer.engine.indicators.core.DisplayHint
Packages that use DisplayHint
Package
Description
Core interfaces and abstract base classes for the RTIndicator framework.
Multi-indicator containers and builders for managing groups of indicators per instrument.
Numeric and functional operator indicators.
-
Uses of DisplayHint in com.wualabs.qtsurfer.engine.indicators.core
Subclasses with type arguments of type DisplayHint in com.wualabs.qtsurfer.engine.indicators.coreModifier and TypeClassDescriptionenumHow an indicator's value should be presented — the typed view of theIndicatorMeta.DISPLAYmetadata entry.Methods in com.wualabs.qtsurfer.engine.indicators.core that return DisplayHintModifier and TypeMethodDescriptionIndicatorMeta.displayHint()The typed view of theIndicatorMeta.DISPLAYentry; absent =DisplayHint.ABSOLUTE.static DisplayHintResolves a wire code back to its hint.AbstractRTIndicator.getDisplayHint()default DisplayHintRTIndicator.getDisplayHint()How this indicator's value should be presented — the typed view of theIndicatorMeta.DISPLAYmetadata entry.static DisplayHintReturns the enum constant of this class with the specified name.static DisplayHint[]DisplayHint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.wualabs.qtsurfer.engine.indicators.core with parameters of type DisplayHintModifier and TypeMethodDescriptionIndicatorMeta.displayHint(DisplayHint displayHint) Sets theIndicatorMeta.DISPLAYentry from its typed form.AbstractRTIndicator.withDisplayHint(DisplayHint displayHint) Sets how this indicator's value is presented — sugar over theIndicatorMeta.DISPLAYmetadata entry. -
Uses of DisplayHint in com.wualabs.qtsurfer.engine.indicators.helpers.group
Methods in com.wualabs.qtsurfer.engine.indicators.helpers.group with parameters of type DisplayHintModifier and TypeMethodDescriptionInstrumentGroupRTIndicator.add(@NonNull String name, @NonNull RTIndicator indicator, @NonNull DisplayHint displayHint) Registers an indicator under a clean name, carrying itsDisplayHintas descriptor metadata instead of smuggling it into the name. -
Uses of DisplayHint in com.wualabs.qtsurfer.engine.indicators.numeric
Methods in com.wualabs.qtsurfer.engine.indicators.numeric with parameters of type DisplayHint