Interface RadianceSurfacePainter

    • Method Detail

      • paintSurface

        void paintSurface​(java.awt.Graphics g,
                          java.awt.Component comp,
                          float width,
                          float height,
                          java.awt.Shape outline,
                          ContainerColorTokens colorTokens)
        Fills the surface defined by the specified outline.
        Parameters:
        g - Graphics context.
        comp - Component to paint.
        width - Width of a UI component.
        height - Height of a UI component.
        outline - Outline of a UI component.
        colorTokens - Color tokens.