UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

352 lines (351 loc) 11.4 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 { UserAxisAnnotationDescription } from "./UserAxisAnnotationDescription"; import { markType } from "./type"; /** * @hidden */ var UserShapeAnnotationDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(UserShapeAnnotationDescription, _super); function UserShapeAnnotationDescription() { var _this = _super.call(this) || this; _this.cc = null; _this.ca = null; _this.cb = null; _this.bl = 0; _this.bz = null; _this.b9 = null; _this.bh = 0; _this.bj = 0; _this.bi = 0; _this.bk = 0; _this.ba = 0; _this.b4 = null; _this.bf = 0; _this.b5 = null; _this.b0 = null; _this.bb = 0; _this.b1 = null; _this.b2 = null; _this.bc = 0; _this.be = 0; _this.bd = 0; _this.b3 = null; _this.a8 = false; _this.b6 = null; _this.bg = 0; _this.b7 = null; _this.b8 = null; return _this; } UserShapeAnnotationDescription.prototype.get_type = function () { return "UserShapeAnnotation"; }; Object.defineProperty(UserShapeAnnotationDescription.prototype, "valueDisplayMode", { get: function () { return this.cc; }, set: function (a) { this.cc = a; this.j("ValueDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "shapeBackground", { get: function () { return this.ca; }, set: function (a) { this.ca = a; this.j("ShapeBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "shapeOutline", { get: function () { return this.cb; }, set: function (a) { this.cb = a; this.j("ShapeOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "shapeThickness", { get: function () { return this.bl; }, set: function (a) { this.bl = a; this.j("ShapeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayText", { get: function () { return this.bz; }, set: function (a) { this.bz = a; this.j("OverlayText"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextLocation", { get: function () { return this.b9; }, set: function (a) { this.b9 = a; this.j("OverlayTextLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextHorizontalMargin", { get: function () { return this.bh; }, set: function (a) { this.bh = a; this.j("OverlayTextHorizontalMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextVerticalMargin", { get: function () { return this.bj; }, set: function (a) { this.bj = a; this.j("OverlayTextVerticalMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextHorizontalPadding", { get: function () { return this.bi; }, set: function (a) { this.bi = a; this.j("OverlayTextHorizontalPadding"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextVerticalPadding", { get: function () { return this.bk; }, set: function (a) { this.bk = a; this.j("OverlayTextVerticalPadding"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextAngle", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.j("OverlayTextAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextColor", { get: function () { return this.b4; }, set: function (a) { this.b4 = a; this.j("OverlayTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextColorShift", { get: function () { return this.bf; }, set: function (a) { this.bf = a; this.j("OverlayTextColorShift"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextColorMode", { get: function () { return this.b5; }, set: function (a) { this.b5 = a; this.j("OverlayTextColorMode"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextBackground", { get: function () { return this.b0; }, set: function (a) { this.b0 = a; this.j("OverlayTextBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextBackgroundShift", { get: function () { return this.bb; }, set: function (a) { this.bb = a; this.j("OverlayTextBackgroundShift"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextBackgroundMode", { get: function () { return this.b1; }, set: function (a) { this.b1 = a; this.j("OverlayTextBackgroundMode"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextBorderColor", { get: function () { return this.b2; }, set: function (a) { this.b2 = a; this.j("OverlayTextBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextBorderRadius", { get: function () { return this.bc; }, set: function (a) { this.bc = a; this.j("OverlayTextBorderRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextBorderThickness", { get: function () { return this.be; }, set: function (a) { this.be = a; this.j("OverlayTextBorderThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextBorderShift", { get: function () { return this.bd; }, set: function (a) { this.bd = a; this.j("OverlayTextBorderShift"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextBorderMode", { get: function () { return this.b3; }, set: function (a) { this.b3 = a; this.j("OverlayTextBorderMode"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextVisible", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.j("OverlayTextVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextFontFamily", { get: function () { return this.b6; }, set: function (a) { this.b6 = a; this.j("OverlayTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextFontSize", { get: function () { return this.bg; }, set: function (a) { this.bg = a; this.j("OverlayTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextFontStyle", { get: function () { return this.b7; }, set: function (a) { this.b7 = a; this.j("OverlayTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(UserShapeAnnotationDescription.prototype, "overlayTextFontWeight", { get: function () { return this.b8; }, set: function (a) { this.b8 = a; this.j("OverlayTextFontWeight"); }, enumerable: false, configurable: true }); UserShapeAnnotationDescription.$t = markType(UserShapeAnnotationDescription, 'UserShapeAnnotationDescription', UserAxisAnnotationDescription.$); UserShapeAnnotationDescription.__marshalByValue2 = true; UserShapeAnnotationDescription.__marshalByValueAlias2 = "UserShapeAnnotation"; return UserShapeAnnotationDescription; }(UserAxisAnnotationDescription)); export { UserShapeAnnotationDescription };