KLineController class
Constructors
- KLineController()
-
factory
Properties
- bollBandwidth ↔ int
-
BOLL Bandwidth (P)
getter/setter pair
- bollPeriod ↔ int
-
BOLL Calculating Period (N)
getter/setter pair
-
data
↔ List<
KLineData> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
indicatorColors
↔ List<
Color> -
getter/setter pair
- indicatorInfoHeight ↔ double
-
indicator information height
getter/setter pair
- indicatorSpacing ↔ double
-
spacing between indicator
getter/setter pair
- infoWidgetBorder ↔ Border
-
getter/setter pair
- infoWidgetBorderRadius ↔ double
-
getter/setter pair
- infoWidgetMargin ↔ EdgeInsets
-
getter/setter pair
- infoWidgetMaxWidth ↔ double?
-
set null to fix text's width
getter/setter pair
- infoWidgetPadding ↔ EdgeInsets
-
getter/setter pair
- isDebug ↔ bool
-
getter/setter pair
- itemCount ↔ int
-
current display item count (candle count)
getter/setter pair
- itemWidth ↔ double
-
current item width (candle width)
getter/setter pair
-
kdjPeriods
↔ List<
int> -
KDJ periods
getter/setter pair
- klineMargin ↔ EdgeInsets
-
kline view margin
getter/setter pair
- longPressOffset ↔ LongPressOffset
-
getter/setter pair
- mainIndicatorInfoMargin ↔ double
-
getter/setter pair
- maxCount ↔ int
-
max candle count
getter/setter pair
- minCount ↔ int
-
min candle count
getter/setter pair
- randomColor ↔ Color
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
showMainIndicators
↔ List<
IndicatorType> -
show main indicator
getter/setter pair
-
showSubIndicators
↔ List<
IndicatorType> -
show sub indicator
getter/setter pair
- showTimeChart ↔ bool
-
getter/setter pair
- spacing ↔ double
-
spacing between candle
getter/setter pair
- subIndicatorHeight ↔ double
-
sub indicator height
getter/setter pair
- subIndicatorInfoMargin ↔ double
-
getter/setter pair
-
volMaPeriods
↔ List<
int> -
VOL MA periods
getter/setter pair
-
wrPeriods
↔ List<
int> -
WR periods
getter/setter pair
Methods
-
currentPeriods(
IndicatorType type) → List< int> -
drawDebugRect(
Canvas canvas, Rect rect, Color color) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
final
Static Methods
-
getItemWidth(
double totalWidth) → double