UNPKG

igniteui-react-core

Version:
208 lines (207 loc) 6.05 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 { SeriesDescription } from "./SeriesDescription"; import { markType } from "./type"; /** * @hidden */ export let AnnotationLayerDescription = /*@__PURE__*/ (() => { class AnnotationLayerDescription extends SeriesDescription { get_type() { return "AnnotationLayer"; } constructor() { super(); 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; } get useIndex() { return this.fj; } set useIndex(a) { this.fj = a; this.g("UseIndex"); } get useLegend() { return this.fk; } set useLegend(a) { this.fk = a; this.g("UseLegend"); } get cursorPosition() { return this.ff; } set cursorPosition(a) { this.ff = a; this.g("CursorPosition"); } get isDefaultCrosshairDisabled() { return this.fh; } set isDefaultCrosshairDisabled(a) { this.fh = a; this.g("IsDefaultCrosshairDisabled"); } get appearanceMode() { return this.f5; } set appearanceMode(a) { this.f5 = a; this.g("AppearanceMode"); } get actualAppearanceMode() { return this.f1; } set actualAppearanceMode(a) { this.f1 = a; this.g("ActualAppearanceMode"); } get shiftAmount() { return this.ft; } set shiftAmount(a) { this.ft = a; this.g("ShiftAmount"); } get actualShiftAmount() { return this.fq; } set actualShiftAmount(a) { this.fq = a; this.g("ActualShiftAmount"); } get horizontalAppearanceMode() { return this.f6; } set horizontalAppearanceMode(a) { this.f6 = a; this.g("HorizontalAppearanceMode"); } get actualHorizontalAppearanceMode() { return this.f3; } set actualHorizontalAppearanceMode(a) { this.f3 = a; this.g("ActualHorizontalAppearanceMode"); } get verticalAppearanceMode() { return this.f7; } set verticalAppearanceMode(a) { this.f7 = a; this.g("VerticalAppearanceMode"); } get actualVerticalAppearanceMode() { return this.f4; } set actualVerticalAppearanceMode(a) { this.f4 = a; this.g("ActualVerticalAppearanceMode"); } get horizontalShiftAmount() { return this.fs; } set horizontalShiftAmount(a) { this.fs = a; this.g("HorizontalShiftAmount"); } get actualHorizontalShiftAmount() { return this.fp; } set actualHorizontalShiftAmount(a) { this.fp = a; this.g("ActualHorizontalShiftAmount"); } get verticalShiftAmount() { return this.fu; } set verticalShiftAmount(a) { this.fu = a; this.g("VerticalShiftAmount"); } get actualVerticalShiftAmount() { return this.fr; } set actualVerticalShiftAmount(a) { this.fr = a; this.g("ActualVerticalShiftAmount"); } get horizontalDashArray() { return this.e8; } set horizontalDashArray(a) { this.e8 = a; this.g("HorizontalDashArray"); } get actualHorizontalDashArray() { return this.e6; } set actualHorizontalDashArray(a) { this.e6 = a; this.g("ActualHorizontalDashArray"); } get verticalDashArray() { return this.e9; } set verticalDashArray(a) { this.e9 = a; this.g("VerticalDashArray"); } get actualVerticalDashArray() { return this.e7; } set actualVerticalDashArray(a) { this.e7 = a; this.g("ActualVerticalDashArray"); } get actualDashArray() { return this.e5; } set actualDashArray(a) { this.e5 = a; this.g("ActualDashArray"); } get actualDashCap() { return this.f2; } set actualDashCap(a) { this.f2 = a; this.g("ActualDashCap"); } get shouldRenderAsOverlay() { return this.fi; } set shouldRenderAsOverlay(a) { this.fi = a; this.g("ShouldRenderAsOverlay"); } } AnnotationLayerDescription.$t = /*@__PURE__*/ markType(AnnotationLayerDescription, 'AnnotationLayerDescription', SeriesDescription.$); return AnnotationLayerDescription; })();