public interface Polygon extends ShapeAnnotation
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
POLYGON_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_SQUARE, LE_SQUARE_STRBORDERSTYLE_BEVELED, BORDERSTYLE_DASHED, BORDERSTYLE_INSETS, BORDERSTYLE_SOLID, BORDERSTYLE_UNDERLINE, FLAGS_HIDDEN, FLAGS_INVISIBLE, FLAGS_LOCKED, FLAGS_NOROTATE, FLAGS_NOVIEW, FLAGS_NOZOOM, FLAGS_PRINTABLE, FLAGS_READONLY| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIntent()
Returns the description of the intent of the Line Annotation
|
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 |
setBorderEffect(java.lang.String name,
int intensity) |
getContents, getInternalColor, setContents, setInternalColorgetActions, getAlpha, getBorderStyle, getBorderWidth, getColor, getCreationDate, getCreator, getDrawingPicture, getFlags, getName, getPage, getRectangle, getSubtype, getTriggerActions, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrintable, isReadOnly, paint, print, setActions, setAlpha, setBorderStyle, setBorderWidth, setColor, setCreationDate, setCreator, setFlags, setHidden, setInvisible, setLayer, setLocked, setName, setNoRotate, setNoView, setNoZoom, setPrintable, setReadOnly, setRectangle, setSubtype, setTriggerActions, shiftRectanglestatic final java.lang.String POLYGON_DIMENSION
void revalidateRectangle()
void setBorderEffect(java.lang.String name,
int intensity)
java.lang.String getIntent()
boolean isIntentDimension()
Vertices getVertices()