igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
302 lines (301 loc) • 9.56 kB
JavaScript
/*
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.fj = false;
_this.fk = false;
_this.ff = null;
_this.fh = false;
_this.f5 = null;
_this.f1 = null;
_this.ft = 0;
_this.fq = 0;
_this.f6 = null;
_this.f3 = null;
_this.f7 = null;
_this.f4 = null;
_this.fs = 0;
_this.fp = 0;
_this.fu = 0;
_this.fr = 0;
_this.e8 = null;
_this.e6 = null;
_this.e9 = null;
_this.e7 = null;
_this.e5 = null;
_this.f2 = null;
_this.fi = false;
return _this;
}
AnnotationLayerDescription.prototype.get_type = function () {
return "AnnotationLayer";
};
Object.defineProperty(AnnotationLayerDescription.prototype, "useIndex", {
get: function () {
return this.fj;
},
set: function (a) {
this.fj = a;
this.g("UseIndex");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "useLegend", {
get: function () {
return this.fk;
},
set: function (a) {
this.fk = a;
this.g("UseLegend");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "cursorPosition", {
get: function () {
return this.ff;
},
set: function (a) {
this.ff = a;
this.g("CursorPosition");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "isDefaultCrosshairDisabled", {
get: function () {
return this.fh;
},
set: function (a) {
this.fh = a;
this.g("IsDefaultCrosshairDisabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "appearanceMode", {
get: function () {
return this.f5;
},
set: function (a) {
this.f5 = a;
this.g("AppearanceMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "actualAppearanceMode", {
get: function () {
return this.f1;
},
set: function (a) {
this.f1 = a;
this.g("ActualAppearanceMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "shiftAmount", {
get: function () {
return this.ft;
},
set: function (a) {
this.ft = a;
this.g("ShiftAmount");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "actualShiftAmount", {
get: function () {
return this.fq;
},
set: function (a) {
this.fq = a;
this.g("ActualShiftAmount");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "horizontalAppearanceMode", {
get: function () {
return this.f6;
},
set: function (a) {
this.f6 = a;
this.g("HorizontalAppearanceMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "actualHorizontalAppearanceMode", {
get: function () {
return this.f3;
},
set: function (a) {
this.f3 = a;
this.g("ActualHorizontalAppearanceMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "verticalAppearanceMode", {
get: function () {
return this.f7;
},
set: function (a) {
this.f7 = a;
this.g("VerticalAppearanceMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "actualVerticalAppearanceMode", {
get: function () {
return this.f4;
},
set: function (a) {
this.f4 = a;
this.g("ActualVerticalAppearanceMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "horizontalShiftAmount", {
get: function () {
return this.fs;
},
set: function (a) {
this.fs = a;
this.g("HorizontalShiftAmount");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "actualHorizontalShiftAmount", {
get: function () {
return this.fp;
},
set: function (a) {
this.fp = a;
this.g("ActualHorizontalShiftAmount");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "verticalShiftAmount", {
get: function () {
return this.fu;
},
set: function (a) {
this.fu = a;
this.g("VerticalShiftAmount");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "actualVerticalShiftAmount", {
get: function () {
return this.fr;
},
set: function (a) {
this.fr = a;
this.g("ActualVerticalShiftAmount");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "horizontalDashArray", {
get: function () {
return this.e8;
},
set: function (a) {
this.e8 = a;
this.g("HorizontalDashArray");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "actualHorizontalDashArray", {
get: function () {
return this.e6;
},
set: function (a) {
this.e6 = a;
this.g("ActualHorizontalDashArray");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "verticalDashArray", {
get: function () {
return this.e9;
},
set: function (a) {
this.e9 = a;
this.g("VerticalDashArray");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "actualVerticalDashArray", {
get: function () {
return this.e7;
},
set: function (a) {
this.e7 = a;
this.g("ActualVerticalDashArray");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "actualDashArray", {
get: function () {
return this.e5;
},
set: function (a) {
this.e5 = a;
this.g("ActualDashArray");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "actualDashCap", {
get: function () {
return this.f2;
},
set: function (a) {
this.f2 = a;
this.g("ActualDashCap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(AnnotationLayerDescription.prototype, "shouldRenderAsOverlay", {
get: function () {
return this.fi;
},
set: function (a) {
this.fi = a;
this.g("ShouldRenderAsOverlay");
},
enumerable: false,
configurable: true
});
AnnotationLayerDescription.$t = markType(AnnotationLayerDescription, 'AnnotationLayerDescription', SeriesDescription.$);
return AnnotationLayerDescription;
}(SeriesDescription));
export { AnnotationLayerDescription };