com.jrefinery.workbook
Class LabelCell

java.lang.Object
  |
  +--com.jrefinery.workbook.Cell
        |
        +--com.jrefinery.workbook.LabelCell
All Implemented Interfaces:
java.lang.Comparable

public class LabelCell
extends Cell

A cell that contains a label.


Fields inherited from class com.jrefinery.workbook.Cell
column, content, DATE, EXPRESSION, LABEL, row, VALUE, valueFormat, valueType
 
Constructor Summary
LabelCell(java.lang.String label, int column, int row)
          Standard constructor.
 
Methods inherited from class com.jrefinery.workbook.Cell
compareTo, getSerialNumber, writeCell, writeContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelCell

public LabelCell(java.lang.String label,
                 int column,
                 int row)
Standard constructor.
Parameters:
label - The label.
column - The column.
row - The row.