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 SVGOMComponentTransferFunctionElement.getType()
          DOM: Implements SVGComponentTransferFunctionElement.getType().
 SVGAnimatedEnumeration SVGOMGradientElement.getGradientUnits()
          DOM: Implements SVGGradientElement.getGradientUnits().
 SVGAnimatedEnumeration SVGOMGradientElement.getSpreadMethod()
          DOM: Implements SVGGradientElement.getSpreadMethod().
 SVGAnimatedEnumeration SVGOMTextContentElement.getLengthAdjust()
          DOM: Implements SVGTextContentElement.getLengthAdjust().
 SVGAnimatedEnumeration SVGOMFilterElement.getFilterUnits()
          DOM: Implements SVGFilterElement.getFilterUnits().
 SVGAnimatedEnumeration SVGOMFilterElement.getPrimitiveUnits()
          DOM: Implements SVGFilterElement.getPrimitiveUnits().
 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 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 SVGOMClipPathElement.getClipPathUnits()
          DOM: Implements SVGClipPathElement.getClipPathUnits().
 SVGAnimatedEnumeration SVGOMFEConvolveMatrixElement.getEdgeMode()
          DOM: Implements SVGFEConvolveMatrixElement.getEdgeMode().
 SVGAnimatedEnumeration SVGOMFEBlendElement.getMode()
          DOM: Implements SVGFEBlendElement.getMode().
 SVGAnimatedEnumeration SVGOMFEMorphologyElement.getOperator()
          DOM: Implements SVGFEMorphologyElement.getOperator().
 SVGAnimatedEnumeration SVGOMFEDisplacementMapElement.getXChannelSelector()
          DOM: Implements SVGFEDisplacementMapElement.getXChannelSelector().
 SVGAnimatedEnumeration SVGOMFEDisplacementMapElement.getYChannelSelector()
          DOM: Implements SVGFEDisplacementMapElement.getYChannelSelector().
 SVGAnimatedEnumeration SVGOMFETurbulenceElement.getStitchTiles()
          DOM: Implements SVGFETurbulenceElement.getStitchTiles().
 SVGAnimatedEnumeration SVGOMFETurbulenceElement.getType()
          DOM: Implements SVGFETurbulenceElement.getType().
 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 SVGMarkerElement.getMarkerUnits()
           
 SVGAnimatedEnumeration SVGMarkerElement.getOrientType()
           
 SVGAnimatedEnumeration SVGFEDisplacementMapElement.getXChannelSelector()
           
 SVGAnimatedEnumeration SVGFEDisplacementMapElement.getYChannelSelector()
           
 SVGAnimatedEnumeration SVGFEBlendElement.getMode()
           
 SVGAnimatedEnumeration SVGTextContentElement.getLengthAdjust()
           
 SVGAnimatedEnumeration SVGTextPathElement.getMethod()
           
 SVGAnimatedEnumeration SVGTextPathElement.getSpacing()
           
 SVGAnimatedEnumeration SVGClipPathElement.getClipPathUnits()
           
 SVGAnimatedEnumeration SVGMaskElement.getMaskUnits()
           
 SVGAnimatedEnumeration SVGMaskElement.getMaskContentUnits()
           
 SVGAnimatedEnumeration SVGFEConvolveMatrixElement.getEdgeMode()
           
 SVGAnimatedEnumeration SVGFEColorMatrixElement.getType()
           
 SVGAnimatedEnumeration SVGGradientElement.getGradientUnits()
           
 SVGAnimatedEnumeration SVGGradientElement.getSpreadMethod()
           
 SVGAnimatedEnumeration SVGFEMorphologyElement.getOperator()
           
 SVGAnimatedEnumeration SVGPatternElement.getPatternUnits()
           
 SVGAnimatedEnumeration SVGPatternElement.getPatternContentUnits()
           
 SVGAnimatedEnumeration SVGFilterElement.getFilterUnits()
           
 SVGAnimatedEnumeration SVGFilterElement.getPrimitiveUnits()
           
 SVGAnimatedEnumeration SVGComponentTransferFunctionElement.getType()
           
 SVGAnimatedEnumeration SVGFETurbulenceElement.getStitchTiles()
           
 SVGAnimatedEnumeration SVGFETurbulenceElement.getType()
           
 SVGAnimatedEnumeration SVGFECompositeElement.getOperator()
           
 



Copyright © 2004 Apache Software Foundation. All Rights Reserved.