public class CaretAnnotation extends MarkupAnnotation
| Constructor and Description |
|---|
CaretAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
CaretAnnotation |
frame(Rectangle frame) |
Rectangle |
getFrame()
Gets or sets caret rectangle.
|
CaretSymbol |
getSymbol()
Gets or sets symbol associated with caret.
|
int |
hashCode() |
void |
setFrame(Rectangle frame) |
void |
setSymbol(CaretSymbol symbol) |
CaretAnnotation |
symbol(CaretSymbol symbol) |
java.lang.String |
toString() |
creationDate, getCreationDate, getRichText, getSubject, getTitle, richText, setCreationDate, setRichText, setSubject, setTitle, subject, titleaddFlagsItem, color, contents, flags, getColor, getContents, getFlags, getHorizontalAlignment, getId, getModified, getName, getPageIndex, getRect, getVerticalAlignment, getZindex, horizontalAlignment, id, modified, name, pageIndex, rect, setColor, setContents, setFlags, setHorizontalAlignment, setId, setModified, setName, setPageIndex, setRect, setVerticalAlignment, setZindex, verticalAlignment, zindexaddLinksItem, getLinks, links, setLinkspublic CaretAnnotation frame(Rectangle frame)
public Rectangle getFrame()
public void setFrame(Rectangle frame)
public CaretAnnotation symbol(CaretSymbol symbol)
public CaretSymbol getSymbol()
public void setSymbol(CaretSymbol symbol)
public boolean equals(java.lang.Object o)
equals in class MarkupAnnotationpublic int hashCode()
hashCode in class MarkupAnnotationpublic java.lang.String toString()
toString in class MarkupAnnotation