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

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

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

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfFillType
 OdfFillType OdfTransitionFilterElement.getFill()
          Get value of attribute smil:fill.
 OdfFillType OdfIterateElement.getFill()
          Get value of attribute smil:fill.
 OdfFillType OdfAnimateElement.getFill()
          Get value of attribute smil:fill.
 OdfFillType OdfParElement.getFill()
          Get value of attribute smil:fill.
 OdfFillType OdfAnimateColorElement.getFill()
          Get value of attribute smil:fill.
 OdfFillType OdfAnimateTransformElement.getFill()
          Get value of attribute smil:fill.
 OdfFillType OdfSeqElement.getFill()
          Get value of attribute smil:fill.
 OdfFillType OdfAnimateMotionElement.getFill()
          Get value of attribute smil:fill.
 OdfFillType OdfAudioElement.getFill()
          Get value of attribute smil:fill.
 OdfFillType OdfSetElement.getFill()
          Get value of attribute smil:fill.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfFillType
 void OdfTransitionFilterElement.setFill(OdfFillType fill)
          Set value of attribute smil:fill.
 void OdfIterateElement.setFill(OdfFillType fill)
          Set value of attribute smil:fill.
 void OdfAnimateElement.setFill(OdfFillType fill)
          Set value of attribute smil:fill.
 void OdfParElement.setFill(OdfFillType fill)
          Set value of attribute smil:fill.
 void OdfAnimateColorElement.setFill(OdfFillType fill)
          Set value of attribute smil:fill.
 void OdfAnimateTransformElement.setFill(OdfFillType fill)
          Set value of attribute smil:fill.
 void OdfSeqElement.setFill(OdfFillType fill)
          Set value of attribute smil:fill.
 void OdfAnimateMotionElement.setFill(OdfFillType fill)
          Set value of attribute smil:fill.
 void OdfAudioElement.setFill(OdfFillType fill)
          Set value of attribute smil:fill.
 void OdfSetElement.setFill(OdfFillType fill)
          Set value of attribute smil:fill.
 

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

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



Copyright © 2009. All Rights Reserved.