org.w3c.dom.svg

Interface SVGFEDisplacementMapElement

public interface SVGFEDisplacementMapElement extends SVGElement, SVGFilterPrimitiveStandardAttributes

Field Summary
static shortSVG_CHANNEL_A
static shortSVG_CHANNEL_B
static shortSVG_CHANNEL_G
static shortSVG_CHANNEL_R
static shortSVG_CHANNEL_UNKNOWN
Method Summary
SVGAnimatedStringgetIn1()
SVGAnimatedStringgetIn2()
SVGAnimatedNumbergetScale()
SVGAnimatedEnumerationgetXChannelSelector()
SVGAnimatedEnumerationgetYChannelSelector()

Field Detail

SVG_CHANNEL_A

public static final short SVG_CHANNEL_A

SVG_CHANNEL_B

public static final short SVG_CHANNEL_B

SVG_CHANNEL_G

public static final short SVG_CHANNEL_G

SVG_CHANNEL_R

public static final short SVG_CHANNEL_R

SVG_CHANNEL_UNKNOWN

public static final short SVG_CHANNEL_UNKNOWN

Method Detail

getIn1

public SVGAnimatedString getIn1()

getIn2

public SVGAnimatedString getIn2()

getScale

public SVGAnimatedNumber getScale()

getXChannelSelector

public SVGAnimatedEnumeration getXChannelSelector()

getYChannelSelector

public SVGAnimatedEnumeration getYChannelSelector()