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

Packages that use OdfProjectionType
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 OdfProjectionType in org.odftoolkit.odfdom.dom.element.chart
 

Methods in org.odftoolkit.odfdom.dom.element.chart that return OdfProjectionType
 OdfProjectionType OdfPlotAreaElement.getProjection()
          Get value of attribute dr3d:projection.
 

Methods in org.odftoolkit.odfdom.dom.element.chart with parameters of type OdfProjectionType
 void OdfPlotAreaElement.setProjection(OdfProjectionType projection)
          Set value of attribute dr3d:projection.
 

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

Methods in org.odftoolkit.odfdom.dom.element.dr3d that return OdfProjectionType
 OdfProjectionType OdfSceneElement.getProjection()
          Get value of attribute dr3d:projection.
 

Methods in org.odftoolkit.odfdom.dom.element.dr3d with parameters of type OdfProjectionType
 void OdfSceneElement.setProjection(OdfProjectionType projection)
          Set value of attribute dr3d:projection.
 

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

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfProjectionType
 OdfProjectionType OdfEnhancedGeometryElement.getProjection()
          Get value of attribute dr3d:projection.
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfProjectionType
 void OdfEnhancedGeometryElement.setProjection(OdfProjectionType projection)
          Set value of attribute dr3d:projection.
 

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

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



Copyright © 2009. All Rights Reserved.