Uses of Class
com.datalogics.PDFL.Quad

Packages that use Quad
Package
Description
 
  • Uses of Quad in com.datalogics.PDFL

    Methods in com.datalogics.PDFL that return Quad
    Modifier and Type
    Method
    Description
    static final Quad
    PDFLJNI.Quad_transform(long jarg1, Quad jarg1_, long jarg2, Matrix jarg2_)
     
    Quad.transform(Matrix arg0)
    Create a new quad from the results of a Transform on each point of the Quad.
    Methods in com.datalogics.PDFL that return types with arguments of type Quad
    Modifier and Type
    Method
    Description
    Gets a list of Quads occupied by the individual characters in a word.
    DocTextFinderQuadInfo.getQuads()
    List of bounding box quads.
    Redaction.getQuads()
    A list of quads to mark.
    TextMarkupAnnotation.getQuads()
    A list of quads to mark.
    Word.getQuads()
    Gets the specified word's quads, specified in user space coordinates.
    Methods in com.datalogics.PDFL with parameters of type Quad
    Modifier and Type
    Method
    Description
    static final long
    PDFLJNI.Quad_BottomLeft_get(long jarg1, Quad jarg1_)
     
    static final long
    PDFLJNI.Quad_BottomRight_get(long jarg1, Quad jarg1_)
     
    static final void
    PDFLJNI.Quad_DisposeChildren(long jarg1, Quad jarg1_)
     
    static final boolean
    PDFLJNI.Quad_sameTypeEquals(long jarg1, Quad jarg1_, long jarg2, Quad jarg2_)
     
    static final long
    PDFLJNI.Quad_TopLeft_get(long jarg1, Quad jarg1_)
     
    static final long
    PDFLJNI.Quad_TopRight_get(long jarg1, Quad jarg1_)
     
    static final Rect
    PDFLJNI.Quad_toRect(long jarg1, Quad jarg1_)
     
    static final String
    PDFLJNI.Quad_toString(long jarg1, Quad jarg1_)
     
    static final Quad
    PDFLJNI.Quad_transform(long jarg1, Quad jarg1_, long jarg2, Matrix jarg2_)
     
    static final void
    PDFLJNI.QuadVector_add(long jarg1, com.datalogics.PDFL.QuadVector jarg1_, long jarg2, Quad jarg2_)
     
    static final void
    PDFLJNI.QuadVector_set(long jarg1, com.datalogics.PDFL.QuadVector jarg1_, int jarg2, long jarg3, Quad jarg3_)
     
    Method parameters in com.datalogics.PDFL with type arguments of type Quad
    Modifier and Type
    Method
    Description
    void
    Redaction.setQuads(List<Quad> theQuads)
    A list of quads to mark.
    void
    TextMarkupAnnotation.setQuads(List<Quad> theQuads)
    A list of quads to mark.
    Constructor parameters in com.datalogics.PDFL with type arguments of type Quad
    Modifier
    Constructor
    Description
     
    HighlightAnnotation(Page page, int addAfter, List<Quad> quadList)
    Create a new HighlightAnnotation at a specific index in the page's annotation array.
     
    HighlightAnnotation(Page page, List<Quad> quadList)
    Create a new HighlightAnnotation at the end of a page's annotation array.
     
    Redaction(Page page, List<Quad> regions)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted, boolean drawBorder)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity, String overlayText)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity, String overlayText, Color textColor)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity, String overlayText, Color textColor, String fontName)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity, String overlayText, Color textColor, String fontName, double textSize)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity, String overlayText, Color textColor, String fontName, double textSize, boolean repeat)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity, String overlayText, Color textColor, String fontName, double textSize, boolean repeat, boolean scaleToFit)
    Create a new Redaction annotation object with extended options.
     
    Redaction(Page page, List<Quad> regions, Font font)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor, boolean fillRedacted)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor, boolean fillRedacted, boolean drawBorder)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity, String overlayText)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity, String overlayText, Color textColor)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity, String overlayText, Color textColor, double textSize)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity, String overlayText, Color textColor, double textSize, boolean repeat)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    Redaction(Page page, List<Quad> regions, Font font, Color internalColor, boolean fillRedacted, boolean drawBorder, Color borderColor, boolean fillNormal, Color fillColor, double fillOpacity, String overlayText, Color textColor, double textSize, boolean repeat, boolean scaleToFit)
    Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
     
    UnderlineAnnotation(Page page, int addAfter, List<Quad> quadList)
    Create a new UnderlineAnnotation at a specific index in the page's annotation array.
     
    UnderlineAnnotation(Page page, List<Quad> quadList)
    Create a new UnderlineAnnotation at the end of a page's annotation array.