Uses of Class
org.odftoolkit.odfdom.dom.element.svg.SvgStopElement

Packages that use SvgStopElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.svg   
 

Uses of SvgStopElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type SvgStopElement
 void DefaultElementVisitor.visit(SvgStopElement ele)
          A method to visit "svg:stop" elements
 

Uses of SvgStopElement in org.odftoolkit.odfdom.dom.element.svg
 

Methods in org.odftoolkit.odfdom.dom.element.svg that return SvgStopElement
 SvgStopElement SvgRadialGradientElement.newSvgStopElement(String svgOffsetValue)
          Create child element svg:stop.
 SvgStopElement SvgLinearGradientElement.newSvgStopElement(String svgOffsetValue)
          Create child element svg:stop.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.