SubstanceBorderPainter, SubstanceTraitpublic class GlassBorderPainter extends StandardBorderPainter
| Constructor | Description |
|---|---|
GlassBorderPainter() |
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.Color |
getBottomBorderColor(SubstanceColorScheme borderScheme) |
Computes the color of the bottom portion of the border.
|
java.lang.String |
getDisplayName() |
Returns the display name of
this trait. |
java.awt.Color |
getMidBorderColor(SubstanceColorScheme borderScheme) |
Computes the color of the middle portion of the border.
|
java.awt.Color |
getTopBorderColor(SubstanceColorScheme borderScheme) |
Computes the color of the top portion of the border.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRepresentativeColor, isPaintingInnerContour, paintBorderpublic java.lang.String getDisplayName()
SubstanceTraitthis trait. This method is part
of officially supported API.getDisplayName in interface SubstanceTraitgetDisplayName in class StandardBorderPainterthis trait.public java.awt.Color getTopBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPaintergetTopBorderColor in class StandardBorderPainterborderScheme - The border color scheme.public java.awt.Color getMidBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPaintergetMidBorderColor in class StandardBorderPainterborderScheme - The border color scheme.public java.awt.Color getBottomBorderColor(SubstanceColorScheme borderScheme)
StandardBorderPaintergetBottomBorderColor in class StandardBorderPainterborderScheme - The border color scheme.