int fillHeight = height + 1;
if ((fillWidth > 0) && (fillHeight > 0)) {
Shape contour = SubstanceOutlineUtilities.getBaseOutline(
fillWidth, fillHeight, radius, null, borderDelta);
g2d.translate(fillMinX, 0);
gp.paintContourBackground(g2d, this.slider, fillWidth,
fillHeight, contour, false, fillScheme, fillScheme,
0.0f, false, false);
borderPainter.paintBorder(g2d, this.slider, fillWidth,
fillHeight, contour, null, borderScheme,
borderScheme, 0.0f, false);