org.vectomatic.dom.svg.itf
Interface ISVGFilterPrimitiveStandardAttributes

All Superinterfaces:
ISVGStylable
All Known Implementing Classes:
OMSVGFEBlendElement, OMSVGFEColorMatrixElement, OMSVGFEComponentTransferElement, OMSVGFECompositeElement, OMSVGFEConvolveMatrixElement, OMSVGFEDiffuseLightingElement, OMSVGFEDisplacementMapElement, OMSVGFEFloodElement, OMSVGFEGaussianBlurElement, OMSVGFEImageElement, OMSVGFEMergeElement, OMSVGFEMorphologyElement, OMSVGFEOffsetElement, OMSVGFESpecularLightingElement, OMSVGFETileElement, OMSVGFETurbulenceElement

public interface ISVGFilterPrimitiveStandardAttributes
extends ISVGStylable

This interface defines the set of DOM attributes that are common across the filter primitive interfaces.


Method Summary
 OMSVGAnimatedLength getHeight()
          Corresponds to attribute getHeight() on the given element.
 OMSVGAnimatedString getResult()
          Corresponds to attribute getResult() on the given element.
 OMSVGAnimatedLength getWidth()
          Corresponds to attribute getWidth() on the given element.
 OMSVGAnimatedLength getX()
          Corresponds to attribute getX() on the given element.
 OMSVGAnimatedLength getY()
          Corresponds to attribute getY() on the given element.
 
Methods inherited from interface org.vectomatic.dom.svg.itf.ISVGStylable
addClassNameBaseVal, getClassName, getStyle, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal
 

Method Detail

getX

OMSVGAnimatedLength getX()
Corresponds to attribute getX() on the given element.


getY

OMSVGAnimatedLength getY()
Corresponds to attribute getY() on the given element.


getWidth

OMSVGAnimatedLength getWidth()
Corresponds to attribute getWidth() on the given element.


getHeight

OMSVGAnimatedLength getHeight()
Corresponds to attribute getHeight() on the given element.


getResult

OMSVGAnimatedString getResult()
Corresponds to attribute getResult() on the given element.



Copyright © 2012. All Rights Reserved.