com.jrefinery.report.targets.table
Class TableBandArea

java.lang.Object
  |
  +--com.jrefinery.report.targets.table.TableCellData
        |
        +--com.jrefinery.report.targets.table.TableCellBackground
              |
              +--com.jrefinery.report.targets.table.TableBandArea

public class TableBandArea
extends TableCellBackground

A band representation. Bands should create their own x- y- cuts so that the layout is more accurate.

Author:
Thomas Morgner.

Constructor Summary
TableBandArea(java.awt.geom.Rectangle2D outerBounds)
          Creates a new TableBandArea with the given bounds.
 
Method Summary
 java.lang.String toString()
          Creates a string representation of this band area.
 
Methods inherited from class com.jrefinery.report.targets.table.TableCellBackground
equals, getBorderSizeBottom, getBorderSizeLeft, getBorderSizeRight, getBorderSizeTop, getColor, getColorBottom, getColorLeft, getColorRight, getColorTop, hashCode, isBackground, merge, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop
 
Methods inherited from class com.jrefinery.report.targets.table.TableCellData
getBounds
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableBandArea

public TableBandArea(java.awt.geom.Rectangle2D outerBounds)
Creates a new TableBandArea with the given bounds.

Parameters:
outerBounds - the band bounds in the table,
Method Detail

toString

public java.lang.String toString()
Creates a string representation of this band area.

Overrides:
toString in class TableCellBackground
Returns:
The string.