jdbreport.model
Interface CellWrap

All Known Implementing Classes:
JReportModel.ReportCellWrap

public interface CellWrap

Version:
1.1 03/09/08
Author:
Andrey Kholmanskih

Method Summary
 Cell getCell()
           
 int getColumn()
           
 int getRow()
           
 

Method Detail

getRow

int getRow()

getColumn

int getColumn()

getCell

Cell getCell()