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

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


package org.w3c.dom.svg;

public interface SVGLinearGradientElement extends 
               SVGGradientElement {
  public SVGAnimatedLength getX1( );
  public SVGAnimatedLength getY1( );
  public SVGAnimatedLength getX2( );
  public SVGAnimatedLength getY2( );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy