net.sf.jasperreports.engine.export
Class JExcelApiExporter.CellTextValueHandler

java.lang.Object
  extended by net.sf.jasperreports.engine.export.JExcelApiExporter.CellTextValueHandler
All Implemented Interfaces:
TextValueHandler
Enclosing class:
JExcelApiExporter

protected class JExcelApiExporter.CellTextValueHandler
extends java.lang.Object
implements TextValueHandler


Constructor Summary
JExcelApiExporter.CellTextValueHandler(int x, int y, JExcelApiExporter.StyleInfo baseStyle)
           
 
Method Summary
protected  Blank blank(WritableCellFormat cellStyle)
           
 CellValue getResult()
           
 void handle(BooleanTextValue textValue)
           
 void handle(DateTextValue textValue)
           
 void handle(NumberTextValue textValue)
           
 void handle(StringTextValue textValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JExcelApiExporter.CellTextValueHandler

public JExcelApiExporter.CellTextValueHandler(int x,
                                              int y,
                                              JExcelApiExporter.StyleInfo baseStyle)
Method Detail

handle

public void handle(StringTextValue textValue)
            throws JRException
Specified by:
handle in interface TextValueHandler
Throws:
JRException

handle

public void handle(NumberTextValue textValue)
            throws JRException
Specified by:
handle in interface TextValueHandler
Throws:
JRException

handle

public void handle(DateTextValue textValue)
            throws JRException
Specified by:
handle in interface TextValueHandler
Throws:
JRException

handle

public void handle(BooleanTextValue textValue)
            throws JRException
Specified by:
handle in interface TextValueHandler
Throws:
JRException

blank

protected Blank blank(WritableCellFormat cellStyle)

getResult

public CellValue getResult()


© 2001-2006 JasperSoft Corporation www.jaspersoft.com