UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

160 lines (159 loc) 4.82 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 { constructor() { super(); this.gk = null; this.gi = null; this.gj = null; this.f4 = 0; this.f3 = 0; this.gh = null; this.gf = null; this.gd = null; this.gg = null; this.gb = null; this.ge = null; this.f2 = 0; this.gc = null; this.ga = null; this.f8 = null; this.f9 = null; this.gl = null; } get_type() { return "GeographicShapeSeries"; } get shapeStyleSelectorRef() { return this.gk; } set shapeStyleSelectorRef(a) { this.gk = a; this.j("ShapeStyleSelectorRef"); } get shapeFill() { return this.gi; } set shapeFill(a) { this.gi = a; this.j("ShapeFill"); } get shapeStroke() { return this.gj; } set shapeStroke(a) { this.gj = a; this.j("ShapeStroke"); } get shapeStrokeThickness() { return this.f4; } set shapeStrokeThickness(a) { this.f4 = a; this.j("ShapeStrokeThickness"); } get shapeOpacity() { return this.f3; } set shapeOpacity(a) { this.f3 = a; this.j("ShapeOpacity"); } get markerType() { return this.gh; } set markerType(a) { this.gh = a; this.j("MarkerType"); } get markerOutlineMode() { return this.gf; } set markerOutlineMode(a) { this.gf = a; this.j("MarkerOutlineMode"); } get markerFillMode() { return this.gd; } set markerFillMode(a) { this.gd = a; this.j("MarkerFillMode"); } get markerTemplateRef() { return this.gg; } set markerTemplateRef(a) { this.gg = a; this.j("MarkerTemplateRef"); } get markerBrush() { return this.gb; } set markerBrush(a) { this.gb = a; this.j("MarkerBrush"); } get markerOutline() { return this.ge; } set markerOutline(a) { this.ge = a; this.j("MarkerOutline"); } get markerThickness() { return this.f2; } set markerThickness(a) { this.f2 = a; this.j("MarkerThickness"); } get markerCollisionAvoidance() { return this.gc; } set markerCollisionAvoidance(a) { this.gc = a; this.j("MarkerCollisionAvoidance"); } get actualMarkerTemplateRef() { return this.ga; } set actualMarkerTemplateRef(a) { this.ga = a; this.j("ActualMarkerTemplateRef"); } get actualMarkerBrush() { return this.f8; } set actualMarkerBrush(a) { this.f8 = a; this.j("ActualMarkerBrush"); } get actualMarkerOutline() { return this.f9; } set actualMarkerOutline(a) { this.f9 = a; this.j("ActualMarkerOutline"); } get styleShapeRef() { return this.gl; } set styleShapeRef(a) { this.gl = a; this.j("StyleShapeRef"); } } GeographicShapeSeriesDescription.$t = markType(GeographicShapeSeriesDescription, 'GeographicShapeSeriesDescription', GeographicShapeSeriesBaseDescription.$); return GeographicShapeSeriesDescription; })();