Uses of Class
org.odftoolkit.odfdom.dom.type.dr3d.OdfShadeModeType

Packages that use OdfShadeModeType
org.odftoolkit.odfdom.dom.element.chart   
org.odftoolkit.odfdom.dom.element.dr3d   
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.type.dr3d   
 

Uses of OdfShadeModeType in org.odftoolkit.odfdom.dom.element.chart
 

Methods in org.odftoolkit.odfdom.dom.element.chart that return OdfShadeModeType
 OdfShadeModeType OdfPlotAreaElement.getShadeMode()
          Get value of attribute dr3d:shade-mode.
 

Methods in org.odftoolkit.odfdom.dom.element.chart with parameters of type OdfShadeModeType
 void OdfPlotAreaElement.setShadeMode(OdfShadeModeType shadeMode)
          Set value of attribute dr3d:shade-mode.
 

Uses of OdfShadeModeType in org.odftoolkit.odfdom.dom.element.dr3d
 

Methods in org.odftoolkit.odfdom.dom.element.dr3d that return OdfShadeModeType
 OdfShadeModeType OdfSceneElement.getShadeMode()
          Get value of attribute dr3d:shade-mode.
 

Methods in org.odftoolkit.odfdom.dom.element.dr3d with parameters of type OdfShadeModeType
 void OdfSceneElement.setShadeMode(OdfShadeModeType shadeMode)
          Set value of attribute dr3d:shade-mode.
 

Uses of OdfShadeModeType in org.odftoolkit.odfdom.dom.element.draw
 

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfShadeModeType
 OdfShadeModeType OdfEnhancedGeometryElement.getShadeMode()
          Get value of attribute dr3d:shade-mode.
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfShadeModeType
 void OdfEnhancedGeometryElement.setShadeMode(OdfShadeModeType shadeMode)
          Set value of attribute dr3d:shade-mode.
 

Uses of OdfShadeModeType in org.odftoolkit.odfdom.dom.type.dr3d
 

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

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



Copyright © 2009. All Rights Reserved.