SubstanceFillPainter, SubstanceTraitpublic class MatteFillPainter extends ClassicFillPainter
| Modifier and Type | Field | Description |
|---|---|---|
static MatteFillPainter |
INSTANCE |
Reusable instance of this painter.
|
| Constructor | Description |
|---|---|
MatteFillPainter() |
Creates a new matte fill painter.
|
| Modifier and Type | Method | 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 |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBottomShineColor, getMidFillColorBottom, getTopShineColor, paintContourBackgroundpublic static final MatteFillPainter INSTANCE
public java.lang.String getDisplayName()
SubstanceTraitthis trait. This method is part
of officially supported API.getDisplayName in interface SubstanceTraitgetDisplayName in class ClassicFillPainterthis trait.public java.awt.Color getTopFillColor(SubstanceColorScheme fillScheme)
StandardFillPaintergetTopFillColor in class ClassicFillPainterfillScheme - The fill scheme.public java.awt.Color getMidFillColorTop(SubstanceColorScheme fillScheme)
StandardFillPaintergetMidFillColorTop in class ClassicFillPainterfillScheme - The fill scheme.public java.awt.Color getBottomFillColor(SubstanceColorScheme fillScheme)
StandardFillPaintergetBottomFillColor in class StandardFillPainterfillScheme - The fill scheme.