Class ObjectAreaDescriptor

All Implemented Interfaces:
Streamable

public class ObjectAreaDescriptor extends AbstractDescriptor
The Object Area Descriptor structured field specifies the size and attributes of an object area presentation space.
  • Constructor Details

    • ObjectAreaDescriptor

      public ObjectAreaDescriptor(int width, int height, int widthRes, int heightRes)
      Construct an object area descriptor for the specified object width and object height.
      Parameters:
      width - the object width.
      height - the object height.
      widthRes - the object width resolution.
      heightRes - the object height resolution.
  • Method Details