Interface ShadowRenderer

All Known Implementing Classes:
ShadowFactory

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

    Modifier and Type
    Method
    Description
    Creates and returns a shadow image based on the supplied image
  • Method Details

    • createShadow

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