CompositeBorderPainter
and DelegateBorderPainter
instead.@Deprecated public class FlatInnerBorderPainter extends InnerDelegateBorderPainter
FlatBorderPainter
gradients and paints the inner contour of the border in addition to the outer
contour.delegate, painterName, shiftCoef, shiftKind, shiftMap
Constructor and Description |
---|
FlatInnerBorderPainter()
Deprecated.
Creates a new inner border painter based on a
FlatBorderPainter . |
FlatInnerBorderPainter(float shiftCoef,
SubstanceConstants.ColorShiftKind shiftKind)
Deprecated.
Creates a new inner border painter based on a
FlatBorderPainter . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Deprecated.
Returns the display name of
this trait. |
getDelegate, getShiftScheme, isPaintingInnerContour, paintBorder
public FlatInnerBorderPainter()
FlatBorderPainter
.public FlatInnerBorderPainter(float shiftCoef, SubstanceConstants.ColorShiftKind shiftKind)
FlatBorderPainter
.shiftCoef
- Shift coefficient. Must be in 0.0-1.0 range.shiftKind
- Shift kind.public java.lang.String getDisplayName()
SubstanceTrait
this
trait. This method is part
of officially supported API.getDisplayName
in interface SubstanceTrait
getDisplayName
in class InnerDelegateBorderPainter
this
trait.