UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

314 lines (313 loc) 9.94 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 { SeriesDescription } from "./SeriesDescription"; import { markType } from "./type"; /** * @hidden */ var AnnotationLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AnnotationLayerDescription, _super); function AnnotationLayerDescription() { var _this = _super.call(this) || this; _this.fp = false; _this.fq = false; _this.fk = null; _this.fm = false; _this.fn = false; _this.gc = null; _this.f8 = null; _this.f0 = 0; _this.fx = 0; _this.gd = null; _this.ga = null; _this.ge = null; _this.gb = null; _this.fz = 0; _this.fw = 0; _this.f1 = 0; _this.fy = 0; _this.fd = null; _this.fb = null; _this.fe = null; _this.fc = null; _this.fa = null; _this.f9 = null; _this.fo = false; return _this; } AnnotationLayerDescription.prototype.get_type = function () { return "AnnotationLayer"; }; Object.defineProperty(AnnotationLayerDescription.prototype, "useIndex", { get: function () { return this.fp; }, set: function (a) { this.fp = a; this.j("UseIndex"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "useLegend", { get: function () { return this.fq; }, set: function (a) { this.fq = a; this.j("UseLegend"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "cursorPosition", { get: function () { return this.fk; }, set: function (a) { this.fk = a; this.j("CursorPosition"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "cursorPositionUpdatesOnMove", { get: function () { return this.fm; }, set: function (a) { this.fm = a; this.j("CursorPositionUpdatesOnMove"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "isDefaultCrosshairDisabled", { get: function () { return this.fn; }, set: function (a) { this.fn = a; this.j("IsDefaultCrosshairDisabled"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "appearanceMode", { get: function () { return this.gc; }, set: function (a) { this.gc = a; this.j("AppearanceMode"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "actualAppearanceMode", { get: function () { return this.f8; }, set: function (a) { this.f8 = a; this.j("ActualAppearanceMode"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "shiftAmount", { get: function () { return this.f0; }, set: function (a) { this.f0 = a; this.j("ShiftAmount"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "actualShiftAmount", { get: function () { return this.fx; }, set: function (a) { this.fx = a; this.j("ActualShiftAmount"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "horizontalAppearanceMode", { get: function () { return this.gd; }, set: function (a) { this.gd = a; this.j("HorizontalAppearanceMode"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "actualHorizontalAppearanceMode", { get: function () { return this.ga; }, set: function (a) { this.ga = a; this.j("ActualHorizontalAppearanceMode"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "verticalAppearanceMode", { get: function () { return this.ge; }, set: function (a) { this.ge = a; this.j("VerticalAppearanceMode"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "actualVerticalAppearanceMode", { get: function () { return this.gb; }, set: function (a) { this.gb = a; this.j("ActualVerticalAppearanceMode"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "horizontalShiftAmount", { get: function () { return this.fz; }, set: function (a) { this.fz = a; this.j("HorizontalShiftAmount"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "actualHorizontalShiftAmount", { get: function () { return this.fw; }, set: function (a) { this.fw = a; this.j("ActualHorizontalShiftAmount"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "verticalShiftAmount", { get: function () { return this.f1; }, set: function (a) { this.f1 = a; this.j("VerticalShiftAmount"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "actualVerticalShiftAmount", { get: function () { return this.fy; }, set: function (a) { this.fy = a; this.j("ActualVerticalShiftAmount"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "horizontalDashArray", { get: function () { return this.fd; }, set: function (a) { this.fd = a; this.j("HorizontalDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "actualHorizontalDashArray", { get: function () { return this.fb; }, set: function (a) { this.fb = a; this.j("ActualHorizontalDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "verticalDashArray", { get: function () { return this.fe; }, set: function (a) { this.fe = a; this.j("VerticalDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "actualVerticalDashArray", { get: function () { return this.fc; }, set: function (a) { this.fc = a; this.j("ActualVerticalDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "actualDashArray", { get: function () { return this.fa; }, set: function (a) { this.fa = a; this.j("ActualDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "actualDashCap", { get: function () { return this.f9; }, set: function (a) { this.f9 = a; this.j("ActualDashCap"); }, enumerable: false, configurable: true }); Object.defineProperty(AnnotationLayerDescription.prototype, "shouldRenderAsOverlay", { get: function () { return this.fo; }, set: function (a) { this.fo = a; this.j("ShouldRenderAsOverlay"); }, enumerable: false, configurable: true }); AnnotationLayerDescription.$t = markType(AnnotationLayerDescription, 'AnnotationLayerDescription', SeriesDescription.$); return AnnotationLayerDescription; }(SeriesDescription)); export { AnnotationLayerDescription };