public interface Polyline extends ShapeAnnotation
Modifier and Type | Field and Description |
---|---|
static String |
POLYLINE_DIMENSION |
LE_BUTT, LE_BUTT_STR, LE_CIRCLE, LE_CIRCLE_STR, LE_CLOSEDARROW, LE_CLOSEDARROW_STR, LE_DIAMOND, LE_DIAMOND_STR, LE_NONE, LE_NONE_STR, LE_OPENARROW, LE_OPENARROW_STR, LE_REVERSE_CLOSED_ARROW, LE_REVERSE_CLOSED_ARROW_STR, LE_REVERSE_OPEN_ARROW, LE_REVERSE_OPEN_ARROW_STR, LE_SLASH, LE_SLASH_STR, LE_SQUARE, LE_SQUARE_STR
BORDERSTYLE_BEVELED, BORDERSTYLE_CLOUD, BORDERSTYLE_DASHED, BORDERSTYLE_INSETS, BORDERSTYLE_SOLID, BORDERSTYLE_UNDERLINE, FLAGS_HIDDEN, FLAGS_INVISIBLE, FLAGS_LOCKED, FLAGS_LOCKEDCONTENTS, FLAGS_NOROTATE, FLAGS_NOVIEW, FLAGS_NOZOOM, FLAGS_PRINTABLE, FLAGS_READONLY
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate()
Returns the date and time when the annotation was created.
|
String |
getIntent()
Returns the description of the intent of the Line Annotation
|
int |
getLineEndStyle()
Returns the polyline end style.
|
int |
getLineStartStyle()
Returns the polyline start style.
|
Vertices |
getVertices()
Returns an object that manages the vertices in the polygon.
|
boolean |
isIntentDimension()
Returns a flag indicating whether this polygon's intent is a dimension (measuring tool)
|
void |
revalidateRectangle() |
void |
setLineEndStyle(String style)
Sets the polyline end style.
|
void |
setLineStartStyle(String style)
Sets the polyline start style.
|
getContents, getInternalColor, getStroke, setContents, setInternalColor, setStroke
getActions, getAnnotationComponent, getBorderStyle, getBorderWidth, getCheckmarkStatus, getColor, getComponent, getCreator, getFlags, getIRTAnnotation, getModifiedDate, getName, getOpacity, getPageIndex, getRectangle, getReviewHistory, getSubject, getSubtype, getTriggerActions, isHidden, isInvisible, isIRTGroup, isLocked, isLockedContents, isNoRotate, isNoView, isNoZoom, isPrintable, isReadOnly, paint, print, revalidate, setActions, setBorderStyle, setBorderWidth, setColor, setComponent, setComponentVisible, setCreator, setFlags, setHidden, setInvisible, setLayer, setLocked, setLockedContents, setModifiedDate, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPrintable, setReadOnly, setRectangle, setSubject, setTriggerActions, shiftRectangle
static final String POLYLINE_DIMENSION
void revalidateRectangle()
String getIntent()
boolean isIntentDimension()
Vertices getVertices()
Date getCreationDate()
void setLineEndStyle(String style)
ShapeAnnotation.LE_NONE_STR
ShapeAnnotation.LE_SQUARE_STR
ShapeAnnotation.LE_CIRCLE_STR
ShapeAnnotation.LE_DIAMOND_STR
ShapeAnnotation.LE_OPENARROW_STR
ShapeAnnotation.LE_CLOSEDARROW_STR
ShapeAnnotation.LE_BUTT_STR
ShapeAnnotation.LE_REVERSE_OPEN_ARROW_STR
ShapeAnnotation.LE_REVERSE_CLOSED_ARROW_STR
ShapeAnnotation.LE_SLASH_STR
style
- The polyline end stylevoid setLineStartStyle(String style)
ShapeAnnotation.LE_NONE_STR
ShapeAnnotation.LE_SQUARE_STR
ShapeAnnotation.LE_CIRCLE_STR
ShapeAnnotation.LE_DIAMOND_STR
ShapeAnnotation.LE_OPENARROW_STR
ShapeAnnotation.LE_CLOSEDARROW_STR
ShapeAnnotation.LE_BUTT_STR
ShapeAnnotation.LE_REVERSE_OPEN_ARROW_STR
ShapeAnnotation.LE_REVERSE_CLOSED_ARROW_STR
ShapeAnnotation.LE_SLASH_STR
style
- The polyline start styleint getLineEndStyle()
int getLineStartStyle()