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