Uses of Interface
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.PageDrawable

Packages that use PageDrawable
org.pentaho.reporting.engine.classic.core.modules.gui.base.internal   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics Graphics2D report generation classes and the G2OutputTarget. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal   
 

Uses of PageDrawable in org.pentaho.reporting.engine.classic.core.modules.gui.base.internal
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base.internal that return PageDrawable
 PageDrawable PageBackgroundDrawable.getBackend()
           
 PageDrawable PreviewDrawablePanel.getPageDrawable()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base.internal with parameters of type PageDrawable
 void PageBackgroundDrawable.setBackend(PageDrawable backend)
           
 

Uses of PageDrawable in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics that return PageDrawable
 PageDrawable PrintReportProcessor.getPageDrawable(int pageIndex)
          Returns the PageDrawable instance responsible for rendering the page specified by pageIndex.
 

Uses of PageDrawable in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal that implement PageDrawable
 class LogicalPageDrawable
          The page drawable is the content provider for the Graphics2DOutputTarget.
 class PhysicalPageDrawable
          Creation-Date: 17.11.2006, 18:00:46
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal that return PageDrawable
 PageDrawable QueryLogicalPageInterceptor.getDrawable()
           
 PageDrawable QueryPhysicalPageInterceptor.getDrawable()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal with parameters of type PageDrawable
 void QueryLogicalPageInterceptor.processLogicalPage(LogicalPageKey key, PageDrawable page)
           
 void GraphicsContentInterceptor.processLogicalPage(LogicalPageKey key, PageDrawable page)
           
 void QueryPhysicalPageInterceptor.processLogicalPage(LogicalPageKey key, PageDrawable page)
           
 void QueryLogicalPageInterceptor.processPhysicalPage(PhysicalPageKey key, PageDrawable page)
           
 void GraphicsContentInterceptor.processPhysicalPage(PhysicalPageKey key, PageDrawable page)
           
 void QueryPhysicalPageInterceptor.processPhysicalPage(PhysicalPageKey key, PageDrawable page)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal with parameters of type PageDrawable
DrawablePrintable(PageDrawable drawable)
           
 

Uses of PageDrawable in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal that implement PageDrawable
 class PdfLogicalPageDrawable
          Creation-Date: 17.07.2007, 18:41:46