Sign in
apache
/
xerces-j
/
refs/heads/xml-commons-external
/
.
/
src
/
org
/
w3c
/
dom
/
svg
/
SVGFEFloodElement.java
blob: 313097a2f203aa64d6f5c5265c9c76e56fdaf38f [
file
] [
log
] [
blame
]
package
org
.
w3c
.
dom
.
svg
;
public
interface
SVGFEFloodElement
extends
SVGElement
,
SVGFilterPrimitiveStandardAttributes
{
public
SVGAnimatedString
getIn1
(
);
}