359360361362363364365366367368
markWidth = 1; markHeight = delimSize; } for (int i = 0; i<= this.maxValue; i++){ Mark mark = new Mark(color, markWidth, markHeight); int markPosition = sliderBarCalulator.clcAbsPositionByValue(i); display.putMark(mark, markPosition); } }