mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-23 06:49:27 +08:00
144 lines
5.3 KiB
JavaScript
144 lines
5.3 KiB
JavaScript
// SVGFEMorphologyElement对象
|
|
|
|
bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"] = function SVGFEMorphologyElement() {
|
|
let arg = arguments[0];
|
|
if (arg != 'bobo') {
|
|
bodaEnv.toolsFunc.console_copy('SVGFEMorphologyElement 实例化对象 --->', bodaEnv.toolsFunc.stringify_bo(arguments, function (k, v) {
|
|
if (v == window) {
|
|
return 'window';
|
|
} else {
|
|
return v;
|
|
}
|
|
}));
|
|
}
|
|
;
|
|
};
|
|
bodaEnv.toolsFunc.safeProto(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"], "SVGFEMorphologyElement");
|
|
bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype.__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"].prototype;
|
|
bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"];
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"], "SVG_MORPHOLOGY_OPERATOR_DILATE", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 2
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"], "SVG_MORPHOLOGY_OPERATOR_ERODE", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 1
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"], "SVG_MORPHOLOGY_OPERATOR_UNKNOWN", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 0
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVG_MORPHOLOGY_OPERATOR_DILATE", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 2
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVG_MORPHOLOGY_OPERATOR_ERODE", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 1
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVG_MORPHOLOGY_OPERATOR_UNKNOWN", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 0
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "in1", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
in1() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVGFEMorphologyElement", "in1_get", arguments);
|
|
}
|
|
}.in1,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "operator", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
operator() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVGFEMorphologyElement", "operator_get", arguments);
|
|
}
|
|
}.operator,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "radiusX", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
radiusX() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVGFEMorphologyElement", "radiusX_get", arguments);
|
|
}
|
|
}.radiusX,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "radiusY", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
radiusY() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVGFEMorphologyElement", "radiusY_get", arguments);
|
|
}
|
|
}.radiusY,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "x", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
x() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVGFEMorphologyElement", "x_get", arguments);
|
|
}
|
|
}.x,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "y", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
y() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVGFEMorphologyElement", "y_get", arguments);
|
|
}
|
|
}.y,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "width", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
width() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVGFEMorphologyElement", "width_get", arguments);
|
|
}
|
|
}.width,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "height", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
height() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVGFEMorphologyElement", "height_get", arguments);
|
|
}
|
|
}.height,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "result", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
result() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFEMorphologyElement"].prototype, "SVGFEMorphologyElement", "result_get", arguments);
|
|
}
|
|
}.result,
|
|
set: undefined
|
|
}); |