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

Packages that use JRPrintGraphicElement
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.export Provides utility classes for exporting reports to various popular formats. 
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 JRPrintGraphicElement in net.sf.jasperreports.engine
 

Subinterfaces of JRPrintGraphicElement in net.sf.jasperreports.engine
 interface JRPrintEllipse
           
 interface JRPrintImage
           
 interface JRPrintLine
           
 interface JRPrintRectangle
           
 

Methods in net.sf.jasperreports.engine with parameters of type JRPrintGraphicElement
protected  JRBox JRAbstractExporter.getBox(JRPrintGraphicElement element)
           
 

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

Classes in net.sf.jasperreports.engine.base that implement JRPrintGraphicElement
 class JRBasePrintEllipse
           
 class JRBasePrintGraphicElement
           
 class JRBasePrintImage
           
 class JRBasePrintLine
           
 class JRBasePrintRectangle
           
 

Uses of JRPrintGraphicElement in net.sf.jasperreports.engine.export
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintGraphicElement
protected  void JRXmlExporter.exportGraphicElement(JRPrintGraphicElement element)
           
protected  float JRPdfExporter.prepareGraphicElement(JRPrintGraphicElement element)
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRPrintGraphicElement
 class JRRecordedValuesPrintImage
          Print image implementation that supports recorded values.
 class JRTemplatePrintEllipse
           
 class JRTemplatePrintGraphicElement
           
 class JRTemplatePrintImage
           
 class JRTemplatePrintLine
           
 class JRTemplatePrintRectangle
           
 

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

Methods in net.sf.jasperreports.engine.util with parameters of type JRPrintGraphicElement
static byte JRStyleResolver.getFill(JRPrintGraphicElement element, byte defaultFill)
           
static byte JRStyleResolver.getPen(JRPrintGraphicElement element, byte defaultPen)
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com