org.w3c.dom.svg
Interface SVGFilterPrimitiveStandardAttributes

All Known Subinterfaces:
SVGFEBlendElement, SVGFEColorMatrixElement, SVGFEComponentTransferElement, SVGFECompositeElement, SVGFEConvolveMatrixElement, SVGFEDiffuseLightingElement, SVGFEDisplacementMapElement, SVGFEFloodElement, SVGFEGaussianBlurElement, SVGFEImageElement, SVGFEMergeElement, SVGFEMorphologyElement, SVGFEOffsetElement, SVGFESpecularLightingElement, SVGFETileElement, SVGFETurbulenceElement
All Known Implementing Classes:
SVGOMFilterPrimitiveStandardAttributes

public interface SVGFilterPrimitiveStandardAttributes


Method Summary
 SVGAnimatedLength getHeight()
           
 SVGAnimatedString getResult()
           
 SVGAnimatedLength getWidth()
           
 SVGAnimatedLength getX()
           
 SVGAnimatedLength getY()
           
 

Method Detail

getX

public SVGAnimatedLength getX()

getY

public SVGAnimatedLength getY()

getWidth

public SVGAnimatedLength getWidth()

getHeight

public SVGAnimatedLength getHeight()

getResult

public SVGAnimatedString getResult()


Copyright © 2000 Apache Software Foundation. All Rights Reserved.