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

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


package org.w3c.dom.svg;

public interface SVGFilterElement extends 
               SVGElement,
               SVGURIReference,
               SVGLangSpace,
               SVGExternalResourcesRequired,
               SVGStylable,
               SVGUnitTypes {
  public SVGAnimatedEnumeration getFilterUnits( );
  public SVGAnimatedEnumeration getPrimitiveUnits( );
  public SVGAnimatedLength      getX( );
  public SVGAnimatedLength      getY( );
  public SVGAnimatedLength      getWidth( );
  public SVGAnimatedLength      getHeight( );
  public SVGAnimatedInteger    getFilterResX( );
  public SVGAnimatedInteger    getFilterResY( );

  public void setFilterRes ( int filterResX, int filterResY );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy