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 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 Modifier and Type Method Description SvgStopElement
SvgLinearGradientElement. newSvgStopElement(String svgOffsetValue)
Create child element <svg:stop>.SvgStopElement
SvgRadialGradientElement. newSvgStopElement(String svgOffsetValue)
Create child element <svg:stop>.
-