Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawGradientElement

Packages that use DrawGradientElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.incubator.doc.office   
 

Uses of DrawGradientElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type DrawGradientElement
 void DefaultElementVisitor.visit(DrawGradientElement ele)
          A method to visit "draw:gradient" elements
 

Uses of DrawGradientElement in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office that return DrawGradientElement
 DrawGradientElement OfficeStylesElement.newDrawGradientElement(String drawStyleValue)
          Create child element draw:gradient.
 

Uses of DrawGradientElement in org.odftoolkit.odfdom.incubator.doc.office
 

Methods in org.odftoolkit.odfdom.incubator.doc.office that return DrawGradientElement
 DrawGradientElement OdfOfficeStyles.getGradient(String name)
          Returns the DrawGradientElement element with the given name.
 

Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type DrawGradientElement
 Iterable<DrawGradientElement> OdfOfficeStyles.getGradients()
          Returns an iterator for all DrawGradientElement elements.
 



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