igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
216 lines (215 loc) • 7.02 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 { DataAnnotationRangeLayerDescription } from "./DataAnnotationRangeLayerDescription";
import { markType } from "./type";
/**
* @hidden
*/
export let DataAnnotationPointLayerDescription = /*@__PURE__*/ (() => {
class DataAnnotationPointLayerDescription extends DataAnnotationRangeLayerDescription {
constructor() {
super();
this.le = null;
this.lf = null;
this.lb = null;
this.ld = null;
this.la = null;
this.lc = null;
this.k8 = null;
this.k9 = null;
this.k5 = null;
this.k7 = null;
this.k4 = null;
this.k6 = null;
this.k1 = null;
this.k3 = null;
this.k0 = null;
this.k2 = null;
this.ku = null;
this.kv = null;
this.ks = null;
this.kt = null;
this.ky = null;
this.kz = null;
this.kw = null;
this.kx = null;
}
get_type() {
return "DataAnnotationPointLayer";
}
get startValueXMemberPath() {
return this.le;
}
set startValueXMemberPath(a) {
this.le = a;
this.j("StartValueXMemberPath");
}
get startValueYMemberPath() {
return this.lf;
}
set startValueYMemberPath(a) {
this.lf = a;
this.j("StartValueYMemberPath");
}
get startLabelXMemberPath() {
return this.lb;
}
set startLabelXMemberPath(a) {
this.lb = a;
this.j("StartLabelXMemberPath");
}
get startLabelYMemberPath() {
return this.ld;
}
set startLabelYMemberPath(a) {
this.ld = a;
this.j("StartLabelYMemberPath");
}
get startLabelXDisplayMode() {
return this.la;
}
set startLabelXDisplayMode(a) {
this.la = a;
this.j("StartLabelXDisplayMode");
}
get startLabelYDisplayMode() {
return this.lc;
}
set startLabelYDisplayMode(a) {
this.lc = a;
this.j("StartLabelYDisplayMode");
}
get endValueXMemberPath() {
return this.k8;
}
set endValueXMemberPath(a) {
this.k8 = a;
this.j("EndValueXMemberPath");
}
get endValueYMemberPath() {
return this.k9;
}
set endValueYMemberPath(a) {
this.k9 = a;
this.j("EndValueYMemberPath");
}
get endLabelXMemberPath() {
return this.k5;
}
set endLabelXMemberPath(a) {
this.k5 = a;
this.j("EndLabelXMemberPath");
}
get endLabelYMemberPath() {
return this.k7;
}
set endLabelYMemberPath(a) {
this.k7 = a;
this.j("EndLabelYMemberPath");
}
get endLabelXDisplayMode() {
return this.k4;
}
set endLabelXDisplayMode(a) {
this.k4 = a;
this.j("EndLabelXDisplayMode");
}
get endLabelYDisplayMode() {
return this.k6;
}
set endLabelYDisplayMode(a) {
this.k6 = a;
this.j("EndLabelYDisplayMode");
}
get centerLabelXMemberPath() {
return this.k1;
}
set centerLabelXMemberPath(a) {
this.k1 = a;
this.j("CenterLabelXMemberPath");
}
get centerLabelYMemberPath() {
return this.k3;
}
set centerLabelYMemberPath(a) {
this.k3 = a;
this.j("CenterLabelYMemberPath");
}
get centerLabelXDisplayMode() {
return this.k0;
}
set centerLabelXDisplayMode(a) {
this.k0 = a;
this.j("CenterLabelXDisplayMode");
}
get centerLabelYDisplayMode() {
return this.k2;
}
set centerLabelYDisplayMode(a) {
this.k2 = a;
this.j("CenterLabelYDisplayMode");
}
get annotationBadgeEnabledXMemberPath() {
return this.ku;
}
set annotationBadgeEnabledXMemberPath(a) {
this.ku = a;
this.j("AnnotationBadgeEnabledXMemberPath");
}
get annotationBadgeEnabledYMemberPath() {
return this.kv;
}
set annotationBadgeEnabledYMemberPath(a) {
this.kv = a;
this.j("AnnotationBadgeEnabledYMemberPath");
}
get annotationBadgeBackgroundXMemberPath() {
return this.ks;
}
set annotationBadgeBackgroundXMemberPath(a) {
this.ks = a;
this.j("AnnotationBadgeBackgroundXMemberPath");
}
get annotationBadgeBackgroundYMemberPath() {
return this.kt;
}
set annotationBadgeBackgroundYMemberPath(a) {
this.kt = a;
this.j("AnnotationBadgeBackgroundYMemberPath");
}
get annotationBadgeOutlineXMemberPath() {
return this.ky;
}
set annotationBadgeOutlineXMemberPath(a) {
this.ky = a;
this.j("AnnotationBadgeOutlineXMemberPath");
}
get annotationBadgeOutlineYMemberPath() {
return this.kz;
}
set annotationBadgeOutlineYMemberPath(a) {
this.kz = a;
this.j("AnnotationBadgeOutlineYMemberPath");
}
get annotationBadgeImageXMemberPath() {
return this.kw;
}
set annotationBadgeImageXMemberPath(a) {
this.kw = a;
this.j("AnnotationBadgeImageXMemberPath");
}
get annotationBadgeImageYMemberPath() {
return this.kx;
}
set annotationBadgeImageYMemberPath(a) {
this.kx = a;
this.j("AnnotationBadgeImageYMemberPath");
}
}
DataAnnotationPointLayerDescription.$t = markType(DataAnnotationPointLayerDescription, 'DataAnnotationPointLayerDescription', DataAnnotationRangeLayerDescription.$);
return DataAnnotationPointLayerDescription;
})();