|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pushingpixels.substance.api.painter.fill.StandardFillPainter
org.pushingpixels.substance.internal.painter.SimplisticFillPainter
org.pushingpixels.substance.internal.utils.SubstanceImageCreator.SimplisticSoftBorderReverseFillPainter
public static class SubstanceImageCreator.SimplisticSoftBorderReverseFillPainter
Custom fill painter for filling the checkmarks of checkboxes and radio buttons.
Field Summary | |
---|---|
static SubstanceFillPainter |
INSTANCE
Singleton instance. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.pushingpixels.substance.internal.painter.SimplisticFillPainter |
---|
getBottomShineColor, getMidFillColorTop, getTopShineColor |
Methods inherited from class org.pushingpixels.substance.api.painter.fill.StandardFillPainter |
---|
getMidFillColorBottom, paintContourBackground |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SubstanceFillPainter INSTANCE
Method Detail |
---|
public java.lang.String getDisplayName()
SubstanceTrait
this
trait. This method is part
of officially supported API.
getDisplayName
in interface SubstanceTrait
getDisplayName
in class SimplisticFillPainter
this
trait.public java.awt.Color getTopFillColor(SubstanceColorScheme fillScheme)
StandardFillPainter
getTopFillColor
in class SimplisticFillPainter
fillScheme
- The fill scheme.
public java.awt.Color getBottomFillColor(SubstanceColorScheme fillScheme)
StandardFillPainter
getBottomFillColor
in class StandardFillPainter
fillScheme
- The fill scheme.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |