SubstanceBorderPainter, SubstanceTraitpublic class GlassBorderPainter extends StandardBorderPainter
| Constructor | Description |
|---|---|
GlassBorderPainter() |
| 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, waitisPaintingInnerContour, paintBorderpublic String getDisplayName()
SubstanceTraitthis trait. This method is part
of officially supported API.getDisplayName in interface SubstanceTraitgetDisplayName in class StandardBorderPainterthis trait.public Color getTopBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPaintergetTopBorderColor in class StandardBorderPainterborderScheme - The border color scheme.public Color getMidBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPaintergetMidBorderColor in class StandardBorderPainterborderScheme - The border color scheme.public Color getBottomBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPaintergetBottomBorderColor in class StandardBorderPainterborderScheme - The border color scheme.