SubstanceFillPainter, SubstanceTraitpublic class GlassFillPainter extends StandardFillPainter
| Constructor | Description |
|---|---|
GlassFillPainter() |
| Modifier and Type | Method | Description |
|---|---|---|
Color |
getBottomFillColor(SubstanceColorScheme fillScheme) |
Computes the color of the bottom portion of the fill.
|
String |
getDisplayName() |
Returns the display name of
this trait. |
Color |
getMidFillColorBottom(SubstanceColorScheme fillScheme) |
Computes the color of the middle portion of the fill from the bottom.
|
Color |
getMidFillColorTop(SubstanceColorScheme fillScheme) |
Computes the color of the middle portion of the fill from the top.
|
Color |
getTopFillColor(SubstanceColorScheme fillScheme) |
Computes the color of the top portion of the fill.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBottomShineColor, getTopShineColor, paintContourBackgroundpublic String getDisplayName()
SubstanceTraitthis trait. This method is part
of officially supported API.getDisplayName in interface SubstanceTraitgetDisplayName in class StandardFillPainterthis trait.public Color getTopFillColor(SubstanceColorScheme fillScheme)
StandardFillPaintergetTopFillColor in class StandardFillPainterfillScheme - The fill scheme.public Color getMidFillColorTop(SubstanceColorScheme fillScheme)
StandardFillPaintergetMidFillColorTop in class StandardFillPainterfillScheme - The fill scheme.public Color getMidFillColorBottom(SubstanceColorScheme fillScheme)
StandardFillPaintergetMidFillColorBottom in class StandardFillPainterfillScheme - The fill scheme.public Color getBottomFillColor(SubstanceColorScheme fillScheme)
StandardFillPaintergetBottomFillColor in class StandardFillPainterfillScheme - The fill scheme.