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

178 lines
6.6 KiB
JavaScript

// SVGFEDisplacementMapElement对象
bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"] = function SVGFEDisplacementMapElement() {
let arg = arguments[0];
if (arg != 'bobo') {
bodaEnv.toolsFunc.console_copy('SVGFEDisplacementMapElement 实例化对象 --->', bodaEnv.toolsFunc.stringify_bo(arguments, function (k, v) {
if (v == window) {
return 'window';
} else {
return v;
}
}));
}
;
};
bodaEnv.toolsFunc.safeProto(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"], "SVGFEDisplacementMapElement");
bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype.__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"].prototype;
bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"];
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"], "SVG_CHANNEL_A", {
configurable: false,
enumerable: true,
writable: false,
value: 4
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"], "SVG_CHANNEL_B", {
configurable: false,
enumerable: true,
writable: false,
value: 3
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"], "SVG_CHANNEL_G", {
configurable: false,
enumerable: true,
writable: false,
value: 2
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"], "SVG_CHANNEL_R", {
configurable: false,
enumerable: true,
writable: false,
value: 1
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"], "SVG_CHANNEL_UNKNOWN", {
configurable: false,
enumerable: true,
writable: false,
value: 0
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVG_CHANNEL_A", {
configurable: false,
enumerable: true,
writable: false,
value: 4
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVG_CHANNEL_B", {
configurable: false,
enumerable: true,
writable: false,
value: 3
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVG_CHANNEL_G", {
configurable: false,
enumerable: true,
writable: false,
value: 2
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVG_CHANNEL_R", {
configurable: false,
enumerable: true,
writable: false,
value: 1
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVG_CHANNEL_UNKNOWN", {
configurable: false,
enumerable: true,
writable: false,
value: 0
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "in1", {
configurable: true,
enumerable: true,
get: {
in1() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVGFEDisplacementMapElement", "in1_get", arguments);
}
}.in1,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "in2", {
configurable: true,
enumerable: true,
get: {
in2() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVGFEDisplacementMapElement", "in2_get", arguments);
}
}.in2,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "scale", {
configurable: true,
enumerable: true,
get: {
scale() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVGFEDisplacementMapElement", "scale_get", arguments);
}
}.scale,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "xChannelSelector", {
configurable: true,
enumerable: true,
get: {
xChannelSelector() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVGFEDisplacementMapElement", "xChannelSelector_get", arguments);
}
}.xChannelSelector,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "yChannelSelector", {
configurable: true,
enumerable: true,
get: {
yChannelSelector() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVGFEDisplacementMapElement", "yChannelSelector_get", arguments);
}
}.yChannelSelector,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "x", {
configurable: true,
enumerable: true,
get: {
x() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVGFEDisplacementMapElement", "x_get", arguments);
}
}.x,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "y", {
configurable: true,
enumerable: true,
get: {
y() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVGFEDisplacementMapElement", "y_get", arguments);
}
}.y,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "width", {
configurable: true,
enumerable: true,
get: {
width() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVGFEDisplacementMapElement", "width_get", arguments);
}
}.width,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "height", {
configurable: true,
enumerable: true,
get: {
height() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVGFEDisplacementMapElement", "height_get", arguments);
}
}.height,
set: undefined
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "result", {
configurable: true,
enumerable: true,
get: {
result() {
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEDisplacementMapElement"].prototype, "SVGFEDisplacementMapElement", "result_get", arguments);
}
}.result,
set: undefined
});