|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.workbook.Comment
Represents a comment that can be attached to a cell.
Field Summary | |
protected java.lang.String |
author
The author. |
protected int |
column
The cell column. |
protected int |
row
The cell row. |
protected java.lang.String |
text
The comment. |
Constructor Summary | |
Comment(int row,
int column,
java.lang.String text)
Standard constructor. |
Method Summary | |
int |
compareTo(java.lang.Object other)
Implements the Comparable interface. |
java.lang.String |
getAuthor()
Returns the name of the comment author. |
int |
getColumn()
Returns the column of the cell that the comment applies to. |
int |
getRow()
Returns the row of the cell that the comment applies to. |
java.lang.String |
getText()
Returns the comment text. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int row
protected int column
protected java.lang.String text
protected java.lang.String author
Constructor Detail |
public Comment(int row, int column, java.lang.String text)
column
- the column.row
- the row.text
- the comment.Method Detail |
public int getRow()
public int getColumn()
public java.lang.String getText()
public java.lang.String getAuthor()
public int compareTo(java.lang.Object other)
compareTo
in interface java.lang.Comparable
other
- the object to compare against.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |