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 SVGOMTextPathElement.getMethod()
          DOM: Implements SVGTextPathElement.getMethod().
 SVGAnimatedEnumeration SVGOMTextPathElement.getSpacing()
          DOM: Implements SVGTextPathElement.getSpacing().
 SVGAnimatedEnumeration SVGOMTextContentElement.getLengthAdjust()
          DOM: Implements SVGTextContentElement.getLengthAdjust().
 SVGAnimatedEnumeration SVGOMPatternElement.getPatternUnits()
          DOM: Implements SVGPatternElement.getPatternUnits().
 SVGAnimatedEnumeration SVGOMPatternElement.getPatternContentUnits()
          DOM: Implements SVGPatternElement.getPatternContentUnits().
 SVGAnimatedEnumeration SVGOMMaskElement.getMaskUnits()
          DOM: Implements SVGMaskElement.getMaskUnits().
 SVGAnimatedEnumeration SVGOMMaskElement.getMaskContentUnits()
          DOM: Implements SVGMaskElement.getMaskContentUnits().
 SVGAnimatedEnumeration SVGOMMarkerElement.getMarkerUnits()
          DOM: Implements SVGMarkerElement.getMarkerUnits().
 SVGAnimatedEnumeration SVGOMMarkerElement.getOrientType()
          DOM: Implements SVGMarkerElement.getOrientType().
 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 SVGOMFETurbulenceElement.getStitchTiles()
          DOM: Implements SVGFETurbulenceElement.getStitchTiles().
 SVGAnimatedEnumeration SVGOMFETurbulenceElement.getType()
          DOM: Implements SVGFETurbulenceElement.getType().
 SVGAnimatedEnumeration SVGOMFEMorphologyElement.getOperator()
          DOM: Implements SVGFEMorphologyElement.getOperator().
 SVGAnimatedEnumeration SVGOMFEDisplacementMapElement.getXChannelSelector()
          DOM: Implements SVGFEDisplacementMapElement.getXChannelSelector().
 SVGAnimatedEnumeration SVGOMFEDisplacementMapElement.getYChannelSelector()
          DOM: Implements SVGFEDisplacementMapElement.getYChannelSelector().
 SVGAnimatedEnumeration SVGOMFEConvolveMatrixElement.getEdgeMode()
          DOM: Implements SVGFEConvolveMatrixElement.getEdgeMode().
 SVGAnimatedEnumeration SVGOMFECompositeElement.getOperator()
          DOM: Implements SVGFECompositeElement.getOperator().
 SVGAnimatedEnumeration SVGOMFEColorMatrixElement.getType()
          DOM: Implements SVGFEColorMatrixElement.getType().
 SVGAnimatedEnumeration SVGOMFEBlendElement.getMode()
          DOM: Implements SVGFEBlendElement.getMode().
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 SVGOMComponentTransferFunctionElement.getType()
          DOM: Implements SVGComponentTransferFunctionElement.getType().
 SVGAnimatedEnumeration SVGOMClipPathElement.getClipPathUnits()
          DOM: Implements SVGClipPathElement.getClipPathUnits().
 

Uses of SVGAnimatedEnumeration in org.w3c.dom.svg
 

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



Copyright © 2004 Apache Software Foundation. All Rights Reserved.