All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.w3c.dom.svg.SVGFESpotLightElement Maven / Gradle / Ivy

There is a newer version: 0.4.3
Show newest version

package org.w3c.dom.svg;

public interface SVGFESpotLightElement extends 
               SVGElement {
  public SVGAnimatedNumber getX( );
  public SVGAnimatedNumber getY( );
  public SVGAnimatedNumber getZ( );
  public SVGAnimatedNumber getPointsAtX( );
  public SVGAnimatedNumber getPointsAtY( );
  public SVGAnimatedNumber getPointsAtZ( );
  public SVGAnimatedNumber getSpecularExponent( );
  public SVGAnimatedNumber getLimitingConeAngle( );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy