Interface ShadowRenderer

  • All Known Implementing Classes:
    ShadowFactory

    public interface ShadowRenderer
    An interface for adding a shadow to an in-memory image
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.awt.image.BufferedImage createShadow​(java.awt.image.BufferedImage image)
      Creates and returns a shadow image based on the supplied image
    • Method Detail

      • createShadow

        java.awt.image.BufferedImage createShadow​(java.awt.image.BufferedImage image)
        Creates and returns a shadow image based on the supplied image
        Parameters:
        image -
        Returns: