Uses of Class
com.datalogics.PDFL.Rect
Packages that use Rect
-
Uses of Rect in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return RectModifier and TypeMethodDescriptionstatic final RectPDFLJNI.Annotation_getRect(long jarg1, Annotation jarg1_) static final RectPDFLJNI.Content_getBoundingBox(long jarg1, Content jarg1_) static final RectPDFLJNI.DrawParams_getDestRect(long jarg1, DrawParams jarg1_) static final RectPDFLJNI.DrawParams_getUpdateRect(long jarg1, DrawParams jarg1_) static final RectPDFLJNI.Element_getBoundingBox(long jarg1, Element jarg1_) static final RectPDFLJNI.Font_getBBox(long jarg1, Font jarg1_) Page.getArtBox()Get the page's ArtBox.Font.getBBox()The Bounding Box rectangle of the font.Page.getBBox()Get the page's Bounding Box.Page.getBleedBox()Get the page's BleedBox.Content.getBoundingBox()The bounding box for this content.Element.getBoundingBox()The bounding box for this element.PrintParams.getBoundingBox()ShadingPattern.getBoundingBox()The bounding box of the shading.Text.getBoundingBoxForCharacter(int characterIndex) The bounding box for a character in this text element.Page.getCropBox()Get the page's CropBox.DrawParams.getDestRect()The rectangle of the bitmap.RemoteDestination.getDestRect()The destination rectangle.ViewDestination.getDestRect()The destination rectangle.Page.getMediaBox()Get the page's MediaBox.Annotation.getRect()The size and location of the annotation on its pagePage.getTrimBox()Get the page's TrimBox.DrawParams.getUpdateRect()A rectangle represented by the coordinates of its four sides, which specifies the area to draw.Obtain the intersection of this rectangle and another rectangle.static final RectPDFLJNI.Page_getArtBox(long jarg1, Page jarg1_) static final RectPDFLJNI.Page_getBBox(long jarg1, Page jarg1_) static final RectPDFLJNI.Page_getBleedBox(long jarg1, Page jarg1_) static final RectPDFLJNI.Page_getCropBox(long jarg1, Page jarg1_) static final RectPDFLJNI.Page_getMediaBox(long jarg1, Page jarg1_) static final RectPDFLJNI.Page_getTrimBox(long jarg1, Page jarg1_) static final RectPDFLJNI.PrintParams_getBoundingBox(long jarg1, PrintParams jarg1_) static final RectPDFLJNI.Quad_toRect(long jarg1, Quad jarg1_) static final RectPDFLJNI.Rect_intersect(long jarg1, Rect jarg1_, long jarg2, Rect jarg2_) static final RectPDFLJNI.Rect_transform(long jarg1, Rect jarg1_, long jarg2, Matrix jarg2_) static final RectPDFLJNI.RemoteDestination_getDestRect(long jarg1, RemoteDestination jarg1_) static final RectPDFLJNI.ShadingPattern_getBoundingBox(long jarg1, ShadingPattern jarg1_) static final RectPDFLJNI.Text_getBoundingBoxForCharacter(long jarg1, Text jarg1_, int jarg2) Quad.toRect()Returns a rectangle describing the same area as the quad.Transform the coordinates of the rectangle by the given Matrix Object.static final RectPDFLJNI.ViewDestination_getDestRect(long jarg1, ViewDestination jarg1_) Methods in com.datalogics.PDFL with parameters of type RectModifier and TypeMethodDescriptionPage.addNewAnnotation(int addAfter, String subType, Rect initialRect) Deprecated.voidContent.addPage(int insertAfterIndex, Document containerDoc, Page srcPage, Matrix dstMatrix, List<String> annotTypes, EnumSet<AddPageFlags> flags, Rect bbox) Adds the specfied Page to the Content as a Form.static final voidPDFLJNI.Annotation_setRect(long jarg1, Annotation jarg1_, long jarg2, Rect jarg2_) static final voidPDFLJNI.Content_addPage(long jarg1, Content jarg1_, int jarg2, long jarg3, Document jarg3_, long jarg4, Page jarg4_, long jarg5, Matrix jarg5_, long jarg6, com.datalogics.PDFL.StringVector jarg6_, int jarg7, long jarg8, Rect jarg8_) Page.createAnnotation(String subType, Rect initialRect) Deprecated.Document.createPage(int afterPageNum, Rect mediaBox) Creates and acquires a new Page.static final PagePDFLJNI.Document_createPage(long jarg1, Document jarg1_, int jarg2, long jarg3, Rect jarg3_) voidPage.drawContents(BufferedImage image, Matrix matrix, Rect updateRect) Draw the contents of this page to an image, only DeviceRGBA colorModel is supported.voidPage.drawContents(BufferedImage image, Matrix matrix, Rect updateRect, EnumSet<SmoothFlags> newAntiAlias, boolean doThinLine, boolean bypassCopyPerm) Draw the contents of this page to a BufferedImage, only DeviceRGBA colorModel is supported.static final voidPDFLJNI.DrawParams_setDestRect(long jarg1, DrawParams jarg1_, long jarg2, Rect jarg2_) static final voidPDFLJNI.DrawParams_setUpdateRect(long jarg1, DrawParams jarg1_, long jarg2, Rect jarg2_) Export a region of a PDF page to an Image object.Page.getImage(Rect exportRect, PageImageParams ImageParams) Export a region of a PDF page to an Image object.Page.getImage(Rect exportRect, PageImageParams ImageParams, List<SeparationColorSpace> spaces) Export a region of a PDF page to an Image object.Page.getImageSeparations(Rect exportRect, PageImageParams ImageParams, List<SeparationColorSpace> spacesCollection) Export a region of a PDF page using the specified Separation ColorSpaces to an Image Collection object.Page.getImageSeparations(Rect exportRect, PageImageParams ImageParams, List<SeparationColorSpace> spaces, RenderProgressProc progressProc) Page.getOutputPreviewImage(Rect exportRect, PageImageParams ImageParams, List<SeparationColorSpace> spaces) Create an Output Preview image used when Soft Proofing a document prior to actual printing.booleanCheck if this rectangle is inside the parameter rectangle.Obtain the intersection of this rectangle and another rectangle.Page.makeBufferedImage(Rect exportRect, PageImageParams pip) Export a region of a PDF page to a java.awt.BufferedImage.static final longPDFLJNI.new_Annotation__SWIG_0(long jarg1, Page jarg1_, String jarg2, long jarg3, Rect jarg3_) static final longPDFLJNI.new_Annotation__SWIG_1(long jarg1, Page jarg1_, String jarg2, long jarg3, Rect jarg3_, int jarg4) static final longPDFLJNI.new_CircleAnnotation__SWIG_0(long jarg1, Page jarg1_, long jarg2, Rect jarg2_) static final longPDFLJNI.new_CircleAnnotation__SWIG_1(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, int jarg3) static final longPDFLJNI.new_FreeTextAnnotation__SWIG_0(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, String jarg3) static final longPDFLJNI.new_FreeTextAnnotation__SWIG_1(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, String jarg3, int jarg4) static final longPDFLJNI.new_InkAnnotation__SWIG_0(long jarg1, Page jarg1_, long jarg2, Rect jarg2_) static final longPDFLJNI.new_InkAnnotation__SWIG_1(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, int jarg3) static final longPDFLJNI.new_LineAnnotation__SWIG_0(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, long jarg3, Point jarg3_, long jarg4, Point jarg4_) static final longPDFLJNI.new_LineAnnotation__SWIG_1(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, long jarg3, Point jarg3_, long jarg4, Point jarg4_, int jarg5) static final longPDFLJNI.new_LinkAnnotation__SWIG_0(long jarg1, Page jarg1_, long jarg2, Rect jarg2_) static final longPDFLJNI.new_LinkAnnotation__SWIG_1(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, int jarg3) static final longPDFLJNI.new_Page__SWIG_1(long jarg1, Document jarg1_, int jarg2, long jarg3, Rect jarg3_) static final longPDFLJNI.new_PolygonAnnotation__SWIG_0(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, long jarg3, com.datalogics.PDFL.PointVector jarg3_) static final longPDFLJNI.new_PolygonAnnotation__SWIG_1(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, long jarg3, com.datalogics.PDFL.PointVector jarg3_, int jarg4) static final longPDFLJNI.new_PolyLineAnnotation__SWIG_0(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, long jarg3, com.datalogics.PDFL.PointVector jarg3_) static final longPDFLJNI.new_PolyLineAnnotation__SWIG_1(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, long jarg3, com.datalogics.PDFL.PointVector jarg3_, int jarg4) static final longPDFLJNI.new_RemoteDestination(long jarg1, Document jarg1_, int jarg2, String jarg3, long jarg4, Rect jarg4_, double jarg5) static final longPDFLJNI.new_SquareAnnotation__SWIG_0(long jarg1, Page jarg1_, long jarg2, Rect jarg2_) static final longPDFLJNI.new_SquareAnnotation__SWIG_1(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, int jarg3) static final longPDFLJNI.new_ViewDestination(long jarg1, Document jarg1_, int jarg2, String jarg3, long jarg4, Rect jarg4_, double jarg5) booleanCheck if two rectangles overlap.static final AnnotationPDFLJNI.Page_addNewAnnotation(long jarg1, Page jarg1_, int jarg2, String jarg3, long jarg4, Rect jarg4_) static final voidPDFLJNI.Page_calculateBufferDimension__SWIG_0(long jarg1, Page jarg1_, int[] jarg2, long jarg4, Rect jarg4_, long jarg5, PageImageParams jarg5_, boolean jarg6) static final voidPDFLJNI.Page_calculateBufferDimension__SWIG_1(long jarg1, Page jarg1_, int[] jarg2, long jarg4, Rect jarg4_, long jarg5, PageImageParams jarg5_) static final AnnotationPDFLJNI.Page_createAnnotation(long jarg1, Page jarg1_, String jarg2, long jarg3, Rect jarg3_) static final voidPDFLJNI.Page_DrawContentsRGBAInternal__SWIG_0(long jarg1, Page jarg1_, int[] jarg2, long jarg4, long jarg5, long jarg6, Matrix jarg6_, long jarg7, Rect jarg7_) static final voidPDFLJNI.Page_DrawContentsRGBAInternal__SWIG_1(long jarg1, Page jarg1_, int[] jarg2, long jarg4, long jarg5, long jarg6, Matrix jarg6_, long jarg7, Rect jarg7_, long jarg8, boolean jarg9, boolean jarg10) static final voidPDFLJNI.Page_DrawContentsToJavaBitmapInternal__SWIG_0(long jarg1, Page jarg1_, int[] jarg2, int jarg4, int jarg5, int jarg6, long jarg7, Rect jarg7_, long jarg8, PageImageParams jarg8_) static final voidPDFLJNI.Page_DrawContentsToJavaBitmapInternal__SWIG_1(long jarg1, Page jarg1_, byte[] jarg2, int jarg4, int jarg5, int jarg6, long jarg7, Rect jarg7_, long jarg8, PageImageParams jarg8_) static final voidPDFLJNI.Page_DrawContentsToJavaBitmapInternal__SWIG_2(long jarg1, Page jarg1_, byte[] jarg2, int jarg4, int jarg5, int jarg6, long jarg7, Rect jarg7_, long jarg8, PageImageParams jarg8_, long jarg9, RenderProgressProc jarg9_) static final ImagePDFLJNI.Page_getImage__SWIG_0(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, long jarg3, PageImageParams jarg3_) static final ImagePDFLJNI.Page_getImage__SWIG_1(long jarg1, Page jarg1_, long jarg2, Rect jarg2_) static final ImagePDFLJNI.Page_getImage__SWIG_2(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, long jarg3, PageImageParams jarg3_, long jarg4, com.datalogics.PDFL.SeparationColorSpacePtrVector jarg4_) static final ImageCollectionPDFLJNI.Page_getImageSeparations__SWIG_0(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, long jarg3, PageImageParams jarg3_, long jarg4, com.datalogics.PDFL.SeparationColorSpacePtrVector jarg4_) static final ImageCollectionPDFLJNI.Page_getImageSeparations__SWIG_1(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, long jarg3, PageImageParams jarg3_, long jarg4, com.datalogics.PDFL.SeparationColorSpacePtrVector jarg4_, long jarg5, RenderProgressProc jarg5_) static final ImagePDFLJNI.Page_getOutputPreviewImage(long jarg1, Page jarg1_, long jarg2, Rect jarg2_, long jarg3, PageImageParams jarg3_, long jarg4, com.datalogics.PDFL.SeparationColorSpacePtrVector jarg4_) static final voidPDFLJNI.Page_setArtBox(long jarg1, Page jarg1_, long jarg2, Rect jarg2_) static final voidPDFLJNI.Page_setBleedBox(long jarg1, Page jarg1_, long jarg2, Rect jarg2_) static final voidPDFLJNI.Page_setCropBox(long jarg1, Page jarg1_, long jarg2, Rect jarg2_) static final voidPDFLJNI.Page_setMediaBox(long jarg1, Page jarg1_, long jarg2, Rect jarg2_) static final voidPDFLJNI.Page_setTrimBox(long jarg1, Page jarg1_, long jarg2, Rect jarg2_) static final voidPDFLJNI.PrintParams_setBoundingBox(long jarg1, PrintParams jarg1_, long jarg2, Rect jarg2_) static final voidPDFLJNI.Rect_DisposeChildren(long jarg1, Rect jarg1_) static final doublePDFLJNI.Rect_getBottom(long jarg1, Rect jarg1_) static final doublePDFLJNI.Rect_getHeight(long jarg1, Rect jarg1_) static final doublePDFLJNI.Rect_getLeft(long jarg1, Rect jarg1_) static final doublePDFLJNI.Rect_getRight(long jarg1, Rect jarg1_) static final intPDFLJNI.Rect_getRoundedHeight(long jarg1, Rect jarg1_) static final intPDFLJNI.Rect_getRoundedWidth(long jarg1, Rect jarg1_) static final doublePDFLJNI.Rect_getTop(long jarg1, Rect jarg1_) static final doublePDFLJNI.Rect_getWidth(long jarg1, Rect jarg1_) static final booleanPDFLJNI.Rect_inRect(long jarg1, Rect jarg1_, long jarg2, Rect jarg2_) static final RectPDFLJNI.Rect_intersect(long jarg1, Rect jarg1_, long jarg2, Rect jarg2_) static final booleanPDFLJNI.Rect_isEmpty(long jarg1, Rect jarg1_) static final doublePDFLJNI.Rect_LLx_get(long jarg1, Rect jarg1_) static final voidPDFLJNI.Rect_LLx_set(long jarg1, Rect jarg1_, double jarg2) static final doublePDFLJNI.Rect_LLy_get(long jarg1, Rect jarg1_) static final voidPDFLJNI.Rect_LLy_set(long jarg1, Rect jarg1_, double jarg2) static final booleanPDFLJNI.Rect_overlaps(long jarg1, Rect jarg1_, long jarg2, Rect jarg2_) static final booleanPDFLJNI.Rect_sameTypeEquals(long jarg1, Rect jarg1_, long jarg2, Rect jarg2_) static final voidPDFLJNI.Rect_setBottom(long jarg1, Rect jarg1_, double jarg2) static final voidPDFLJNI.Rect_setLeft(long jarg1, Rect jarg1_, double jarg2) static final voidPDFLJNI.Rect_setRight(long jarg1, Rect jarg1_, double jarg2) static final voidPDFLJNI.Rect_setTop(long jarg1, Rect jarg1_, double jarg2) static final StringPDFLJNI.Rect_toString(long jarg1, Rect jarg1_) static final RectPDFLJNI.Rect_transform(long jarg1, Rect jarg1_, long jarg2, Matrix jarg2_) static final doublePDFLJNI.Rect_URx_get(long jarg1, Rect jarg1_) static final voidPDFLJNI.Rect_URx_set(long jarg1, Rect jarg1_, double jarg2) static final doublePDFLJNI.Rect_URy_get(long jarg1, Rect jarg1_) static final voidPDFLJNI.Rect_URy_set(long jarg1, Rect jarg1_, double jarg2) booleanText.rectIntersectsCharacter(Rect r, int index) Tests whether any part of a rectangle is on a specified character within this Text object.booleanText.rectIntersectsTextRun(Rect r, int index) Tests whether any part of a rectangle is on a specified TextRun within this Text object.static final voidPDFLJNI.RemoteDestination_setDestRect(long jarg1, RemoteDestination jarg1_, long jarg2, Rect jarg2_) voidSet the page's ArtBox.voidPage.setBleedBox(Rect r) Set the page's BleedBox.voidPrintParams.setBoundingBox(Rect box) voidShadingPattern.setBoundingBox(Rect boundingBox) The bounding box of the shading.voidPage.setCropBox(Rect r) Set the page's CropBox.voidDrawParams.setDestRect(Rect rect) The rectangle of the bitmap.voidRemoteDestination.setDestRect(Rect destRect) Set the rectangle for the destination.voidViewDestination.setDestRect(Rect ViewDestRect) Set the destination rectangle of the view.voidPage.setMediaBox(Rect r) Set the page's MediaBox.voidThe size and location of the annotation on its pagevoidPage.setTrimBox(Rect r) Set the page's TrimBox.voidDrawParams.setUpdateRect(Rect rect) A rectangle represented by the coordinates of its four sides, which specifies the area to draw.static final voidPDFLJNI.ShadingPattern_setBoundingBox(long jarg1, ShadingPattern jarg1_, long jarg2, Rect jarg2_) static final booleanPDFLJNI.Text_rectIntersectsCharacter(long jarg1, Text jarg1_, long jarg2, Rect jarg2_, int jarg3) static final booleanPDFLJNI.Text_rectIntersectsTextRun(long jarg1, Text jarg1_, long jarg2, Rect jarg2_, int jarg3) static final voidPDFLJNI.ViewDestination_setDestRect(long jarg1, ViewDestination jarg1_, long jarg2, Rect jarg2_) Constructors in com.datalogics.PDFL with parameters of type RectModifierConstructorDescriptionAnnotation(Page page, String subtype, Rect initialRect) Create a new Annotation at the end of a page's annotation array.Annotation(Page page, String subtype, Rect initialRect, int addAfter) Create a new Annotation at a specific index in the page's annotation array.CircleAnnotation(Page page, Rect initialRect) Create a new CircleAnnotation at the end of a page's annotation array.CircleAnnotation(Page page, Rect initialRect, int addAfter) Create a new CircleAnnotation at a specific index in the page's annotation array.FreeTextAnnotation(Page page, Rect initialRect, String defaultAppearance) Create a new FreeTextAnnotation at the end of a page's annotation array.FreeTextAnnotation(Page page, Rect initialRect, String defaultAppearance, int addAfter) Create a new FreeTextAnnotation at a specific index in the page's annotation array.InkAnnotation(Page page, Rect initialRect) Create a new InkAnnotation at the end of a page's annotation array.InkAnnotation(Page page, Rect initialRect, int addAfter) Create a new InkAnnotation at a specific index in the page's annotation array.LineAnnotation(Page page, Rect initialRect, Point startPoint, Point endPoint) Create a new LineAnnotation at the end of a page's annotation array.LineAnnotation(Page page, Rect initialRect, Point startPoint, Point endPoint, int addAfter) Create a new LineAnnotation at a specific index in the page's annotation array.LinkAnnotation(Page page, Rect initialRect) Create a new LinkAnnotation at the end of a page's annotation array.LinkAnnotation(Page page, Rect initialRect, int addAfter) Create a new LinkAnnotation at a specific index in the page's annotation array.Creates and acquires a new page.PolygonAnnotation(Page page, Rect initialRect, List<Point> vertices) Create a new PolygonAnnotation at the end of a page's annotation array.PolygonAnnotation(Page page, Rect initialRect, List<Point> vertices, int addAfter) Create a new PolygonAnnotation at a specific index in the page's annotation array.PolyLineAnnotation(Page page, Rect initialRect, List<Point> vertices) Create a new PolyLineAnnotation at the end of a page's annotation array.PolyLineAnnotation(Page page, Rect initialRect, List<Point> vertices, int addAfter) Create a new PolyLineAnnotation at a specific index in the page's annotation array.RemoteDestination(Document doc, int pageNum, String fitType, Rect r, double zoom) Construct a RemoteDestination.SquareAnnotation(Page page, Rect initialRect) Create a new SquareAnnotation at the end of a page's annotation array.SquareAnnotation(Page page, Rect initialRect, int addAfter) Create a new SquareAnnotation at a specific index in the page's annotation array.ViewDestination(Document doc, int pageNum, String fitType, Rect r, double zoom) General purpose constructor: construct with all elements