public class SimplisticFillPainter extends StandardFillPainter
| Modifier and Type | Field and Description |
|---|---|
static SimplisticFillPainter |
INSTANCE
Reusable instance of this painter.
|
| Constructor and Description |
|---|
SimplisticFillPainter() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getBottomShineColor(SubstanceColorScheme fillScheme)
Computes the color of the bottom portion of the shine.
|
java.lang.String |
getDisplayName()
Returns the display name of
this trait. |
java.awt.Color |
getMidFillColorTop(SubstanceColorScheme fillScheme)
Computes the color of the middle portion of the fill from the top.
|
java.awt.Color |
getTopFillColor(SubstanceColorScheme fillScheme)
Computes the color of the top portion of the fill.
|
java.awt.Color |
getTopShineColor(SubstanceColorScheme fillScheme)
Computes the color of the top portion of the shine.
|
getBottomFillColor, getMidFillColorBottom, paintContourBackgroundpublic static final SimplisticFillPainter INSTANCE
public java.lang.String getDisplayName()
SubstanceTraitthis trait. This method is part
of officially supported API.getDisplayName in interface SubstanceTraitgetDisplayName in class StandardFillPainterthis trait.public java.awt.Color getTopFillColor(SubstanceColorScheme fillScheme)
StandardFillPaintergetTopFillColor in class StandardFillPainterfillScheme - The fill scheme.public java.awt.Color getMidFillColorTop(SubstanceColorScheme fillScheme)
StandardFillPaintergetMidFillColorTop in class StandardFillPainterfillScheme - The fill scheme.public java.awt.Color getTopShineColor(SubstanceColorScheme fillScheme)
StandardFillPaintergetTopShineColor in class StandardFillPainterfillScheme - The fill scheme.public java.awt.Color getBottomShineColor(SubstanceColorScheme fillScheme)
StandardFillPaintergetBottomShineColor in class StandardFillPainterfillScheme - The fill scheme.