Interface RadianceFillPainter

    • 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)