mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-19 02:24:42 +08:00
128 lines
4.8 KiB
JavaScript
128 lines
4.8 KiB
JavaScript
// SVGFEDropShadowElement对象
|
|
|
|
bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"] = function SVGFEDropShadowElement() {
|
|
let arg = arguments[0];
|
|
if (arg != 'bobo') {
|
|
bodaEnv.toolsFunc.console_copy('SVGFEDropShadowElement 实例化对象 --->', bodaEnv.toolsFunc.stringify_bo(arguments, function (k, v) {
|
|
if (v == window) {
|
|
return 'window';
|
|
} else {
|
|
return v;
|
|
}
|
|
}));
|
|
}
|
|
;
|
|
};
|
|
bodaEnv.toolsFunc.safeProto(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"], "SVGFEDropShadowElement");
|
|
bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype.__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"].prototype;
|
|
bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"];
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "in1", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
in1() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "SVGFEDropShadowElement", "in1_get", arguments);
|
|
}
|
|
}.in1,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "dx", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
dx() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "SVGFEDropShadowElement", "dx_get", arguments);
|
|
}
|
|
}.dx,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "dy", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
dy() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "SVGFEDropShadowElement", "dy_get", arguments);
|
|
}
|
|
}.dy,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "stdDeviationX", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
stdDeviationX() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "SVGFEDropShadowElement", "stdDeviationX_get", arguments);
|
|
}
|
|
}.stdDeviationX,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "stdDeviationY", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
stdDeviationY() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "SVGFEDropShadowElement", "stdDeviationY_get", arguments);
|
|
}
|
|
}.stdDeviationY,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "x", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
x() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "SVGFEDropShadowElement", "x_get", arguments);
|
|
}
|
|
}.x,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "y", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
y() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "SVGFEDropShadowElement", "y_get", arguments);
|
|
}
|
|
}.y,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "width", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
width() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "SVGFEDropShadowElement", "width_get", arguments);
|
|
}
|
|
}.width,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "height", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
height() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "SVGFEDropShadowElement", "height_get", arguments);
|
|
}
|
|
}.height,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "result", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
result() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "SVGFEDropShadowElement", "result_get", arguments);
|
|
}
|
|
}.result,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "setStdDeviation", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
writable: true,
|
|
value: {
|
|
setStdDeviation() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDropShadowElement"].prototype, "SVGFEDropShadowElement", "setStdDeviation", arguments);
|
|
}
|
|
}.setStdDeviation
|
|
}); |