public static class SubstanceImageCreator.SimplisticSoftBorderReverseFillPainter extends SimplisticFillPainter
| Modifier and Type | Field and Description |
|---|---|
static SubstanceFillPainter |
INSTANCE
Singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getBottomFillColor(SubstanceColorScheme fillScheme)
Computes the color of the bottom portion of the fill.
|
java.lang.String |
getDisplayName()
Returns the display name of
this trait. |
java.awt.Color |
getTopFillColor(SubstanceColorScheme fillScheme)
Computes the color of the top portion of the fill.
|
getBottomShineColor, getMidFillColorTop, getTopShineColorgetMidFillColorBottom, paintContourBackgroundpublic static final SubstanceFillPainter INSTANCE
public java.lang.String getDisplayName()
SubstanceTraitthis trait. This method is part
of officially supported API.getDisplayName in interface SubstanceTraitgetDisplayName in class SimplisticFillPainterthis trait.public java.awt.Color getTopFillColor(SubstanceColorScheme fillScheme)
StandardFillPaintergetTopFillColor in class SimplisticFillPainterfillScheme - The fill scheme.public java.awt.Color getBottomFillColor(SubstanceColorScheme fillScheme)
StandardFillPaintergetBottomFillColor in class StandardFillPainterfillScheme - The fill scheme.