Class Overlay


public class Overlay
extends StackArranger
Overlays one image on the other.

  • first image passed is assumed to be the source.
  • second image passed is assumed to be the overlay.

We have no Z implemented yet, so we always overlay at z position 0.

Author:
Owen Feehan
  • Constructor Details

    • Overlay

      public Overlay​(String alignX, String alignY, String alignZ)
      Creates with alignment text for each axis.
      Parameters:
      alignX - indicates how to align the image across the X-axis: one of top, bottom, center.
      alignY - indicates how to align the image across the Y-axis (i.e. vertically): one of top, bottom, center.
      alignZ - indicates how to align the image across the Z-axis: one of top, bottom, center, repeat. See alignZ.
    • Overlay

      public Overlay()
    • Overlay

      public Overlay​(Align align)
  • Method Details