|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
SVGFEDisplacementMapElement |
| Module: | svg |
| Inherits from: | |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
in1 |
readonly attribute SVGAnimatedString in1;
in2 |
readonly attribute SVGAnimatedString in2;
scale |
readonly attribute SVGAnimatedNumber scale;
SVG_CHANNEL_A |
const unsigned short SVG_CHANNEL_A = 4;
SVG_CHANNEL_B |
const unsigned short SVG_CHANNEL_B = 3;
SVG_CHANNEL_G |
const unsigned short SVG_CHANNEL_G = 2;
SVG_CHANNEL_R |
const unsigned short SVG_CHANNEL_R = 1;
SVG_CHANNEL_UNKNOWN |
const unsigned short SVG_CHANNEL_UNKNOWN = 0;
xChannelSelector |
readonly attribute SVGAnimatedEnumeration xChannelSelector;
yChannelSelector |
readonly attribute SVGAnimatedEnumeration yChannelSelector;
Last Updated: 2009-05-29