Interface RadianceFillPainter
-
- All Superinterfaces:
RadianceTrait
- All Known Implementing Classes:
ClassicFillPainter,FractionBasedFillPainter,GlassFillPainter,MatteFillPainter,SpecularRectangularFillPainter,StandardFillPainter,SubduedFillPainter
public interface RadianceFillPainter extends RadianceTrait
Fill painter interface for Radiance look and feel. This class is part of officially supported API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.ColorgetRepresentativeColor(RadianceColorScheme fillScheme)voidpaintContourBackground(java.awt.Graphics g, java.awt.Component comp, float width, float height, java.awt.Shape contour, RadianceColorScheme fillScheme)Fills the contour that matches the specified parameters.-
Methods inherited from interface org.pushingpixels.radiance.theming.api.trait.RadianceTrait
getDisplayName
-
-
-
-
Method Detail
-
paintContourBackground
void paintContourBackground(java.awt.Graphics g, java.awt.Component comp, float width, float height, java.awt.Shape contour, RadianceColorScheme fillScheme)Fills the contour that matches the specified parameters.- Parameters:
g- Graphics context.comp- Component to paint.width- Width of a UI component.height- Height of a UI component.contour- Contour of a UI component.fillScheme- The fill color scheme.
-
getRepresentativeColor
java.awt.Color getRepresentativeColor(RadianceColorScheme fillScheme)
-
-