Uses of Class
org.pentaho.reporting.engine.classic.core.modules.output.table.base.TableRectangle

Packages that use TableRectangle
org.pentaho.reporting.engine.classic.core.modules.output.table.base Common base classes for the table style output targets. 
 

Uses of TableRectangle in org.pentaho.reporting.engine.classic.core.modules.output.table.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.base that return TableRectangle
 TableRectangle TableExportRenderBoxState.getCellBackgroundHint()
           
 TableRectangle SheetLayout.getTableBounds(long x, long y, long width, long height, TableRectangle rect)
          Returns the position of the given element within the table.
 TableRectangle SheetLayout.getTableBounds(StrictBounds bounds, TableRectangle rect)
          Returns the position of the given element within the table.
 TableRectangle SheetLayout.getTableBoundsWithCache(long x, long y, long width, long height, TableRectangle rect)
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.base with parameters of type TableRectangle
 TableRectangle SheetLayout.getTableBounds(long x, long y, long width, long height, TableRectangle rect)
          Returns the position of the given element within the table.
 TableRectangle SheetLayout.getTableBounds(StrictBounds bounds, TableRectangle rect)
          Returns the position of the given element within the table.
 TableRectangle SheetLayout.getTableBoundsWithCache(long x, long y, long width, long height, TableRectangle rect)
           
 void TableExportRenderBoxState.setCellBackgroundHint(TableRectangle cellBackgroundHint, long age)