Uses of Class
org.odftoolkit.odfdom.dom.type.smil.OdfFadeColorType

Packages that use OdfFadeColorType
org.odftoolkit.odfdom.dom.element.anim   
org.odftoolkit.odfdom.dom.type.smil   
 

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

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfFadeColorType
 OdfFadeColorType OdfTransitionFilterElement.getFadeColor()
          Get value of attribute smil:fadeColor.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfFadeColorType
 void OdfTransitionFilterElement.setFadeColor(OdfFadeColorType fadeColor)
          Set value of attribute smil:fadeColor.
 

Uses of OdfFadeColorType in org.odftoolkit.odfdom.dom.type.smil
 

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

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



Copyright © 2009. All Rights Reserved.