UNPKG

igniteui-react-core

Version:
160 lines (159 loc) 4.67 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 { GeographicShapeSeriesBaseDescription } from "./GeographicShapeSeriesBaseDescription"; import { markType } from "./type"; /** * @hidden */ export let GeographicShapeSeriesDescription = /*@__PURE__*/ (() => { class GeographicShapeSeriesDescription extends GeographicShapeSeriesBaseDescription { get_type() { return "GeographicShapeSeries"; } constructor() { super(); this.gh = null; this.gf = null; this.gg = null; this.f1 = 0; this.f0 = 0; this.ge = null; this.gc = null; this.ga = null; this.gd = null; this.f8 = null; this.gb = null; this.fz = 0; this.f9 = null; this.f7 = null; this.f5 = null; this.f6 = null; this.gi = null; } get shapeStyleSelectorRef() { return this.gh; } set shapeStyleSelectorRef(a) { this.gh = a; this.g("ShapeStyleSelectorRef"); } get shapeFill() { return this.gf; } set shapeFill(a) { this.gf = a; this.g("ShapeFill"); } get shapeStroke() { return this.gg; } set shapeStroke(a) { this.gg = a; this.g("ShapeStroke"); } get shapeStrokeThickness() { return this.f1; } set shapeStrokeThickness(a) { this.f1 = a; this.g("ShapeStrokeThickness"); } get shapeOpacity() { return this.f0; } set shapeOpacity(a) { this.f0 = a; this.g("ShapeOpacity"); } get markerType() { return this.ge; } set markerType(a) { this.ge = a; this.g("MarkerType"); } get markerOutlineMode() { return this.gc; } set markerOutlineMode(a) { this.gc = a; this.g("MarkerOutlineMode"); } get markerFillMode() { return this.ga; } set markerFillMode(a) { this.ga = a; this.g("MarkerFillMode"); } get markerTemplateRef() { return this.gd; } set markerTemplateRef(a) { this.gd = a; this.g("MarkerTemplateRef"); } get markerBrush() { return this.f8; } set markerBrush(a) { this.f8 = a; this.g("MarkerBrush"); } get markerOutline() { return this.gb; } set markerOutline(a) { this.gb = a; this.g("MarkerOutline"); } get markerThickness() { return this.fz; } set markerThickness(a) { this.fz = a; this.g("MarkerThickness"); } get markerCollisionAvoidance() { return this.f9; } set markerCollisionAvoidance(a) { this.f9 = a; this.g("MarkerCollisionAvoidance"); } get actualMarkerTemplateRef() { return this.f7; } set actualMarkerTemplateRef(a) { this.f7 = a; this.g("ActualMarkerTemplateRef"); } get actualMarkerBrush() { return this.f5; } set actualMarkerBrush(a) { this.f5 = a; this.g("ActualMarkerBrush"); } get actualMarkerOutline() { return this.f6; } set actualMarkerOutline(a) { this.f6 = a; this.g("ActualMarkerOutline"); } get styleShapeRef() { return this.gi; } set styleShapeRef(a) { this.gi = a; this.g("StyleShapeRef"); } } GeographicShapeSeriesDescription.$t = /*@__PURE__*/ markType(GeographicShapeSeriesDescription, 'GeographicShapeSeriesDescription', GeographicShapeSeriesBaseDescription.$); return GeographicShapeSeriesDescription; })();