UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

172 lines (171 loc) 5.77 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { __extends } from "tslib"; import { UserShapeAnnotationDescription } from "./UserShapeAnnotationDescription"; import { markType } from "./type"; /** * @hidden */ var UserStripAnnotationDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(UserStripAnnotationDescription, _super); function UserStripAnnotationDescription() { var _this = _super.call(this) || this; _this.ct = 0; _this.c2 = null; _this.c5 = null; _this.c3 = null; _this.c4 = null; _this.cs = 0; _this.cx = null; _this.c0 = null; _this.cy = null; _this.cz = null; _this.c6 = null; _this.c1 = null; return _this; } UserStripAnnotationDescription.prototype.get_type = function () { return "UserStripAnnotation"; }; Object.defineProperty(UserStripAnnotationDescription.prototype, "startValue", { get: function () { return this.ct; }, set: function (a) { this.ct = a; this.j("StartValue"); }, enumerable: false, configurable: true }); Object.defineProperty(UserStripAnnotationDescription.prototype, "startLabel", { get: function () { return this.c2; }, set: function (a) { this.c2 = a; this.j("StartLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(UserStripAnnotationDescription.prototype, "startLabelColor", { get: function () { return this.c5; }, set: function (a) { this.c5 = a; this.j("StartLabelColor"); }, enumerable: false, configurable: true }); Object.defineProperty(UserStripAnnotationDescription.prototype, "startLabelBackground", { get: function () { return this.c3; }, set: function (a) { this.c3 = a; this.j("StartLabelBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(UserStripAnnotationDescription.prototype, "startLabelBorderColor", { get: function () { return this.c4; }, set: function (a) { this.c4 = a; this.j("StartLabelBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(UserStripAnnotationDescription.prototype, "endValue", { get: function () { return this.cs; }, set: function (a) { this.cs = a; this.j("EndValue"); }, enumerable: false, configurable: true }); Object.defineProperty(UserStripAnnotationDescription.prototype, "endLabel", { get: function () { return this.cx; }, set: function (a) { this.cx = a; this.j("EndLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(UserStripAnnotationDescription.prototype, "endLabelColor", { get: function () { return this.c0; }, set: function (a) { this.c0 = a; this.j("EndLabelColor"); }, enumerable: false, configurable: true }); Object.defineProperty(UserStripAnnotationDescription.prototype, "endLabelBackground", { get: function () { return this.cy; }, set: function (a) { this.cy = a; this.j("EndLabelBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(UserStripAnnotationDescription.prototype, "endLabelBorderColor", { get: function () { return this.cz; }, set: function (a) { this.cz = a; this.j("EndLabelBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(UserStripAnnotationDescription.prototype, "startValueDisplayMode", { get: function () { return this.c6; }, set: function (a) { this.c6 = a; this.j("StartValueDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(UserStripAnnotationDescription.prototype, "endValueDisplayMode", { get: function () { return this.c1; }, set: function (a) { this.c1 = a; this.j("EndValueDisplayMode"); }, enumerable: false, configurable: true }); UserStripAnnotationDescription.$t = markType(UserStripAnnotationDescription, 'UserStripAnnotationDescription', UserShapeAnnotationDescription.$); UserStripAnnotationDescription.__marshalByValue3 = true; UserStripAnnotationDescription.__marshalByValueAlias3 = "UserStripAnnotation"; return UserStripAnnotationDescription; }(UserShapeAnnotationDescription)); export { UserStripAnnotationDescription };