Class OverlayImage


public final class OverlayImage extends ComposedImage
Since:
4.4
Author:
Eike Stepper
  • Constructor Details

    • OverlayImage

      public OverlayImage(Object image, Object overlayImage, int x, int y)
      Overlays the given image with the given overlayImage at the given position (relative to the top-left corner of the image).
  • Method Details