Uses of Class
org.odftoolkit.odfdom.dom.element.svg.SvgStopElement
-
Packages that use SvgStopElement Package Description 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 Modifier and Type Method Description voidDefaultElementVisitor. 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 Modifier and Type Method Description SvgStopElementSvgLinearGradientElement. newSvgStopElement(String svgOffsetValue)Create child element <svg:stop>.SvgStopElementSvgRadialGradientElement. newSvgStopElement(String svgOffsetValue)Create child element <svg:stop>.
-