igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
160 lines (159 loc) • 4.82 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 { GeographicShapeSeriesBaseDescription } from "./GeographicShapeSeriesBaseDescription";
import { markType } from "./type";
/**
* @hidden
*/
export let GeographicShapeSeriesDescription = /*@__PURE__*/ (() => {
class GeographicShapeSeriesDescription extends GeographicShapeSeriesBaseDescription {
constructor() {
super();
this.eb = null;
this.d9 = null;
this.ea = null;
this.dv = 0;
this.du = 0;
this.d8 = null;
this.d6 = null;
this.d4 = null;
this.d7 = null;
this.d2 = null;
this.d5 = null;
this.dt = 0;
this.d3 = null;
this.d1 = null;
this.dz = null;
this.d0 = null;
this.ec = null;
}
get_type() {
return "GeographicShapeSeries";
}
get shapeStyleSelectorRef() {
return this.eb;
}
set shapeStyleSelectorRef(a) {
this.eb = a;
this.e("ShapeStyleSelectorRef");
}
get shapeFill() {
return this.d9;
}
set shapeFill(a) {
this.d9 = a;
this.e("ShapeFill");
}
get shapeStroke() {
return this.ea;
}
set shapeStroke(a) {
this.ea = a;
this.e("ShapeStroke");
}
get shapeStrokeThickness() {
return this.dv;
}
set shapeStrokeThickness(a) {
this.dv = a;
this.e("ShapeStrokeThickness");
}
get shapeOpacity() {
return this.du;
}
set shapeOpacity(a) {
this.du = a;
this.e("ShapeOpacity");
}
get markerType() {
return this.d8;
}
set markerType(a) {
this.d8 = a;
this.e("MarkerType");
}
get markerOutlineMode() {
return this.d6;
}
set markerOutlineMode(a) {
this.d6 = a;
this.e("MarkerOutlineMode");
}
get markerFillMode() {
return this.d4;
}
set markerFillMode(a) {
this.d4 = a;
this.e("MarkerFillMode");
}
get markerTemplateRef() {
return this.d7;
}
set markerTemplateRef(a) {
this.d7 = a;
this.e("MarkerTemplateRef");
}
get markerBrush() {
return this.d2;
}
set markerBrush(a) {
this.d2 = a;
this.e("MarkerBrush");
}
get markerOutline() {
return this.d5;
}
set markerOutline(a) {
this.d5 = a;
this.e("MarkerOutline");
}
get markerThickness() {
return this.dt;
}
set markerThickness(a) {
this.dt = a;
this.e("MarkerThickness");
}
get markerCollisionAvoidance() {
return this.d3;
}
set markerCollisionAvoidance(a) {
this.d3 = a;
this.e("MarkerCollisionAvoidance");
}
get actualMarkerTemplateRef() {
return this.d1;
}
set actualMarkerTemplateRef(a) {
this.d1 = a;
this.e("ActualMarkerTemplateRef");
}
get actualMarkerBrush() {
return this.dz;
}
set actualMarkerBrush(a) {
this.dz = a;
this.e("ActualMarkerBrush");
}
get actualMarkerOutline() {
return this.d0;
}
set actualMarkerOutline(a) {
this.d0 = a;
this.e("ActualMarkerOutline");
}
get styleShapeRef() {
return this.ec;
}
set styleShapeRef(a) {
this.ec = a;
this.e("StyleShapeRef");
}
}
GeographicShapeSeriesDescription.$t = markType(GeographicShapeSeriesDescription, 'GeographicShapeSeriesDescription', GeographicShapeSeriesBaseDescription.$);
return GeographicShapeSeriesDescription;
})();