Uses of Class
org.odftoolkit.odfdom.dom.type.anim.OdfColorInterpolationType

Packages that use OdfColorInterpolationType
org.odftoolkit.odfdom.dom.element.anim   
org.odftoolkit.odfdom.dom.type.anim   
 

Uses of OdfColorInterpolationType in org.odftoolkit.odfdom.dom.element.anim
 

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfColorInterpolationType
 OdfColorInterpolationType OdfAnimateColorElement.getColorInterpolation()
          Get value of attribute anim:color-interpolation.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfColorInterpolationType
 void OdfAnimateColorElement.setColorInterpolation(OdfColorInterpolationType colorInterpolation)
          Set value of attribute anim:color-interpolation.
 

Uses of OdfColorInterpolationType in org.odftoolkit.odfdom.dom.type.anim
 

Methods in org.odftoolkit.odfdom.dom.type.anim that return OdfColorInterpolationType
static OdfColorInterpolationType OdfColorInterpolationType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfColorInterpolationType OdfColorInterpolationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfColorInterpolationType[] OdfColorInterpolationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.type.anim with parameters of type OdfColorInterpolationType
static String OdfColorInterpolationType.toString(OdfColorInterpolationType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.