boda_jsEnv/bodaEnv/env/SVGFEGaussianBlurElement.js
xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

108 lines
4.2 KiB
JavaScript

// SVGFEGaussianBlurElement对象
bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"] = function SVGFEGaussianBlurElement() {
let arg = arguments[0];
if (arg != 'bobo') {
bodaEnv.toolsFunc.console_copy('SVGFEGaussianBlurElement 实例化对象 --->', bodaEnv.toolsFunc.stringify_bo(arguments, function (k, v) {
if (v == window) {
return 'window';
} else {
return v;
}
}));
}
;
};
bodaEnv.toolsFunc.safeProto(bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"], "SVGFEGaussianBlurElement");
bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype.__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"].prototype;
bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"];
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "in1", {
configurable: true,
enumerable: true,
get: {
in1() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "SVGFEGaussianBlurElement", "in1_get", arguments);
}
}.in1,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "stdDeviationX", {
configurable: true,
enumerable: true,
get: {
stdDeviationX() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "SVGFEGaussianBlurElement", "stdDeviationX_get", arguments);
}
}.stdDeviationX,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "stdDeviationY", {
configurable: true,
enumerable: true,
get: {
stdDeviationY() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "SVGFEGaussianBlurElement", "stdDeviationY_get", arguments);
}
}.stdDeviationY,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "x", {
configurable: true,
enumerable: true,
get: {
x() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "SVGFEGaussianBlurElement", "x_get", arguments);
}
}.x,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "y", {
configurable: true,
enumerable: true,
get: {
y() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "SVGFEGaussianBlurElement", "y_get", arguments);
}
}.y,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "width", {
configurable: true,
enumerable: true,
get: {
width() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "SVGFEGaussianBlurElement", "width_get", arguments);
}
}.width,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "height", {
configurable: true,
enumerable: true,
get: {
height() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "SVGFEGaussianBlurElement", "height_get", arguments);
}
}.height,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "result", {
configurable: true,
enumerable: true,
get: {
result() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "SVGFEGaussianBlurElement", "result_get", arguments);
}
}.result,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "setStdDeviation", {
configurable: true,
enumerable: true,
writable: true,
value: {
setStdDeviation() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEGaussianBlurElement"].prototype, "SVGFEGaussianBlurElement", "setStdDeviation", arguments);
}
}.setStdDeviation
});