igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
242 lines (241 loc) • 7.43 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 { UserAxisAnnotationDescription } from "./UserAxisAnnotationDescription";
import { markType } from "./type";
/**
* @hidden
*/
export let UserShapeAnnotationDescription = /*@__PURE__*/ (() => {
class UserShapeAnnotationDescription extends UserAxisAnnotationDescription {
constructor() {
super();
this.cc = null;
this.ca = null;
this.cb = null;
this.bl = 0;
this.bz = null;
this.b9 = null;
this.bh = 0;
this.bj = 0;
this.bi = 0;
this.bk = 0;
this.ba = 0;
this.b4 = null;
this.bf = 0;
this.b5 = null;
this.b0 = null;
this.bb = 0;
this.b1 = null;
this.b2 = null;
this.bc = 0;
this.be = 0;
this.bd = 0;
this.b3 = null;
this.a8 = false;
this.b6 = null;
this.bg = 0;
this.b7 = null;
this.b8 = null;
}
get_type() {
return "UserShapeAnnotation";
}
get valueDisplayMode() {
return this.cc;
}
set valueDisplayMode(a) {
this.cc = a;
this.j("ValueDisplayMode");
}
get shapeBackground() {
return this.ca;
}
set shapeBackground(a) {
this.ca = a;
this.j("ShapeBackground");
}
get shapeOutline() {
return this.cb;
}
set shapeOutline(a) {
this.cb = a;
this.j("ShapeOutline");
}
get shapeThickness() {
return this.bl;
}
set shapeThickness(a) {
this.bl = a;
this.j("ShapeThickness");
}
get overlayText() {
return this.bz;
}
set overlayText(a) {
this.bz = a;
this.j("OverlayText");
}
get overlayTextLocation() {
return this.b9;
}
set overlayTextLocation(a) {
this.b9 = a;
this.j("OverlayTextLocation");
}
get overlayTextHorizontalMargin() {
return this.bh;
}
set overlayTextHorizontalMargin(a) {
this.bh = a;
this.j("OverlayTextHorizontalMargin");
}
get overlayTextVerticalMargin() {
return this.bj;
}
set overlayTextVerticalMargin(a) {
this.bj = a;
this.j("OverlayTextVerticalMargin");
}
get overlayTextHorizontalPadding() {
return this.bi;
}
set overlayTextHorizontalPadding(a) {
this.bi = a;
this.j("OverlayTextHorizontalPadding");
}
get overlayTextVerticalPadding() {
return this.bk;
}
set overlayTextVerticalPadding(a) {
this.bk = a;
this.j("OverlayTextVerticalPadding");
}
get overlayTextAngle() {
return this.ba;
}
set overlayTextAngle(a) {
this.ba = a;
this.j("OverlayTextAngle");
}
get overlayTextColor() {
return this.b4;
}
set overlayTextColor(a) {
this.b4 = a;
this.j("OverlayTextColor");
}
get overlayTextColorShift() {
return this.bf;
}
set overlayTextColorShift(a) {
this.bf = a;
this.j("OverlayTextColorShift");
}
get overlayTextColorMode() {
return this.b5;
}
set overlayTextColorMode(a) {
this.b5 = a;
this.j("OverlayTextColorMode");
}
get overlayTextBackground() {
return this.b0;
}
set overlayTextBackground(a) {
this.b0 = a;
this.j("OverlayTextBackground");
}
get overlayTextBackgroundShift() {
return this.bb;
}
set overlayTextBackgroundShift(a) {
this.bb = a;
this.j("OverlayTextBackgroundShift");
}
get overlayTextBackgroundMode() {
return this.b1;
}
set overlayTextBackgroundMode(a) {
this.b1 = a;
this.j("OverlayTextBackgroundMode");
}
get overlayTextBorderColor() {
return this.b2;
}
set overlayTextBorderColor(a) {
this.b2 = a;
this.j("OverlayTextBorderColor");
}
get overlayTextBorderRadius() {
return this.bc;
}
set overlayTextBorderRadius(a) {
this.bc = a;
this.j("OverlayTextBorderRadius");
}
get overlayTextBorderThickness() {
return this.be;
}
set overlayTextBorderThickness(a) {
this.be = a;
this.j("OverlayTextBorderThickness");
}
get overlayTextBorderShift() {
return this.bd;
}
set overlayTextBorderShift(a) {
this.bd = a;
this.j("OverlayTextBorderShift");
}
get overlayTextBorderMode() {
return this.b3;
}
set overlayTextBorderMode(a) {
this.b3 = a;
this.j("OverlayTextBorderMode");
}
get overlayTextVisible() {
return this.a8;
}
set overlayTextVisible(a) {
this.a8 = a;
this.j("OverlayTextVisible");
}
get overlayTextFontFamily() {
return this.b6;
}
set overlayTextFontFamily(a) {
this.b6 = a;
this.j("OverlayTextFontFamily");
}
get overlayTextFontSize() {
return this.bg;
}
set overlayTextFontSize(a) {
this.bg = a;
this.j("OverlayTextFontSize");
}
get overlayTextFontStyle() {
return this.b7;
}
set overlayTextFontStyle(a) {
this.b7 = a;
this.j("OverlayTextFontStyle");
}
get overlayTextFontWeight() {
return this.b8;
}
set overlayTextFontWeight(a) {
this.b8 = a;
this.j("OverlayTextFontWeight");
}
}
UserShapeAnnotationDescription.$t = markType(UserShapeAnnotationDescription, 'UserShapeAnnotationDescription', UserAxisAnnotationDescription.$);
UserShapeAnnotationDescription.__marshalByValue2 = true;
UserShapeAnnotationDescription.__marshalByValueAlias2 = "UserShapeAnnotation";
return UserShapeAnnotationDescription;
})();