igniteui-react-core
Version:
Ignite UI React Core.
422 lines (421 loc) • 13.4 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.hr = false;
_this.ht = false;
_this.i3 = null;
_this.ic = 0;
_this.ie = 0;
_this.id = 0;
_this.ig = 0;
_this.h5 = 0;
_this.iy = null;
_this.iu = null;
_this.iw = null;
_this.h7 = 0;
_this.h9 = 0;
_this.hx = false;
_this.i4 = null;
_this.it = null;
_this.ia = 0;
_this.iz = null;
_this.hw = false;
_this.h6 = 0;
_this.iv = null;
_this.hu = false;
_this.h8 = 0;
_this.ix = null;
_this.hv = false;
_this.i0 = null;
_this.ib = 0;
_this.i1 = null;
_this.i2 = null;
_this.hs = false;
_this.i6 = null;
_this.i7 = null;
_this.i5 = null;
return _this;
}
DataAnnotationShapeLayerDescription.prototype.get_type = function () {
return "DataAnnotationShapeLayer";
};
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "annotationShapeVisible", {
get: function () {
return this.hr;
},
set: function (a) {
this.hr = a;
this.g("AnnotationShapeVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "itemsUseWorldCoordinates", {
get: function () {
return this.ht;
},
set: function (a) {
this.ht = a;
this.g("ItemsUseWorldCoordinates");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextLocation", {
get: function () {
return this.i3;
},
set: function (a) {
this.i3 = a;
this.g("OverlayTextLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextHorizontalMargin", {
get: function () {
return this.ic;
},
set: function (a) {
this.ic = a;
this.g("OverlayTextHorizontalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextVerticalMargin", {
get: function () {
return this.ie;
},
set: function (a) {
this.ie = a;
this.g("OverlayTextVerticalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextHorizontalPadding", {
get: function () {
return this.id;
},
set: function (a) {
this.id = a;
this.g("OverlayTextHorizontalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextVerticalPadding", {
get: function () {
return this.ig;
},
set: function (a) {
this.ig = a;
this.g("OverlayTextVerticalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextAngle", {
get: function () {
return this.h5;
},
set: function (a) {
this.h5 = a;
this.g("OverlayTextAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextColor", {
get: function () {
return this.iy;
},
set: function (a) {
this.iy = a;
this.g("OverlayTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBackground", {
get: function () {
return this.iu;
},
set: function (a) {
this.iu = a;
this.g("OverlayTextBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderColor", {
get: function () {
return this.iw;
},
set: function (a) {
this.iw = a;
this.g("OverlayTextBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderRadius", {
get: function () {
return this.h7;
},
set: function (a) {
this.h7 = a;
this.g("OverlayTextBorderRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderThickness", {
get: function () {
return this.h9;
},
set: function (a) {
this.h9 = a;
this.g("OverlayTextBorderThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextVisible", {
get: function () {
return this.hx;
},
set: function (a) {
this.hx = a;
this.g("OverlayTextVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextMemberPath", {
get: function () {
return this.i4;
},
set: function (a) {
this.i4 = a;
this.g("OverlayTextMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayText", {
get: function () {
return this.it;
},
set: function (a) {
this.it = a;
this.g("OverlayText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextColorShift", {
get: function () {
return this.ia;
},
set: function (a) {
this.ia = a;
this.g("OverlayTextColorShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextColorMode", {
get: function () {
return this.iz;
},
set: function (a) {
this.iz = a;
this.g("OverlayTextColorMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextColorMatchLayer", {
get: function () {
return this.hw;
},
set: function (a) {
this.hw = a;
this.g("OverlayTextColorMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBackgroundShift", {
get: function () {
return this.h6;
},
set: function (a) {
this.h6 = a;
this.g("OverlayTextBackgroundShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBackgroundMode", {
get: function () {
return this.iv;
},
set: function (a) {
this.iv = a;
this.g("OverlayTextBackgroundMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBackgroundMatchLayer", {
get: function () {
return this.hu;
},
set: function (a) {
this.hu = a;
this.g("OverlayTextBackgroundMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderShift", {
get: function () {
return this.h8;
},
set: function (a) {
this.h8 = a;
this.g("OverlayTextBorderShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderMode", {
get: function () {
return this.ix;
},
set: function (a) {
this.ix = a;
this.g("OverlayTextBorderMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextBorderMatchLayer", {
get: function () {
return this.hv;
},
set: function (a) {
this.hv = a;
this.g("OverlayTextBorderMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextFontFamily", {
get: function () {
return this.i0;
},
set: function (a) {
this.i0 = a;
this.g("OverlayTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextFontSize", {
get: function () {
return this.ib;
},
set: function (a) {
this.ib = a;
this.g("OverlayTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextFontStyle", {
get: function () {
return this.i1;
},
set: function (a) {
this.i1 = a;
this.g("OverlayTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "overlayTextFontWeight", {
get: function () {
return this.i2;
},
set: function (a) {
this.i2 = a;
this.g("OverlayTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "isTargetingHorizontalAxis", {
get: function () {
return this.hs;
},
set: function (a) {
this.hs = a;
this.g("IsTargetingHorizontalAxis");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "stylingOverlayTextRef", {
get: function () {
return this.i6;
},
set: function (a) {
this.i6 = a;
this.g("StylingOverlayTextRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "stylingShapeAnnotationRef", {
get: function () {
return this.i7;
},
set: function (a) {
this.i7 = a;
this.g("StylingShapeAnnotationRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationShapeLayerDescription.prototype, "stylingAxisAnnotationRef", {
get: function () {
return this.i5;
},
set: function (a) {
this.i5 = a;
this.g("StylingAxisAnnotationRef");
},
enumerable: false,
configurable: true
});
DataAnnotationShapeLayerDescription.$t = markType(DataAnnotationShapeLayerDescription, 'DataAnnotationShapeLayerDescription', DataAnnotationAxisLayerDescription.$);
return DataAnnotationShapeLayerDescription;
}(DataAnnotationAxisLayerDescription));
export { DataAnnotationShapeLayerDescription };