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

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

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

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfAdditiveType
 OdfAdditiveType OdfTransitionFilterElement.getAdditive()
          Get value of attribute smil:additive.
 OdfAdditiveType OdfAnimateElement.getAdditive()
          Get value of attribute smil:additive.
 OdfAdditiveType OdfAnimateColorElement.getAdditive()
          Get value of attribute smil:additive.
 OdfAdditiveType OdfAnimateTransformElement.getAdditive()
          Get value of attribute smil:additive.
 OdfAdditiveType OdfAnimateMotionElement.getAdditive()
          Get value of attribute smil:additive.
 OdfAdditiveType OdfSetElement.getAdditive()
          Get value of attribute smil:additive.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfAdditiveType
 void OdfTransitionFilterElement.setAdditive(OdfAdditiveType additive)
          Set value of attribute smil:additive.
 void OdfAnimateElement.setAdditive(OdfAdditiveType additive)
          Set value of attribute smil:additive.
 void OdfAnimateColorElement.setAdditive(OdfAdditiveType additive)
          Set value of attribute smil:additive.
 void OdfAnimateTransformElement.setAdditive(OdfAdditiveType additive)
          Set value of attribute smil:additive.
 void OdfAnimateMotionElement.setAdditive(OdfAdditiveType additive)
          Set value of attribute smil:additive.
 void OdfSetElement.setAdditive(OdfAdditiveType additive)
          Set value of attribute smil:additive.
 

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

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



Copyright © 2009. All Rights Reserved.