Class Overlay

All Implemented Interfaces:
Completable, Streamable

public class Overlay extends PageObject
An overlay is a MO:DCA-P resource object. It may be stored in an external resource library or it may be carried in a resource group. An overlay is similar to a page in that it defines its own environment and carries the same data objects.
  • Constructor Details

    • Overlay

      public Overlay(Factory factory, String name, int width, int height, int rotation, int widthResolution, int heightResolution)
      Construct a new overlay object for the specified name argument, the overlay name should be an 8 character identifier.
      Parameters:
      factory - the resource manager of the page.
      name - the name of the page.
      width - the width of the page.
      height - the height of the page.
      rotation - the rotation of the page.
      widthResolution - the width resolution of the page.
      heightResolution - the height resolution of the page.
  • Method Details