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

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

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

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

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

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

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



Copyright © 2009. All Rights Reserved.