Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Get the Author of this comment
|
java.lang.String |
getAuthorInitials()
Get the Author's Initials of this comment
|
java.util.Date |
getDate()
Gets the date the comment was made.
|
java.awt.geom.Point2D |
getOffset()
Gets the offset of the comment on the page.
|
java.lang.String |
getText()
Get the text of this comment
|
void |
setAuthor(java.lang.String author)
Set the Author of this comment.
|
void |
setAuthorInitials(java.lang.String initials)
Set the Author's Initials of this comment.
|
void |
setDate(java.util.Date date)
Sets the date the comment was made.
|
void |
setOffset(java.awt.geom.Point2D offset)
Sets the offset of the comment on the page.
|
void |
setText(java.lang.String text)
Set the text of this comment
|
public java.lang.String getAuthor()
Comment
public void setAuthor(java.lang.String author)
Comment
public java.lang.String getAuthorInitials()
Comment
getAuthorInitials
in interface Comment
public void setAuthorInitials(java.lang.String initials)
Comment
Comment.setAuthor(String)
this has no effectsetAuthorInitials
in interface Comment
public java.lang.String getText()
Comment
public void setText(java.lang.String text)
Comment
public java.util.Date getDate()
Comment
public void setDate(java.util.Date date)
Comment
public java.awt.geom.Point2D getOffset()
Comment
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.