Uses of Interface
org.w3c.dom.svg.SVGAnimatedEnumeration

Packages that use SVGAnimatedEnumeration
org.apache.batik.dom.svg   
org.w3c.dom.svg   
 

Uses of SVGAnimatedEnumeration in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement SVGAnimatedEnumeration
 class SVGOMAnimatedEnumeration
          This class provides an implementation of the SVGAnimatedEnumeration interface.
 

Methods in org.apache.batik.dom.svg that return SVGAnimatedEnumeration
 SVGAnimatedEnumeration SVGOMGradientElement.getGradientUnits()
          DOM: Implements SVGGradientElement.getGradientUnits().
 SVGAnimatedEnumeration SVGOMGradientElement.getSpreadMethod()
          DOM: Implements SVGGradientElement.getSpreadMethod().
 SVGAnimatedEnumeration SVGOMFECompositeElement.getOperator()
          DOM: Implements SVGFECompositeElement.getOperator().
 SVGAnimatedEnumeration SVGOMTextContentElement.getLengthAdjust()
          DOM: Implements SVGTextContentElement.getLengthAdjust().
 SVGAnimatedEnumeration SVGOMFEDisplacementMapElement.getXChannelSelector()
          DOM: Implements SVGFEDisplacementMapElement.getXChannelSelector().
 SVGAnimatedEnumeration SVGOMFEDisplacementMapElement.getYChannelSelector()
          DOM: Implements SVGFEDisplacementMapElement.getYChannelSelector().
 SVGAnimatedEnumeration SVGOMClipPathElement.getClipPathUnits()
          DOM: Implements SVGClipPathElement.getClipPathUnits().
 SVGAnimatedEnumeration SVGOMComponentTransferFunctionElement.getType()
          DOM: Implements SVGComponentTransferFunctionElement.getType().
 SVGAnimatedEnumeration SVGOMMarkerElement.getMarkerUnits()
          DOM: Implements SVGMarkerElement.getMarkerUnits().
 SVGAnimatedEnumeration SVGOMMarkerElement.getOrientType()
          DOM: Implements SVGMarkerElement.getOrientType().
 SVGAnimatedEnumeration SVGOMFEConvolveMatrixElement.getEdgeMode()
          DOM: Implements SVGFEConvolveMatrixElement.getEdgeMode().
 SVGAnimatedEnumeration SVGOMPatternElement.getPatternUnits()
          DOM: Implements SVGPatternElement.getPatternUnits().
 SVGAnimatedEnumeration SVGOMPatternElement.getPatternContentUnits()
          DOM: Implements SVGPatternElement.getPatternContentUnits().
 SVGAnimatedEnumeration SVGOMFEColorMatrixElement.getType()
          DOM: Implements SVGFEColorMatrixElement.getType().
 SVGAnimatedEnumeration SVGOMFilterElement.getFilterUnits()
          DOM: Implements SVGFilterElement.getFilterUnits().
 SVGAnimatedEnumeration SVGOMFilterElement.getPrimitiveUnits()
          DOM: Implements SVGFilterElement.getPrimitiveUnits().
 SVGAnimatedEnumeration SVGOMTextPathElement.getMethod()
          DOM: Implements SVGTextPathElement.getMethod().
 SVGAnimatedEnumeration SVGOMTextPathElement.getSpacing()
          DOM: Implements SVGTextPathElement.getSpacing().
 SVGAnimatedEnumeration SVGOMFEBlendElement.getMode()
          DOM: Implements SVGFEBlendElement.getMode().
 SVGAnimatedEnumeration SVGOMMaskElement.getMaskUnits()
          DOM: Implements SVGMaskElement.getMaskUnits().
 SVGAnimatedEnumeration SVGOMMaskElement.getMaskContentUnits()
          DOM: Implements SVGMaskElement.getMaskContentUnits().
protected  SVGAnimatedEnumeration SVGOMElement.getAnimatedEnumerationAttribute(String ns, String ln, String[] val, short def)
          Manages the query of an SVGAnimatedEnumeration.
 SVGAnimatedEnumeration SVGOMFETurbulenceElement.getStitchTiles()
          DOM: Implements SVGFETurbulenceElement.getStitchTiles().
 SVGAnimatedEnumeration SVGOMFETurbulenceElement.getType()
          DOM: Implements SVGFETurbulenceElement.getType().
 SVGAnimatedEnumeration SVGOMFEMorphologyElement.getOperator()
          DOM: Implements SVGFEMorphologyElement.getOperator().
 

Uses of SVGAnimatedEnumeration in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGAnimatedEnumeration
 SVGAnimatedEnumeration SVGMaskElement.getMaskUnits()
           
 SVGAnimatedEnumeration SVGMaskElement.getMaskContentUnits()
           
 SVGAnimatedEnumeration SVGComponentTransferFunctionElement.getType()
           
 SVGAnimatedEnumeration SVGFEColorMatrixElement.getType()
           
 SVGAnimatedEnumeration SVGFilterElement.getFilterUnits()
           
 SVGAnimatedEnumeration SVGFilterElement.getPrimitiveUnits()
           
 SVGAnimatedEnumeration SVGPatternElement.getPatternUnits()
           
 SVGAnimatedEnumeration SVGPatternElement.getPatternContentUnits()
           
 SVGAnimatedEnumeration SVGGradientElement.getGradientUnits()
           
 SVGAnimatedEnumeration SVGGradientElement.getSpreadMethod()
           
 SVGAnimatedEnumeration SVGClipPathElement.getClipPathUnits()
           
 SVGAnimatedEnumeration SVGFEConvolveMatrixElement.getEdgeMode()
           
 SVGAnimatedEnumeration SVGFETurbulenceElement.getStitchTiles()
           
 SVGAnimatedEnumeration SVGFETurbulenceElement.getType()
           
 SVGAnimatedEnumeration SVGFEBlendElement.getMode()
           
 SVGAnimatedEnumeration SVGFEMorphologyElement.getOperator()
           
 SVGAnimatedEnumeration SVGMarkerElement.getMarkerUnits()
           
 SVGAnimatedEnumeration SVGMarkerElement.getOrientType()
           
 SVGAnimatedEnumeration SVGTextContentElement.getLengthAdjust()
           
 SVGAnimatedEnumeration SVGFEDisplacementMapElement.getXChannelSelector()
           
 SVGAnimatedEnumeration SVGFEDisplacementMapElement.getYChannelSelector()
           
 SVGAnimatedEnumeration SVGTextPathElement.getMethod()
           
 SVGAnimatedEnumeration SVGTextPathElement.getSpacing()
           
 SVGAnimatedEnumeration SVGFECompositeElement.getOperator()
           
 



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.