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

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

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

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

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfColorInterpolationDirectionType
 void OdfAnimateColorElement.setColorInterpolationDirection(OdfColorInterpolationDirectionType colorInterpolationDirection)
          Set value of attribute anim:color-interpolation-direction.
 

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

Methods in org.odftoolkit.odfdom.dom.type.anim that return OdfColorInterpolationDirectionType
static OdfColorInterpolationDirectionType OdfColorInterpolationDirectionType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfColorInterpolationDirectionType OdfColorInterpolationDirectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfColorInterpolationDirectionType[] OdfColorInterpolationDirectionType.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 OdfColorInterpolationDirectionType
static String OdfColorInterpolationDirectionType.toString(OdfColorInterpolationDirectionType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.