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