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

128 lines
5.2 KiB
JavaScript

// SVGFESpecularLightingElement对象
bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"] = function SVGFESpecularLightingElement() {
let arg = arguments[0];
if (arg != 'bobo') {
bodaEnv.toolsFunc.console_copy('SVGFESpecularLightingElement 实例化对象 --->', bodaEnv.toolsFunc.stringify_bo(arguments, function (k, v) {
if (v == window) {
return 'window';
} else {
return v;
}
}));
}
;
};
bodaEnv.toolsFunc.safeProto(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"], "SVGFESpecularLightingElement");
bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype.__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"].prototype;
bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"];
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "in1", {
configurable: true,
enumerable: true,
get: {
in1() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "SVGFESpecularLightingElement", "in1_get", arguments);
}
}.in1,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "surfaceScale", {
configurable: true,
enumerable: true,
get: {
surfaceScale() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "SVGFESpecularLightingElement", "surfaceScale_get", arguments);
}
}.surfaceScale,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "specularConstant", {
configurable: true,
enumerable: true,
get: {
specularConstant() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "SVGFESpecularLightingElement", "specularConstant_get", arguments);
}
}.specularConstant,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "specularExponent", {
configurable: true,
enumerable: true,
get: {
specularExponent() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "SVGFESpecularLightingElement", "specularExponent_get", arguments);
}
}.specularExponent,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "kernelUnitLengthX", {
configurable: true,
enumerable: true,
get: {
kernelUnitLengthX() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "SVGFESpecularLightingElement", "kernelUnitLengthX_get", arguments);
}
}.kernelUnitLengthX,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "kernelUnitLengthY", {
configurable: true,
enumerable: true,
get: {
kernelUnitLengthY() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "SVGFESpecularLightingElement", "kernelUnitLengthY_get", arguments);
}
}.kernelUnitLengthY,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "x", {
configurable: true,
enumerable: true,
get: {
x() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "SVGFESpecularLightingElement", "x_get", arguments);
}
}.x,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "y", {
configurable: true,
enumerable: true,
get: {
y() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "SVGFESpecularLightingElement", "y_get", arguments);
}
}.y,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "width", {
configurable: true,
enumerable: true,
get: {
width() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "SVGFESpecularLightingElement", "width_get", arguments);
}
}.width,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "height", {
configurable: true,
enumerable: true,
get: {
height() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "SVGFESpecularLightingElement", "height_get", arguments);
}
}.height,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "result", {
configurable: true,
enumerable: true,
get: {
result() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFESpecularLightingElement"].prototype, "SVGFESpecularLightingElement", "result_get", arguments);
}
}.result,
set: undefined
});