Uses of Class
net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocOrientation

Packages that use XmlAdhocOrientation
net.sf.dynamicreports.adhoc.transformation   
net.sf.dynamicreports.adhoc.xmlconfiguration   
 

Uses of XmlAdhocOrientation in net.sf.dynamicreports.adhoc.transformation
 

Methods in net.sf.dynamicreports.adhoc.transformation that return XmlAdhocOrientation
protected  XmlAdhocOrientation AdhocToXmlTransform.orientation(AdhocOrientation adhocOrientation)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type XmlAdhocOrientation
protected  AdhocOrientation XmlToAdhocTransform.orientation(XmlAdhocOrientation xmlAdhocOrientation)
           
 

Uses of XmlAdhocOrientation in net.sf.dynamicreports.adhoc.xmlconfiguration
 

Fields in net.sf.dynamicreports.adhoc.xmlconfiguration declared as XmlAdhocOrientation
protected  XmlAdhocOrientation XmlAdhocChart.orientation
           
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration that return XmlAdhocOrientation
static XmlAdhocOrientation XmlAdhocOrientation.fromValue(String v)
           
 XmlAdhocOrientation XmlAdhocChart.getOrientation()
          Gets the value of the orientation property.
static XmlAdhocOrientation XmlAdhocOrientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlAdhocOrientation[] XmlAdhocOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration with parameters of type XmlAdhocOrientation
 void XmlAdhocChart.setOrientation(XmlAdhocOrientation value)
          Sets the value of the orientation property.
 



Copyright © 2010-2012. All Rights Reserved.