SubstanceFillPainter, SubstanceTraitSubstanceImageCreator.SimplisticSoftBorderReverseFillPainterpublic class SimplisticFillPainter extends StandardFillPainter
| Modifier and Type | Field | Description |
|---|---|---|
static SimplisticFillPainter |
INSTANCE |
Reusable instance of this painter.
|
| Constructor | Description |
|---|---|
SimplisticFillPainter() |
| Modifier and Type | Method | Description |
|---|---|---|
Color |
getBottomShineColor(SubstanceColorScheme fillScheme) |
Computes the color of the bottom portion of the shine.
|
String |
getDisplayName() |
Returns the display name of
this trait. |
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.
|
Color |
getTopShineColor(SubstanceColorScheme fillScheme) |
Computes the color of the top portion of the shine.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBottomFillColor, getMidFillColorBottom, paintContourBackgroundpublic static final SimplisticFillPainter INSTANCE
public 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 getTopShineColor(SubstanceColorScheme fillScheme)
StandardFillPaintergetTopShineColor in class StandardFillPainterfillScheme - The fill scheme.public Color getBottomShineColor(SubstanceColorScheme fillScheme)
StandardFillPaintergetBottomShineColor in class StandardFillPainterfillScheme - The fill scheme.