Implementation of border painter that uses the
ClassicBorderPainter gradients and paints the inner contour of the border in addition to the outer
contour.
author: Kirill Grouchnikov
ClassicInnerBorderPainter(float shiftCoef, ColorShiftKind shiftKind) Creates a new inner border painter based on a
ClassicBorderPainter .
Parameters: shiftCoef - Shift coefficient.
public ClassicInnerBorderPainter(float shiftCoef, ColorShiftKind shiftKind)(Code)
Creates a new inner border painter based on a
ClassicBorderPainter .
Parameters: shiftCoef - Shift coefficient. Must be in 0.0-1.0 range. Parameters: shiftKind - Shift kind.