public class StrikeOutAnnotation extends MarkupAnnotation
Constructor and Description |
---|
StrikeOutAnnotation() |
Modifier and Type | Method and Description |
---|---|
StrikeOutAnnotation |
addQuadPointsItem(Point quadPointsItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<Point> |
getQuadPoints()
Gets or sets an array of points specifying the coordinates of n quadrilaterals.
|
int |
hashCode() |
StrikeOutAnnotation |
quadPoints(java.util.List<Point> quadPoints) |
void |
setQuadPoints(java.util.List<Point> quadPoints) |
java.lang.String |
toString() |
creationDate, getCreationDate, getRichText, getSubject, getTitle, richText, setCreationDate, setRichText, setSubject, setTitle, subject, title
addFlagsItem, 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, zindex
addLinksItem, getLinks, links, setLinks
public StrikeOutAnnotation quadPoints(java.util.List<Point> quadPoints)
public StrikeOutAnnotation addQuadPointsItem(Point quadPointsItem)
public java.util.List<Point> getQuadPoints()
public void setQuadPoints(java.util.List<Point> quadPoints)
public boolean equals(java.lang.Object o)
equals
in class MarkupAnnotation
public int hashCode()
hashCode
in class MarkupAnnotation
public java.lang.String toString()
toString
in class MarkupAnnotation