Class PolygonAnnotation


  • public class PolygonAnnotation
    extends com.lowagie.text.pdf.PdfAnnotation
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.lowagie.text.pdf.PdfAnnotation

        com.lowagie.text.pdf.PdfAnnotation.PdfImportedLink
    • Field Summary

      • Fields inherited from class com.lowagie.text.pdf.PdfAnnotation

        AA_BLUR, AA_DOWN, AA_ENTER, AA_EXIT, AA_FOCUS, AA_JS_CHANGE, AA_JS_FORMAT, AA_JS_KEY, AA_JS_OTHER_CHANGE, AA_UP, annotation, APPEARANCE_DOWN, APPEARANCE_NORMAL, APPEARANCE_ROLLOVER, FLAGS_HIDDEN, FLAGS_INVISIBLE, FLAGS_LOCKED, FLAGS_NOROTATE, FLAGS_NOVIEW, FLAGS_NOZOOM, FLAGS_PRINT, FLAGS_READONLY, FLAGS_TOGGLENOVIEW, form, HIGHLIGHT_INVERT, HIGHLIGHT_NONE, HIGHLIGHT_OUTLINE, HIGHLIGHT_PUSH, HIGHLIGHT_TOGGLE, MARKUP_HIGHLIGHT, MARKUP_SQUIGGLY, MARKUP_STRIKEOUT, MARKUP_UNDERLINE, reference, templates, used, writer
      • Fields inherited from class com.lowagie.text.pdf.PdfDictionary

        CATALOG, FONT, hashMap, OUTLINES, PAGE, PAGES
      • Fields inherited from class com.lowagie.text.pdf.PdfObject

        ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
    • Constructor Summary

      Constructors 
      Constructor Description
      PolygonAnnotation​(com.lowagie.text.pdf.PdfWriter writer, float[] coords)  
    • Method Summary

      • Methods inherited from class com.lowagie.text.pdf.PdfAnnotation

        createFileAttachment, createFileAttachment, createFreeText, createInk, createLine, createLink, createLink, createLink, createLink, createMarkup, createPopup, createScreen, createSquareCircle, createStamp, createText, getIndirectReference, getMKColor, getPlaceInPage, getTemplates, isAnnotation, isForm, isUsed, setAction, setAdditionalActions, setAppearance, setAppearance, setAppearanceState, setBorder, setBorderStyle, setColor, setDefaultAppearanceString, setFlags, setHighlighting, setLayer, setMKAlternateCaption, setMKAlternateIcon, setMKBackgroundColor, setMKBorderColor, setMKIconFit, setMKNormalCaption, setMKNormalIcon, setMKRolloverCaption, setMKRolloverIcon, setMKRotation, setMKTextPosition, setName, setPage, setPage, setPlaceInPage, setPopup, setRotate, setTitle, setUsed
      • Methods inherited from class com.lowagie.text.pdf.PdfDictionary

        contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString
      • Methods inherited from class com.lowagie.text.pdf.PdfObject

        canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
    • Constructor Detail

      • PolygonAnnotation

        public PolygonAnnotation​(com.lowagie.text.pdf.PdfWriter writer,
                                 float[] coords)