Class SubduedFillPainter
java.lang.Object
org.pushingpixels.substance.api.painter.fill.StandardFillPainter
org.pushingpixels.substance.api.painter.fill.SubduedFillPainter
- All Implemented Interfaces:
SubstanceFillPainter,SubstanceTrait
Fill painter that returns images with subdued 3D gradient appearance. This
class is part of officially supported API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the display name ofthistrait.getTopFillColor(SubstanceColorScheme fillScheme) Computes the color of the top portion of the fill.Methods inherited from class org.pushingpixels.substance.api.painter.fill.StandardFillPainter
getBottomFillColor, getBottomShineColor, getMidFillColorBottom, getMidFillColorTop, getTopShineColor, paintContourBackground
-
Constructor Details
-
SubduedFillPainter
public SubduedFillPainter()
-
-
Method Details
-
getDisplayName
Description copied from interface:SubstanceTraitReturns the display name ofthistrait. This method is part of officially supported API.- Specified by:
getDisplayNamein interfaceSubstanceTrait- Overrides:
getDisplayNamein classStandardFillPainter- Returns:
- The display name of
thistrait.
-
getTopFillColor
Description copied from class:StandardFillPainterComputes the color of the top portion of the fill. Override to provide different visual.- Overrides:
getTopFillColorin classStandardFillPainter- Parameters:
fillScheme- The fill scheme.- Returns:
- The color of the top portion of the fill.
-