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

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

The newest version!

package org.w3c.dom.svg;

public interface SVGRadialGradientElement extends 
               SVGGradientElement {
  public SVGAnimatedLength getCx( );
  public SVGAnimatedLength getCy( );
  public SVGAnimatedLength getR( );
  public SVGAnimatedLength getFx( );
  public SVGAnimatedLength getFy( );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy