SubstanceBorderPainter
, SubstanceTrait
public class SimplisticSoftBorderPainter extends StandardBorderPainter
Constructor | Description |
---|---|
SimplisticSoftBorderPainter() |
Modifier and Type | Method | Description |
---|---|---|
Color |
getBottomBorderColor(SubstanceColorScheme borderScheme) |
Computes the color of the bottom portion of the border.
|
String |
getDisplayName() |
Returns the display name of
this trait. |
Color |
getMidBorderColor(SubstanceColorScheme borderScheme) |
Computes the color of the middle portion of the border.
|
Color |
getTopBorderColor(SubstanceColorScheme borderScheme) |
Computes the color of the top portion of the border.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isPaintingInnerContour, paintBorder
public String getDisplayName()
SubstanceTrait
this
trait. This method is part
of officially supported API.getDisplayName
in interface SubstanceTrait
getDisplayName
in class StandardBorderPainter
this
trait.public Color getTopBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPainter
getTopBorderColor
in class StandardBorderPainter
borderScheme
- The border color scheme.public Color getMidBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPainter
getMidBorderColor
in class StandardBorderPainter
borderScheme
- The border color scheme.public Color getBottomBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPainter
getBottomBorderColor
in class StandardBorderPainter
borderScheme
- The border color scheme.