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

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

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

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfModeType
 OdfModeType OdfTransitionFilterElement.getMode()
          Get value of attribute smil:mode.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfModeType
 void OdfTransitionFilterElement.setMode(OdfModeType mode)
          Set value of attribute smil:mode.
 

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

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



Copyright © 2009. All Rights Reserved.