Uses of Interface
net.sf.jasperreports.engine.JRCommonRectangle

Packages that use JRCommonRectangle
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.util Utility classes. 
 

Uses of JRCommonRectangle in net.sf.jasperreports.engine
 

Subinterfaces of JRCommonRectangle in net.sf.jasperreports.engine
 interface JRPrintRectangle
           
 interface JRRectangle
          An abstract representation of a graphic element representing a rectangle.
 

Uses of JRCommonRectangle in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRCommonRectangle
 class JRBasePrintRectangle
           
 class JRBaseRectangle
          The actual implementation of a graphic element representing a rectangle.
 

Uses of JRCommonRectangle in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRCommonRectangle
 class JRDesignRectangle
          The actual implementation of a graphic element representing a rectangle, used at design time.
 

Uses of JRCommonRectangle in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRCommonRectangle
 class JRFillRectangle
           
 class JRTemplatePrintRectangle
          Implementation of JRPrintRectangle that uses a JRTemplateRectangle instance to store common attributes.
 class JRTemplateRectangle
          Rectangle information shared by multiple print rectangle objects.
 

Uses of JRCommonRectangle in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRCommonRectangle
static int JRStyleResolver.getRadius(JRCommonRectangle rectangle)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com