Uses of Class
org.apache.pdfbox.pdmodel.common.PDRectangle
-
Packages that use PDRectangle Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.debugger.fontencodingpane org.apache.pdfbox.debugger.pagepane org.apache.pdfbox.multipdf org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf The tagged PDF package provides a mechanism for incorporating "tags" (standard structure types and attributes) into a PDF file.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.pdmodel.graphics.form This package deals with Form XObjects that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.pattern This package deals with patterns which are used instead of colors.org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color.org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.annotation.handlers org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".org.apache.pdfbox.pdmodel.interactive.measurement The measurement package contains classes that work with elements specifying measure properties.org.apache.pdfbox.pdmodel.interactive.pagenavigation A package to allow provide access to PDF page navigation functionality.org.apache.pdfbox.printing org.apache.pdfbox.rendering org.apache.pdfbox.text org.apache.pdfbox.tools -
-
Uses of PDRectangle in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream that return PDRectangle Modifier and Type Method Description PDRectanglePDContentStream. getBBox()Returns the bounding box of the contents.Methods in org.apache.pdfbox.contentstream with parameters of type PDRectangle Modifier and Type Method Description private voidPDFStreamEngine. clipToRect(PDRectangle rectangle)Transforms the given rectangle using the CTM and then intersects it with the current clipping area. -
Uses of PDRectangle in org.apache.pdfbox.debugger.fontencodingpane
Fields in org.apache.pdfbox.debugger.fontencodingpane declared as PDRectangle Modifier and Type Field Description private PDRectangleType3Font. fontBBox -
Uses of PDRectangle in org.apache.pdfbox.debugger.pagepane
Fields in org.apache.pdfbox.debugger.pagepane with type parameters of type PDRectangle Modifier and Type Field Description private java.util.Map<PDRectangle,java.lang.String>PagePane. rectMap -
Uses of PDRectangle in org.apache.pdfbox.multipdf
Fields in org.apache.pdfbox.multipdf declared as PDRectangle Modifier and Type Field Description private PDRectangleOverlay.LayoutPage. overlayMediaBoxMethods in org.apache.pdfbox.multipdf with parameters of type PDRectangle Modifier and Type Method Description protected java.awt.geom.AffineTransformOverlay. calculateAffineTransform(PDPage page, PDRectangle overlayMediaBox)Calculate the transform to be used when positioning the overlay.Constructors in org.apache.pdfbox.multipdf with parameters of type PDRectangle Constructor Description LayoutPage(PDRectangle mediaBox, COSStream contentStream, COSDictionary resources, int rotation) -
Uses of PDRectangle in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as PDRectangle Modifier and Type Field Description private PDRectanglePDPage. mediaBoxMethods in org.apache.pdfbox.pdmodel that return PDRectangle Modifier and Type Method Description private PDRectanglePDPage. clipToMediaBox(PDRectangle box)Clips the given box to the bounds of the media box.PDRectanglePDPage. getArtBox()A rectangle, expressed in default user space units, defining the extent of the page's meaningful content (including potential white space) as intended by the page's creator The default is the CropBox.PDRectanglePDPage. getBBox()PDRectanglePDPage. getBleedBox()A rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment.PDRectanglePDPage. getCropBox()A rectangle, expressed in default user space units, defining the visible region of default user space.PDRectanglePDPage. getMediaBox()A rectangle, expressed in default user space units, defining the boundaries of the physical medium on which the page is intended to be displayed or printed.PDRectanglePDPage. getTrimBox()A rectangle, expressed in default user space units, defining the intended dimensions of the finished page after trimming.Methods in org.apache.pdfbox.pdmodel with parameters of type PDRectangle Modifier and Type Method Description private PDRectanglePDPage. clipToMediaBox(PDRectangle box)Clips the given box to the bounds of the media box.voidPDPage. setArtBox(PDRectangle artBox)This will set the ArtBox for this page.voidPDPage. setBleedBox(PDRectangle bleedBox)This will set the BleedBox for this page.voidPDPage. setCropBox(PDRectangle cropBox)This will set the CropBox for this page.voidPDPage. setMediaBox(PDRectangle mediaBox)This will set the mediaBox for this page.voidPDPage. setTrimBox(PDRectangle trimBox)This will set the TrimBox for this page.Constructors in org.apache.pdfbox.pdmodel with parameters of type PDRectangle Constructor Description PDPage(PDRectangle mediaBox)Creates a new instance of PDPage for embedding. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.common
Subclasses of PDRectangle in org.apache.pdfbox.pdmodel.common Modifier and Type Class Description classPDImmutableRectangleImmutable class for constant sizes.Fields in org.apache.pdfbox.pdmodel.common declared as PDRectangle Modifier and Type Field Description static PDRectanglePDRectangle. A0An immutable rectangle the size of A0 Paper.static PDRectanglePDRectangle. A1An immutable rectangle the size of A1 Paper.static PDRectanglePDRectangle. A2An immutable rectangle the size of A2 Paper.static PDRectanglePDRectangle. A3An immutable rectangle the size of A3 Paper.static PDRectanglePDRectangle. A4An immutable rectangle the size of A4 Paper.static PDRectanglePDRectangle. A5An immutable rectangle the size of A5 Paper.static PDRectanglePDRectangle. A6An immutable rectangle the size of A6 Paper.static PDRectanglePDRectangle. LEGALAn immutable rectangle the size of U.S.static PDRectanglePDRectangle. LETTERAn immutable rectangle the size of U.S.static PDRectanglePDRectangle. TABLOIDAn immutable rectangle the size of U.S.Methods in org.apache.pdfbox.pdmodel.common that return PDRectangle Modifier and Type Method Description PDRectanglePDRectangle. createRetranslatedRectangle()This will create a translated rectangle based off of this rectangle, such that the new rectangle retains the same dimensions(height/width), but the lower left x,y values are zero. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Methods in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf that return PDRectangle Modifier and Type Method Description PDRectanglePDArtifactMarkedContent. getBBox()Gets the artifact's bounding box (BBox).PDRectanglePDLayoutAttributeObject. getBBox()Gets the bounding box.Methods in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf with parameters of type PDRectangle Modifier and Type Method Description voidPDLayoutAttributeObject. setBBox(PDRectangle bbox)Sets the bounding box. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return PDRectangle Modifier and Type Method Description (package private) PDRectangleFDFAnnotation. createRectangleFromAttributes(java.lang.String rect, java.lang.String errorMessage)PDRectangleFDFAnnotationCaret. getFringe()This will retrieve the fringe.PDRectangleFDFAnnotationCircle. getFringe()This will get the fringe.PDRectangleFDFAnnotationFreeText. getFringe()This will get the fringe.PDRectangleFDFAnnotationSquare. getFringe()This will get the fringe.PDRectangleFDFAnnotation. getRectangle()The rectangle associated with this annotation.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDRectangle Modifier and Type Method Description voidFDFAnnotationCaret. setFringe(PDRectangle fringe)This will set the fringe rectangle.voidFDFAnnotationCircle. setFringe(PDRectangle fringe)This will set the fringe rectangle.voidFDFAnnotationFreeText. setFringe(PDRectangle fringe)This will set the fringe rectangle.voidFDFAnnotationSquare. setFringe(PDRectangle fringe)This will set the fringe rectangle.voidFDFAnnotation. setRectangle(PDRectangle rectangle)Set the rectangle associated with this annotation. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return PDRectangle Modifier and Type Method Description PDRectanglePDType3CharProc. getBBox()PDRectanglePDType3Font. getFontBBox()This will get the fonts bounding box from its dictionary.PDRectanglePDFontDescriptor. getFontBoundingBox()This will get the fonts bounding box.PDRectanglePDType3CharProc. getGlyphBBox()Calculate the bounding box of this glyph.Methods in org.apache.pdfbox.pdmodel.font with parameters of type PDRectangle Modifier and Type Method Description protected booleanPDSimpleFont. isNonZeroBoundingBox(PDRectangle bbox)voidPDFontDescriptor. setFontBoundingBox(PDRectangle rect)Set the fonts bounding box. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.graphics.form
Methods in org.apache.pdfbox.pdmodel.graphics.form that return PDRectangle Modifier and Type Method Description PDRectanglePDFormXObject. getBBox()An array of four numbers in the form coordinate system (see below), giving the coordinates of the left, bottom, right, and top edges, respectively, of the form XObject's bounding box.Methods in org.apache.pdfbox.pdmodel.graphics.form with parameters of type PDRectangle Modifier and Type Method Description voidPDFormXObject. setBBox(PDRectangle bbox)This will set the BBox (bounding box) for this form. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.graphics.pattern
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return PDRectangle Modifier and Type Method Description PDRectanglePDTilingPattern. getBBox()An array of four numbers in the form coordinate system (see below), giving the coordinates of the left, bottom, right, and top edges, respectively, of the pattern's bounding box.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDRectangle Modifier and Type Method Description voidPDTilingPattern. setBBox(PDRectangle bbox)This will set the BBox (bounding box) for this Pattern. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.graphics.shading
Fields in org.apache.pdfbox.pdmodel.graphics.shading declared as PDRectangle Modifier and Type Field Description private PDRectanglePDShading. bBoxMethods in org.apache.pdfbox.pdmodel.graphics.shading that return PDRectangle Modifier and Type Method Description PDRectanglePDShading. getBBox()An array of four numbers in the form coordinate system (see below), giving the coordinates of the left, bottom, right, and top edges, respectively, of the shading's bounding box.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDRectangle Modifier and Type Method Description voidPDShading. setBBox(PDRectangle newBBox)This will set the BBox (bounding box) for this Shading. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.graphics.state
Constructors in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDRectangle Constructor Description PDGraphicsState(PDRectangle page)Constructor with a given page size to initialize the clipping path. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDRectangle Modifier and Type Method Description PDRectanglePDAnnotation. getRectangle()The annotation rectangle, defining the location of the annotation on the page in default user space units.PDRectanglePDAnnotationFreeText. getRectDifference()This will get the rectangle difference rectangle.PDRectanglePDAnnotationSquareCircle. getRectDifference()This will get the rectangle difference rectangle.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDRectangle Modifier and Type Method Description voidPDAnnotation. setRectangle(PDRectangle rectangle)This will set the rectangle for this annotation.voidPDAnnotationFreeText. setRectDifference(PDRectangle rd)This will set the rectangle difference rectangle.voidPDAnnotationSquareCircle. setRectDifference(PDRectangle rd)This will set the rectangle difference rectangle. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Fields in org.apache.pdfbox.pdmodel.interactive.annotation.handlers declared as PDRectangle Modifier and Type Field Description private PDRectangleCloudyBorder. annotRectprivate PDRectangleCloudyBorder. rectWithDiffMethods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers that return PDRectangle Modifier and Type Method Description (package private) PDRectanglePDAbstractAppearanceHandler. addRectDifferences(PDRectangle rectangle, float[] differences)Get a rectangle enlarged by the differences.private PDRectanglePDTextAppearanceHandler. adjustRectAndBBox(PDAnnotationText annotation, float width, float height)private PDRectangleCloudyBorder. applyRectDiff(PDRectangle rd, float min)(package private) PDRectanglePDAbstractAppearanceHandler. applyRectDifferences(PDRectangle rectangle, float[] differences)Get a rectangle with the differences applied to each side.(package private) PDRectangleCloudyBorder. getBBox()Returns theBBoxentry (bounding box) for the appearance stream form XObject.(package private) PDRectanglePDAbstractAppearanceHandler. getPaddedRectangle(PDRectangle rectangle, float padding)Get a padded rectangle.(package private) PDRectangleCloudyBorder. getRectangle()Returns the updatedRectentry for the annotation.(package private) PDRectanglePDAbstractAppearanceHandler. getRectangle()(package private) PDRectangleCloudyBorder. getRectDifference()Returns the updatedRDentry for Square and Circle annotations.(package private) PDRectanglePDAbstractAppearanceHandler. handleBorderBox(PDAnnotationSquareCircle annotation, float lineWidth)Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDRectangle Modifier and Type Method Description (package private) PDRectanglePDAbstractAppearanceHandler. addRectDifferences(PDRectangle rectangle, float[] differences)Get a rectangle enlarged by the differences.private PDRectangleCloudyBorder. applyRectDiff(PDRectangle rd, float min)(package private) PDRectanglePDAbstractAppearanceHandler. applyRectDifferences(PDRectangle rectangle, float[] differences)Get a rectangle with the differences applied to each side.(package private) voidCloudyBorder. createCloudyEllipse(PDRectangle rd)Creates a cloudy border for a Circle annotation.(package private) voidCloudyBorder. createCloudyRectangle(PDRectangle rd)Creates a cloudy border for a rectangular annotation.(package private) PDRectanglePDAbstractAppearanceHandler. getPaddedRectangle(PDRectangle rectangle, float padding)Get a padded rectangle.Constructors in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDRectangle Constructor Description CloudyBorder(PDAppearanceContentStream stream, double intensity, double lineWidth, PDRectangle rect)Creates a newCloudyBorderthat writes to the specified content stream. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible declared as PDRectangle Modifier and Type Field Description private PDRectanglePDFTemplateStructure. formatterRectangleprivate PDRectanglePDFTemplateStructure. signatureRectangleMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDRectangle Modifier and Type Method Description PDRectanglePDFTemplateStructure. getFormatterRectangle()Gets formatter rectanglePDRectanglePDFTemplateStructure. getSignatureRectangle()Gets SignatureRectangleMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDRectangle Modifier and Type Method Description voidPDFTemplateBuilder. createBackgroundLayerForm(PDResources innerFormResource, PDRectangle bbox)Creates the background layer form (n0).voidPDVisibleSigBuilder. createBackgroundLayerForm(PDResources innerFormResource, PDRectangle bbox)voidPDFTemplateBuilder. createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle bbox)Creates FormvoidPDVisibleSigBuilder. createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle bbox)voidPDFTemplateBuilder. createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle bbox, java.awt.geom.AffineTransform affineTransform, PDImageXObject img)Creates Image formvoidPDVisibleSigBuilder. createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle bbox, java.awt.geom.AffineTransform at, PDImageXObject img)voidPDFTemplateBuilder. createInnerForm(PDResources innerFormResources, PDStream innerFormStream, PDRectangle bbox)Creates InnerForm.voidPDVisibleSigBuilder. createInnerForm(PDResources innerFormResources, PDStream innerFormStream, PDRectangle bbox)voidPDFTemplateStructure. setFormatterRectangle(PDRectangle formatterRectangle)Sets formatter rectanglevoidPDFTemplateStructure. setSignatureRectangle(PDRectangle signatureRectangle)Sets SignatureRectangle -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDRectangle Modifier and Type Method Description private PDRectangleAppearanceGeneratorHelper. applyPadding(PDRectangle box, float padding)Apply padding to a box.private PDRectangleAppearanceGeneratorHelper. resolveBoundingBox(PDAnnotationWidget fieldWidget, PDAppearanceStream appearanceStream)Resolve the bounding box.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDRectangle Modifier and Type Method Description private PDRectangleAppearanceGeneratorHelper. applyPadding(PDRectangle box, float padding)Apply padding to a box.private floatAppearanceGeneratorHelper. calculateFontSize(PDFont font, PDRectangle contentRect)My "not so great" method for calculating the fontsize.private java.awt.geom.AffineTransformAppearanceGeneratorHelper. calculateMatrix(PDRectangle bbox, int rotation)private voidAppearanceGeneratorHelper. insertGeneratedListboxAppearance(PDAppearanceContentStream contents, PDAppearanceStream appearanceStream, PDRectangle contentRect, PDFont font, float fontSize) -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.interactive.measurement
Methods in org.apache.pdfbox.pdmodel.interactive.measurement that return PDRectangle Modifier and Type Method Description PDRectanglePDViewportDictionary. getBBox()This will retrieve the rectangle specifying the location of the viewport.Methods in org.apache.pdfbox.pdmodel.interactive.measurement with parameters of type PDRectangle Modifier and Type Method Description voidPDViewportDictionary. setBBox(PDRectangle rectangle)This will set the rectangle specifying the location of the viewport. -
Uses of PDRectangle in org.apache.pdfbox.pdmodel.interactive.pagenavigation
Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return PDRectangle Modifier and Type Method Description PDRectanglePDThreadBead. getRectangle()The rectangle on the page that this bead is part of.Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation with parameters of type PDRectangle Modifier and Type Method Description voidPDThreadBead. setRectangle(PDRectangle rect)Set the rectangle on the page that this bead covers. -
Uses of PDRectangle in org.apache.pdfbox.printing
Methods in org.apache.pdfbox.printing that return PDRectangle Modifier and Type Method Description (package private) static PDRectanglePDFPrintable. getRotatedCropBox(PDPage page)This will find the CropBox with rotation applied, for this page by looking up the hierarchy until it finds them.(package private) static PDRectanglePDFPrintable. getRotatedMediaBox(PDPage page)This will find the MediaBox with rotation applied, for this page by looking up the hierarchy until it finds them. -
Uses of PDRectangle in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as PDRectangle Modifier and Type Field Description private PDRectanglePageDrawer.TransparencyGroup. bboxprivate PDRectanglePageDrawer. pageSizeMethods in org.apache.pdfbox.rendering that return PDRectangle Modifier and Type Method Description (package private) PDRectanglePageDrawer.TransparencyGroup. getBBox()Methods in org.apache.pdfbox.rendering with parameters of type PDRectangle Modifier and Type Method Description voidPageDrawer. drawPage(java.awt.Graphics2D g, PDRectangle pageSize)Draws the page to the requested context.private voidPDFRenderer. transform(java.awt.Graphics2D graphics, int rotationAngle, PDRectangle cropBox, float scaleX, float scaleY) -
Uses of PDRectangle in org.apache.pdfbox.text
Fields in org.apache.pdfbox.text declared as PDRectangle Modifier and Type Field Description private PDRectangleLegacyPDFStreamEngine. pageSizeFields in org.apache.pdfbox.text with type parameters of type PDRectangle Modifier and Type Field Description private java.util.List<PDRectangle>PDFTextStripper. beadRectangles -
Uses of PDRectangle in org.apache.pdfbox.tools
Fields in org.apache.pdfbox.tools declared as PDRectangle Modifier and Type Field Description private PDRectangleImageToPDF. mediaBoxprivate PDRectangleTextToPDF. mediaBox(package private) PDRectangleTextToPDF.PageSizes. pageSizeMethods in org.apache.pdfbox.tools that return PDRectangle Modifier and Type Method Description private static PDRectangleImageToPDF. createRectangle(java.lang.String paperSize)PDRectangleImageToPDF. getMediaBox()Sets page size of produced PDF.PDRectangleTextToPDF. getMediaBox()Sets page size of produced PDF.PDRectangleTextToPDF.PageSizes. getPageSize()Methods in org.apache.pdfbox.tools with parameters of type PDRectangle Modifier and Type Method Description voidImageToPDF. setMediaBox(PDRectangle mediaBox)Sets page size of produced PDF.voidTextToPDF. setMediaBox(PDRectangle mediaBox)Sets page size of produced PDF.Constructors in org.apache.pdfbox.tools with parameters of type PDRectangle Constructor Description PageSizes(PDRectangle pageSize)
-