mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-22 21:28:29 +08:00
200 lines
7.3 KiB
JavaScript
200 lines
7.3 KiB
JavaScript
// SVGFETurbulenceElement对象
|
|
|
|
bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"] = function SVGFETurbulenceElement() {
|
|
let arg = arguments[0];
|
|
if (arg != 'bobo') {
|
|
bodaEnv.toolsFunc.console_copy('SVGFETurbulenceElement 实例化对象 --->', bodaEnv.toolsFunc.stringify_bo(arguments, function (k, v) {
|
|
if (v == window) {
|
|
return 'window';
|
|
} else {
|
|
return v;
|
|
}
|
|
}));
|
|
}
|
|
;
|
|
};
|
|
bodaEnv.toolsFunc.safeProto(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"], "SVGFETurbulenceElement");
|
|
bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype.__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"].prototype;
|
|
bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"];
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"], "SVG_STITCHTYPE_NOSTITCH", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 2
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"], "SVG_STITCHTYPE_STITCH", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 1
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"], "SVG_STITCHTYPE_UNKNOWN", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 0
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"], "SVG_TURBULENCE_TYPE_TURBULENCE", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 2
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"], "SVG_TURBULENCE_TYPE_FRACTALNOISE", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 1
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"], "SVG_TURBULENCE_TYPE_UNKNOWN", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 0
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVG_STITCHTYPE_NOSTITCH", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 2
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVG_STITCHTYPE_STITCH", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 1
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVG_STITCHTYPE_UNKNOWN", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 0
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVG_TURBULENCE_TYPE_TURBULENCE", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 2
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVG_TURBULENCE_TYPE_FRACTALNOISE", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 1
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVG_TURBULENCE_TYPE_UNKNOWN", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 0
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "baseFrequencyX", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
baseFrequencyX() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVGFETurbulenceElement", "baseFrequencyX_get", arguments);
|
|
}
|
|
}.baseFrequencyX,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "baseFrequencyY", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
baseFrequencyY() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVGFETurbulenceElement", "baseFrequencyY_get", arguments);
|
|
}
|
|
}.baseFrequencyY,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "numOctaves", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
numOctaves() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVGFETurbulenceElement", "numOctaves_get", arguments);
|
|
}
|
|
}.numOctaves,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "seed", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
seed() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVGFETurbulenceElement", "seed_get", arguments);
|
|
}
|
|
}.seed,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "stitchTiles", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
stitchTiles() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVGFETurbulenceElement", "stitchTiles_get", arguments);
|
|
}
|
|
}.stitchTiles,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "type", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
type() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVGFETurbulenceElement", "type_get", arguments);
|
|
}
|
|
}.type,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "x", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
x() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVGFETurbulenceElement", "x_get", arguments);
|
|
}
|
|
}.x,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "y", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
y() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVGFETurbulenceElement", "y_get", arguments);
|
|
}
|
|
}.y,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "width", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
width() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVGFETurbulenceElement", "width_get", arguments);
|
|
}
|
|
}.width,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "height", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
height() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVGFETurbulenceElement", "height_get", arguments);
|
|
}
|
|
}.height,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "result", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
result() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFETurbulenceElement"].prototype, "SVGFETurbulenceElement", "result_get", arguments);
|
|
}
|
|
}.result,
|
|
set: undefined
|
|
}); |