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
protected  SVGAnimatedEnumeration SVGOMElement.getAnimatedEnumerationAttribute(java.lang.String ns, java.lang.String ln, java.lang.String[] val, short def)
          Manages the query of an SVGAnimatedEnumeration.
 SVGAnimatedEnumeration SVGOMTextContentElement.getLengthAdjust()
          DOM: Implements SVGTextContentElement.getLengthAdjust().
 SVGAnimatedEnumeration SVGOMFETurbulenceElement.getStitchTiles()
          DOM: Implements SVGFETurbulenceElement.getStitchTiles().
 SVGAnimatedEnumeration SVGOMFETurbulenceElement.getType()
          DOM: Implements SVGFETurbulenceElement.getType().
 SVGAnimatedEnumeration SVGOMGradientElement.getGradientUnits()
          DOM: Implements SVGGradientElement.getGradientUnits().
 SVGAnimatedEnumeration SVGOMGradientElement.getSpreadMethod()
          DOM: Implements SVGGradientElement.getSpreadMethod().
 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 SVGOMMaskElement.getMaskUnits()
          DOM: Implements SVGMaskElement.getMaskUnits().
 SVGAnimatedEnumeration SVGOMMaskElement.getMaskContentUnits()
          DOM: Implements SVGMaskElement.getMaskContentUnits().
 SVGAnimatedEnumeration SVGOMComponentTransferFunctionElement.getType()
          DOM: Implements SVGComponentTransferFunctionElement.getType().
 SVGAnimatedEnumeration SVGOMFEMorphologyElement.getOperator()
          DOM: Implements SVGFEMorphologyElement.getOperator().
 SVGAnimatedEnumeration SVGOMFEBlendElement.getMode()
          DOM: Implements SVGFEBlendElement.getMode().
 SVGAnimatedEnumeration SVGOMPatternElement.getPatternUnits()
          DOM: Implements SVGPatternElement.getPatternUnits().
 SVGAnimatedEnumeration SVGOMPatternElement.getPatternContentUnits()
          DOM: Implements SVGPatternElement.getPatternContentUnits().
 SVGAnimatedEnumeration SVGOMFEColorMatrixElement.getType()
          DOM: Implements SVGFEColorMatrixElement.getType().
 SVGAnimatedEnumeration SVGOMMarkerElement.getMarkerUnits()
          DOM: Implements SVGMarkerElement.getMarkerUnits().
 SVGAnimatedEnumeration SVGOMMarkerElement.getOrientType()
          DOM: Implements SVGMarkerElement.getOrientType().
 SVGAnimatedEnumeration SVGOMFEConvolveMatrixElement.getEdgeMode()
          DOM: Implements SVGFEConvolveMatrixElement.getEdgeMode().
 SVGAnimatedEnumeration SVGOMFEDisplacementMapElement.getXChannelSelector()
          DOM: Implements SVGFEDisplacementMapElement.getXChannelSelector().
 SVGAnimatedEnumeration SVGOMFEDisplacementMapElement.getYChannelSelector()
          DOM: Implements SVGFEDisplacementMapElement.getYChannelSelector().
 SVGAnimatedEnumeration SVGOMClipPathElement.getClipPathUnits()
          DOM: Implements SVGClipPathElement.getClipPathUnits().
 SVGAnimatedEnumeration SVGOMFECompositeElement.getOperator()
          DOM: Implements SVGFECompositeElement.getOperator().
 

Uses of SVGAnimatedEnumeration in org.w3c.dom.svg
 

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



Copyright © 2002 Apache Software Foundation. All Rights Reserved.