public void setToLineMode() { clearButtonColor(); if (indicator.indicatorType == IndicatorType.line) { indicator.indicatorType = IndicatorType.none; indicator.reset(); } else { indicator.indicatorType = IndicatorType.line; } }