org.w3c.dom.svg

Interface SVGFilterElement

public interface SVGFilterElement extends SVGElement, SVGURIReference, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGUnitTypes

Method Summary
SVGAnimatedIntegergetFilterResX()
SVGAnimatedIntegergetFilterResY()
SVGAnimatedEnumerationgetFilterUnits()
SVGAnimatedLengthgetHeight()
SVGAnimatedEnumerationgetPrimitiveUnits()
SVGAnimatedLengthgetWidth()
SVGAnimatedLengthgetX()
SVGAnimatedLengthgetY()
voidsetFilterRes(int filterResX, int filterResY)

Method Detail

getFilterResX

public SVGAnimatedInteger getFilterResX()

getFilterResY

public SVGAnimatedInteger getFilterResY()

getFilterUnits

public SVGAnimatedEnumeration getFilterUnits()

getHeight

public SVGAnimatedLength getHeight()

getPrimitiveUnits

public SVGAnimatedEnumeration getPrimitiveUnits()

getWidth

public SVGAnimatedLength getWidth()

getX

public SVGAnimatedLength getX()

getY

public SVGAnimatedLength getY()

setFilterRes

public void setFilterRes(int filterResX, int filterResY)