|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.BaseCellFeatures
Container for any additional cell features
| Field Summary | |
static Logger |
logger
The logger |
| Constructor Summary | |
protected |
BaseCellFeatures()
Constructor |
|
BaseCellFeatures(BaseCellFeatures cf)
Copy constructor |
| Method Summary | |
protected java.lang.String |
getComment()
Accessor for the cell comment |
Comment |
getCommentDrawing()
Accessor for the comment drawing |
double |
getCommentHeight()
Accessor for the comment height |
double |
getCommentWidth()
Accessor for the comment width |
void |
removeComment()
Removes the cell comment, if present |
void |
setComment(java.lang.String s)
Sets the cell comment |
void |
setComment(java.lang.String s,
double width,
double height)
Sets the cell comment |
void |
setCommentDrawing(Comment c)
Sets the comment drawing object |
void |
setReadComment(java.lang.String s,
double w,
double h)
Internal method to set the cell comment. |
void |
setWritableCell(CellValue wc)
Called by the cell when the features are added |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static Logger logger
| Constructor Detail |
protected BaseCellFeatures()
public BaseCellFeatures(BaseCellFeatures cf)
| Method Detail |
protected java.lang.String getComment()
public double getCommentWidth()
public double getCommentHeight()
public final void setWritableCell(CellValue wc)
wc - the writable cell
public void setReadComment(java.lang.String s,
double w,
double h)
public void setComment(java.lang.String s)
s - the comment
public void setComment(java.lang.String s,
double width,
double height)
s - the commentheight - the height of the comment box in cellswidth - the width of the comment box in cellspublic void removeComment()
public final void setCommentDrawing(Comment c)
public final Comment getCommentDrawing()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||