org.w3c.dom.svg
Interface SVGFilterPrimitiveStandardAttributes

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

public interface SVGFilterPrimitiveStandardAttributes
extends SVGStylable


Method Summary
 SVGAnimatedLength getHeight()
           
 SVGAnimatedString getResult()
           
 SVGAnimatedLength getWidth()
           
 SVGAnimatedLength getX()
           
 SVGAnimatedLength getY()
           
 
Methods inherited from interface org.w3c.dom.svg.SVGStylable
getClassName, getPresentationAttribute, getStyle
 

Method Detail

getX

SVGAnimatedLength getX()

getY

SVGAnimatedLength getY()

getWidth

SVGAnimatedLength getWidth()

getHeight

SVGAnimatedLength getHeight()

getResult

SVGAnimatedString getResult()