jxl
Class CellFeatures

java.lang.Object
  extended byjxl.biff.BaseCellFeatures
      extended byjxl.CellFeatures
Direct Known Subclasses:
WritableCellFeatures

public class CellFeatures
extends BaseCellFeatures

Container for any additional cell features


Field Summary
 
Fields inherited from class jxl.biff.BaseCellFeatures
logger
 
Constructor Summary
  CellFeatures()
          Constructor
protected CellFeatures(CellFeatures cf)
          Copy constructor
 
Method Summary
 java.lang.String getComment()
          Accessor for the cell comment
 
Methods inherited from class jxl.biff.BaseCellFeatures
getCommentDrawing, getCommentHeight, getCommentWidth, removeComment, setComment, setComment, setCommentDrawing, setReadComment, setWritableCell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellFeatures

public CellFeatures()
Constructor


CellFeatures

protected CellFeatures(CellFeatures cf)
Copy constructor

Method Detail

getComment

public java.lang.String getComment()
Accessor for the cell comment

Overrides:
getComment in class BaseCellFeatures