igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
422 lines (421 loc) • 13.8 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 { DataAnnotationAxisLayerDescription } from "./DataAnnotationAxisLayerDescription";
import { markType } from "./type";
/**
* @hidden
*/
var DataAnnotationShapeLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataAnnotationShapeLayerDescription, _super);
function DataAnnotationShapeLayerDescription() {
var _this = _super.call(this) || this;
_this.ie = false;
_this.ih = false;
_this.jq = null;
_this.i1 = 0;
_this.i3 = 0;
_this.i2 = 0;
_this.i4 = 0;
_this.iu = 0;
_this.jl = null;
_this.jh = null;
_this.jj = null;
_this.iw = 0;
_this.iy = 0;
_this.il = false;
_this.jr = null;
_this.jg = null;
_this.iz = 0;
_this.jm = null;
_this.ik = false;
_this.iv = 0;
_this.ji = null;
_this.ii = false;
_this.ix = 0;
_this.jk = null;
_this.ij = false;
_this.jn = null;
_this.i0 = 0;
_this.jo = null;
_this.jp = null;
_this.ig = false;
_this.jt = null;
_this.ju = null;
_this.js = null;
return _this;
}
DataAnnotationShapeLayerDescription.prototype.get_type = function () {
return "DataAnnotationShapeLayer";
};
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "annotationShapeVisible", {
get: function () {
return this.ie;
},
set: function (a) {
this.ie = a;
this.j("AnnotationShapeVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "itemsUseWorldCoordinates", {
get: function () {
return this.ih;
},
set: function (a) {
this.ih = a;
this.j("ItemsUseWorldCoordinates");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextLocation", {
get: function () {
return this.jq;
},
set: function (a) {
this.jq = a;
this.j("OverlayTextLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextHorizontalMargin", {
get: function () {
return this.i1;
},
set: function (a) {
this.i1 = a;
this.j("OverlayTextHorizontalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextVerticalMargin", {
get: function () {
return this.i3;
},
set: function (a) {
this.i3 = a;
this.j("OverlayTextVerticalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextHorizontalPadding", {
get: function () {
return this.i2;
},
set: function (a) {
this.i2 = a;
this.j("OverlayTextHorizontalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextVerticalPadding", {
get: function () {
return this.i4;
},
set: function (a) {
this.i4 = a;
this.j("OverlayTextVerticalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextAngle", {
get: function () {
return this.iu;
},
set: function (a) {
this.iu = a;
this.j("OverlayTextAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextColor", {
get: function () {
return this.jl;
},
set: function (a) {
this.jl = a;
this.j("OverlayTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBackground", {
get: function () {
return this.jh;
},
set: function (a) {
this.jh = a;
this.j("OverlayTextBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderColor", {
get: function () {
return this.jj;
},
set: function (a) {
this.jj = a;
this.j("OverlayTextBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderRadius", {
get: function () {
return this.iw;
},
set: function (a) {
this.iw = a;
this.j("OverlayTextBorderRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderThickness", {
get: function () {
return this.iy;
},
set: function (a) {
this.iy = a;
this.j("OverlayTextBorderThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextVisible", {
get: function () {
return this.il;
},
set: function (a) {
this.il = a;
this.j("OverlayTextVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextMemberPath", {
get: function () {
return this.jr;
},
set: function (a) {
this.jr = a;
this.j("OverlayTextMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayText", {
get: function () {
return this.jg;
},
set: function (a) {
this.jg = a;
this.j("OverlayText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextColorShift", {
get: function () {
return this.iz;
},
set: function (a) {
this.iz = a;
this.j("OverlayTextColorShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextColorMode", {
get: function () {
return this.jm;
},
set: function (a) {
this.jm = a;
this.j("OverlayTextColorMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextColorMatchLayer", {
get: function () {
return this.ik;
},
set: function (a) {
this.ik = a;
this.j("OverlayTextColorMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBackgroundShift", {
get: function () {
return this.iv;
},
set: function (a) {
this.iv = a;
this.j("OverlayTextBackgroundShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBackgroundMode", {
get: function () {
return this.ji;
},
set: function (a) {
this.ji = a;
this.j("OverlayTextBackgroundMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBackgroundMatchLayer", {
get: function () {
return this.ii;
},
set: function (a) {
this.ii = a;
this.j("OverlayTextBackgroundMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderShift", {
get: function () {
return this.ix;
},
set: function (a) {
this.ix = a;
this.j("OverlayTextBorderShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderMode", {
get: function () {
return this.jk;
},
set: function (a) {
this.jk = a;
this.j("OverlayTextBorderMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderMatchLayer", {
get: function () {
return this.ij;
},
set: function (a) {
this.ij = a;
this.j("OverlayTextBorderMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextFontFamily", {
get: function () {
return this.jn;
},
set: function (a) {
this.jn = a;
this.j("OverlayTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextFontSize", {
get: function () {
return this.i0;
},
set: function (a) {
this.i0 = a;
this.j("OverlayTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextFontStyle", {
get: function () {
return this.jo;
},
set: function (a) {
this.jo = a;
this.j("OverlayTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextFontWeight", {
get: function () {
return this.jp;
},
set: function (a) {
this.jp = a;
this.j("OverlayTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "isTargetingHorizontalAxis", {
get: function () {
return this.ig;
},
set: function (a) {
this.ig = a;
this.j("IsTargetingHorizontalAxis");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "stylingOverlayTextRef", {
get: function () {
return this.jt;
},
set: function (a) {
this.jt = a;
this.j("StylingOverlayTextRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "stylingShapeAnnotationRef", {
get: function () {
return this.ju;
},
set: function (a) {
this.ju = a;
this.j("StylingShapeAnnotationRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "stylingAxisAnnotationRef", {
get: function () {
return this.js;
},
set: function (a) {
this.js = a;
this.j("StylingAxisAnnotationRef");
},
enumerable: false,
configurable: true
});
DataAnnotationShapeLayerDescription.$t = markType(DataAnnotationShapeLayerDescription, 'DataAnnotationShapeLayerDescription', DataAnnotationAxisLayerDescription.$);
return DataAnnotationShapeLayerDescription;
}(DataAnnotationAxisLayerDescription));
export { DataAnnotationShapeLayerDescription };