Interface RadianceOutlinePainter

    • Method Detail

      • paintOutline

        void paintOutline​(java.awt.Graphics g,
                          java.awt.Component c,
                          float width,
                          float height,
                          java.awt.Shape outline,
                          java.awt.Shape innerOutline,
                          ContainerColorTokens colorTokens)
        Paints the outline.
        Parameters:
        g - Graphics.
        c - Component.
        width - Width of a UI component.
        height - Height of a UI component.
        outline - Primary outline to paint.
        innerOutline - Optional inner outline to paint. May be ignored if the specific implementation paints only the primary outline.
        colorTokens - The color tokens.
      • isPaintingInnerOutline

        boolean isPaintingInnerOutline()
        Returns boolean indication whether this outline painter is painting the inner outlines.
        Returns:
        true if this outline painter is painting the inner outlines, false otherwise.