ds/ipprot_nova/input/ProtocolFlexImageParameters.js

/**
 * @fileoverview This file is generated by BoosterClientGenerator, do not edit.
 *               If this file needs to change consider updating the exporter
 *               code and re-run the export.
 *
 * @author anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
 */

goog.provide('spv.ds.ipprot_nova.input.ProtocolFlexImageParameters');




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot_nova.input.ProtocolFlexImageParameters = function()
{
	/**
	 * @type {?number}
	 * @nocollapse
	 */
	this.frame;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.series;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.bgColor;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.bgImage;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.imageType;

	/**
	 * @type {Array.<number>}
	 * @nocollapse
	 */
	this.size;

	/**
	 * @type {Array.<number>}
	 * @nocollapse
	 */
	this.minBound;

	/**
	 * @type {Array.<number>}
	 * @nocollapse
	 */
	this.sample;

	/**
	 * @type {Array.<string>}
	 * @nocollapse
	 */
	this.autoCrop;

	/**
	 * @type {Array.<number>}
	 * @nocollapse
	 */
	this.align;

	/**
	 * @type {Array.<number>}
	 * @nocollapse
	 */
	this.margin;
};