Sign in
apache
/
xerces-j
/
refs/heads/xml-commons-external
/
.
/
src
/
org
/
w3c
/
dom
/
svg
/
SVGFEPointLightElement.java
blob: cec24b20473fa977c5a270c0db7815e1ab54f624 [
file
] [
log
] [
blame
]
package
org
.
w3c
.
dom
.
svg
;
public
interface
SVGFEPointLightElement
extends
SVGElement
{
public
SVGAnimatedNumber
getX
(
);
public
SVGAnimatedNumber
getY
(
);
public
SVGAnimatedNumber
getZ
(
);
}