public class PolyAnnotation extends MarkupAnnotation
Constructor and Description |
---|
PolyAnnotation() |
Modifier and Type | Method and Description |
---|---|
PolyAnnotation |
addVerticesItem(Point verticesItem) |
PolyAnnotation |
endingStyle(LineEnding endingStyle) |
boolean |
equals(java.lang.Object o) |
LineEnding |
getEndingStyle()
Gets or sets the style of second line ending.
|
PolyIntent |
getIntent()
Gets or sets the intent of the polygon or polyline annotation.
|
Color |
getInteriorColor()
Gets or sets the interior color with which to fill the annotation’s line endings.
|
LineEnding |
getStartingStyle()
Gets or sets the style of first line ending.
|
java.util.List<Point> |
getVertices()
Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex.
|
int |
hashCode() |
PolyAnnotation |
intent(PolyIntent intent) |
PolyAnnotation |
interiorColor(Color interiorColor) |
void |
setEndingStyle(LineEnding endingStyle) |
void |
setIntent(PolyIntent intent) |
void |
setInteriorColor(Color interiorColor) |
void |
setStartingStyle(LineEnding startingStyle) |
void |
setVertices(java.util.List<Point> vertices) |
PolyAnnotation |
startingStyle(LineEnding startingStyle) |
java.lang.String |
toString() |
PolyAnnotation |
vertices(java.util.List<Point> vertices) |
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 PolyAnnotation interiorColor(Color interiorColor)
public Color getInteriorColor()
public void setInteriorColor(Color interiorColor)
public PolyAnnotation startingStyle(LineEnding startingStyle)
public LineEnding getStartingStyle()
public void setStartingStyle(LineEnding startingStyle)
public PolyAnnotation endingStyle(LineEnding endingStyle)
public LineEnding getEndingStyle()
public void setEndingStyle(LineEnding endingStyle)
public PolyAnnotation intent(PolyIntent intent)
public PolyIntent getIntent()
public void setIntent(PolyIntent intent)
public PolyAnnotation vertices(java.util.List<Point> vertices)
public PolyAnnotation addVerticesItem(Point verticesItem)
public java.util.List<Point> getVertices()
public void setVertices(java.util.List<Point> vertices)
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