Uses of Class
net.sf.dynamicreports.adhoc.configuration.AdhocOrientation

Packages that use AdhocOrientation
net.sf.dynamicreports.adhoc.configuration   
net.sf.dynamicreports.adhoc.report   
net.sf.dynamicreports.adhoc.transformation   
 

Uses of AdhocOrientation in net.sf.dynamicreports.adhoc.configuration
 

Methods in net.sf.dynamicreports.adhoc.configuration that return AdhocOrientation
 AdhocOrientation AdhocChart.getOrientation()
           
static AdhocOrientation AdhocOrientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdhocOrientation[] AdhocOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.dynamicreports.adhoc.configuration with parameters of type AdhocOrientation
 void AdhocChart.setOrientation(AdhocOrientation orientation)
           
 

Uses of AdhocOrientation in net.sf.dynamicreports.adhoc.report
 

Methods in net.sf.dynamicreports.adhoc.report with parameters of type AdhocOrientation
protected  Orientation DefaultAdhocReportCustomizer.orientation(AdhocOrientation adhocOrientation)
           
 

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

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

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



Copyright © 2010-2012. All Rights Reserved.