org.jfree.layouting.renderer.model.table.cells
Class RemovedCell

java.lang.Object
  extended by org.jfree.layouting.renderer.model.table.cells.TableCell
      extended by org.jfree.layouting.renderer.model.table.cells.RemovedCell

public class RemovedCell
extends TableCell

Creation-Date: 30.10.2006, 17:05:13

Author:
Thomas Morgner

Constructor Summary
RemovedCell(int rowSpan, int colSpan)
           
 
Method Summary
 
Methods inherited from class org.jfree.layouting.renderer.model.table.cells.TableCell
getColSpan, getRowSpan, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemovedCell

public RemovedCell(int rowSpan,
                   int colSpan)