public class GlassFillPainter extends StandardFillPainter
Constructor and Description |
---|
GlassFillPainter() |
Modifier and Type | Method and 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 |
getMidFillColorBottom(SubstanceColorScheme fillScheme)
Computes the color of the middle portion of the fill from the bottom.
|
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.
|
getBottomShineColor, getTopShineColor, paintContourBackground
public java.lang.String getDisplayName()
SubstanceTrait
this
trait. This method is part
of officially supported API.getDisplayName
in interface SubstanceTrait
getDisplayName
in class StandardFillPainter
this
trait.public java.awt.Color getTopFillColor(SubstanceColorScheme fillScheme)
StandardFillPainter
getTopFillColor
in class StandardFillPainter
fillScheme
- The fill scheme.public java.awt.Color getMidFillColorTop(SubstanceColorScheme fillScheme)
StandardFillPainter
getMidFillColorTop
in class StandardFillPainter
fillScheme
- The fill scheme.public java.awt.Color getMidFillColorBottom(SubstanceColorScheme fillScheme)
StandardFillPainter
getMidFillColorBottom
in class StandardFillPainter
fillScheme
- The fill scheme.public java.awt.Color getBottomFillColor(SubstanceColorScheme fillScheme)
StandardFillPainter
getBottomFillColor
in class StandardFillPainter
fillScheme
- The fill scheme.