Class GraphicsDataDescriptor

All Implemented Interfaces:
Streamable

public class GraphicsDataDescriptor extends AbstractDescriptor
GOCA Graphics Data Descriptor
  • Constructor Details

    • GraphicsDataDescriptor

      public GraphicsDataDescriptor(int xlwind, int xrwind, int ybwind, int ytwind, int widthRes, int heightRes)
      Main constructor
      Parameters:
      xlwind - the left edge of the graphics window
      xrwind - the right edge of the graphics window
      ybwind - the top edge of the graphics window
      ytwind - the bottom edge of the graphics window
      widthRes - the width resolution of the graphics window
      heightRes - the height resolution of the graphics window
  • Method Details