Uses of Class
com.lowagie.text.Rectangle
Packages that use Rectangle
Package
Description
-
Uses of Rectangle in com.lowagie.text
Subclasses of Rectangle in com.lowagie.textModifier and TypeClassDescriptionclassACellis aRectanglecontaining otherElements.classAHeaderFooter-object is aRectanglewith text that can be put above and/or below every page.classAnImageis the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentclassCCITT Image data that has to be inserted into the documentclassSupport for JBIG2 images.classRaw Image data that has to be inserted into the documentclassPdfTemplate that has to be inserted into the documentclassAnImgWMFis the representation of a windows metafile that has to be inserted into the documentclassAnJpegis the representation of a graphic element (JPEG) that has to be inserted into the documentclassAnJpeg2000is the representation of a graphic element (JPEG) that has to be inserted into the documentclassARectangleReadOnlyis the representation of a geometric figure.classRectangle that can be used for Cells.classRectangle that can be used for Cells.classATableis aRectanglethat containsCells, ordered in some kind of matrix.Fields in com.lowagie.text declared as RectangleModifier and TypeFieldDescriptionstatic final RectanglePageSize._11X17This is the 11x17 formatstatic final RectanglePageSize.A0This is the a0 formatstatic final RectanglePageSize.A1This is the a1 formatstatic final RectanglePageSize.A10This is the a10 formatstatic final RectanglePageSize.A2This is the a2 formatstatic final RectanglePageSize.A3This is the a3 formatstatic final RectanglePageSize.A4This is the a4 formatstatic final RectanglePageSize.A5This is the a5 formatstatic final RectanglePageSize.A6This is the a6 formatstatic final RectanglePageSize.A7This is the a7 formatstatic final RectanglePageSize.A8This is the a8 formatstatic final RectanglePageSize.A9This is the a9 formatstatic final RectanglePageSize.ARCH_AThis is the archA formatstatic final RectanglePageSize.ARCH_BThis is the archB formatstatic final RectanglePageSize.ARCH_CThis is the archC formatstatic final RectanglePageSize.ARCH_DThis is the archD formatstatic final RectanglePageSize.ARCH_EThis is the archE formatstatic final RectanglePageSize.B0This is the b0 formatstatic final RectanglePageSize.B1This is the b1 formatstatic final RectanglePageSize.B10This is the b10 formatstatic final RectanglePageSize.B2This is the b2 formatstatic final RectanglePageSize.B3This is the b3 formatstatic final RectanglePageSize.B4This is the b4 formatstatic final RectanglePageSize.B5This is the b5 formatstatic final RectanglePageSize.B6This is the b6 formatstatic final RectanglePageSize.B7This is the b7 formatstatic final RectanglePageSize.B8This is the b8 formatstatic final RectanglePageSize.B9This is the b9 formatstatic final RectanglePageSize.CROWN_OCTAVOThis is the Crown Octavo formatstatic final RectanglePageSize.CROWN_QUARTOThis is the Crown Quarto formatstatic final RectanglePageSize.DEMY_OCTAVOThis is the Demy Octavo formatstatic final RectanglePageSize.DEMY_QUARTOThis is the Demy Quarto format.static final RectanglePageSize.EXECUTIVEThis is the executive formatstatic final RectanglePageSize.FLSAThis is the American Foolscap formatstatic final RectanglePageSize.FLSEThis is the European Foolscap formatstatic final RectanglePageSize.HALFLETTERThis is the halfletter formatstatic final RectanglePageSize.ID_1This is the ISO 7810 ID-1 format (85.60 x 53.98 mm or 3.370 x 2.125 inch)static final RectanglePageSize.ID_2This is the ISO 7810 ID-2 format (A7 rotated)static final RectanglePageSize.ID_3This is the ISO 7810 ID-3 format (B7 rotated)static final RectanglePageSize.LARGE_CROWN_OCTAVOThis is the Large Crown Octavo formatstatic final RectanglePageSize.LARGE_CROWN_QUARTOThis is the Large Crown Quarto formatstatic final RectanglePageSize.LEDGERThis is the ledger formatstatic final RectanglePageSize.LEGALThis is the legal formatstatic final RectanglePageSize.LETTERThis is the letter formatstatic final RectanglePageSize.NOTEThis is the note formatprotected RectangleDocument.pageSizeThe size of the page.protected RectangleDocWriter.pageSizeThe pageSize.static final RectanglePageSize.PENGUIN_LARGE_PAPERBACKThis is the Penguin large paperback format.static final RectanglePageSize.PENGUIN_SMALL_PAPERBACKThis is the Pengiun small paperback format.static final RectanglePageSize.POSTCARDThis is the postcard formatstatic final RectanglePageSize.ROYAL_OCTAVOThis is the Royal Octavo format.static final RectanglePageSize.ROYAL_QUARTOThis is the Royal Quarto format.static final RectanglePageSize.SMALL_PAPERBACKThis is the small paperback format.static final RectanglePageSize.TABLOIDThis is the tabloid formatMethods in com.lowagie.text that return RectangleModifier and TypeMethodDescriptionDocument.getPageSize()Gets the pagesize.static RectanglePageSize.getRectangle(String name) This method returns a Rectangle based on a String.Rectangle.rectangle(float top, float bottom) Gets a Rectangle that is altered to fit on the page.Rectangle.rotate()Rotates the rectangle.Methods in com.lowagie.text with parameters of type RectangleModifier and TypeMethodDescriptionvoidSimpleCell.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) voidRectangle.cloneNonPositionParameters(Rectangle rect) Copies each of the parameters, except the position, from aRectangleobjectvoidRectangleReadOnly.cloneNonPositionParameters(Rectangle rect) Copies each of the parameters, except the position, from aRectangleobjectbooleanDocListener.setPageSize(Rectangle pageSize) Sets the pagesize.booleanDocument.setPageSize(Rectangle pageSize) Sets the pagesize.booleanDocWriter.setPageSize(Rectangle pageSize) Sets the pagesize.voidRectangle.softCloneNonPositionParameters(Rectangle rect) Copies each of the parameters, except the position, from aRectangleobject if the value is set therevoidRectangleReadOnly.softCloneNonPositionParameters(Rectangle rect) Copies each of the parameters, except the position, from aRectangleobject if the value is set there.Constructors in com.lowagie.text with parameters of type RectangleModifierConstructorDescriptionConstructs a newDocument-object.Document(Rectangle pageSize, float marginLeft, float marginRight, float marginTop, float marginBottom) Constructs a newDocument-object.Constructs aRectangle-object.RectangleReadOnly(Rectangle rect) Constructs aRectangleReadOnly-object. -
Uses of Rectangle in com.lowagie.text.html.simpleparser
Methods in com.lowagie.text.html.simpleparser with parameters of type Rectangle -
Uses of Rectangle in com.lowagie.text.pdf
Subclasses of Rectangle in com.lowagie.text.pdfModifier and TypeClassDescriptionclassAPdfCellis the PDF translation of aCell.classA cell in a PdfPTable.classPdfTableis an object that contains the graphics and text of a table.Fields in com.lowagie.text.pdf declared as RectangleModifier and TypeFieldDescriptionprotected RectanglePdfTemplate.bBoxThe bounding box of this templateprotected RectangleBaseField.boxprotected RectanglePdfDocument.nextPageSizeThis is the size of the next page.Methods in com.lowagie.text.pdf that return RectangleModifier and TypeMethodDescriptionabstract RectangleBarcode.getBarcodeSize()Gets the maximum area that the barcode and the text, if any, will occupy.Barcode128.getBarcodeSize()Gets the maximum area that the barcode and the text, if any, will occupy.Barcode39.getBarcodeSize()Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeCodabar.getBarcodeSize()Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeEAN.getBarcodeSize()Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeEANSUPP.getBarcodeSize()Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeInter25.getBarcodeSize()Gets the maximum area that the barcode and the text, if any, will occupy.BarcodePostnet.getBarcodeSize()Gets the maximum area that the barcode and the text, if any, will occupy.PdfTemplate.getBoundingBox()BaseField.getBox()Gets the field dimension and position.PdfReader.getBoxSize(int index, String boxName) Gets the box size.PdfWriter.getBoxSize(String boxName) Use this method to get the size of a trim, art, crop or bleed box, or null if not defined.PdfReader.getCropBox(int index) Gets the crop box without taking rotation into account.static RectanglePdfReader.getNormalizedRectangle(PdfArray box) Normalizes aRectangleso that llx and lly are smaller than urx and ury.PdfSignatureAppearance.getPageRect()Gets the rectangle that represent the position and dimension of the signature in the page.PdfReader.getPageSize(int index) Gets the page size without taking rotation into account.PdfReader.getPageSize(PdfDictionary page) Gets the page from a page dictionaryPdfWriter.getPageSize()Use this method to get the size of the media box.PdfReader.getPageSizeWithRotation(int index) Gets the page size, taking rotation into account.PdfReader.getPageSizeWithRotation(PdfDictionary page) Gets the rotated page from a page dictionary.PdfSignatureAppearance.getRect()Gets the rectangle representing the signature dimensions.PdfRectangle.getRectangle()Returns the high level version of this PdfRectangleabstract RectangleBarcode.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Places the barcode in aPdfContentByte.Barcode128.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Places the barcode in aPdfContentByte.Barcode39.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Places the barcode in aPdfContentByte.BarcodeCodabar.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Places the barcode in aPdfContentByte.BarcodeEAN.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Places the barcode in aPdfContentByte.BarcodeEANSUPP.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Places the barcode in aPdfContentByte.BarcodeInter25.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Places the barcode in aPdfContentByte.BarcodePostnet.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Places the barcode in aPdfContentByte.PdfCell.rectangle(float top, float bottom) Gets a Rectangle that is altered to fit on the page.Methods in com.lowagie.text.pdf with parameters of type RectangleModifier and TypeMethodDescriptionvoidAdds a blank page.voidPdfPCellEvent.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) This method is called at the end of the cell rendering.static PdfAnnotationPdfAnnotation.createFileAttachment(PdfWriter writer, Rectangle rect, String contents, byte[] fileStore, String file, String fileDisplay) Creates a file attachment annotation.static PdfAnnotationPdfAnnotation.createFileAttachment(PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs) Creates a file attachment annotationstatic PdfAnnotationPdfAnnotation.createFreeText(PdfWriter writer, Rectangle rect, String contents, PdfContentByte defaultAppearance) Add some free text to the document.static PdfAnnotationstatic PdfAnnotationPdfAnnotation.createLine(PdfWriter writer, Rectangle rect, String contents, float x1, float y1, float x2, float y2) Adds a line to the document.protected static PdfAnnotationPdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight) Creates a link.static PdfAnnotationPdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight, int page, PdfDestination dest) Creates an Annotation with a PdfDestination.static PdfAnnotationPdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action) Creates an Annotation with an Action.static PdfAnnotationPdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight, String namedDestination) Creates an Annotation with an local destination.static PdfAnnotationPdfAnnotation.createMarkup(PdfWriter writer, Rectangle rect, String contents, int type, float[] quadPoints) static PdfAnnotationPdfAnnotation.createPopup(PdfWriter writer, Rectangle rect, String contents, boolean open) Adds a popup to your document.static PdfAnnotationPdfAnnotation.createScreen(PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, boolean playOnDisplay) Creates a screen PdfAnnotationstatic PdfAnnotationPdfAnnotation.createSquareCircle(PdfWriter writer, Rectangle rect, String contents, boolean square) Adds a circle or a square that shows a tooltip when you pass over it.static PdfAnnotationPdfAnnotation.createStamp(PdfWriter writer, Rectangle rect, String contents, String name) Adds a Stamp to your document.static PdfAnnotationPdfAnnotation.createText(PdfWriter writer, Rectangle rect, String title, String contents, boolean open, String icon) static floatPdfSignatureAppearance.fitText(Font font, String text, Rectangle rect, float maxFontSize, int runDirection) Fits the text to some rectangle adjusting the font size as needed.voidPdfStamper.insertPage(int pageNumber, Rectangle mediabox) Inserts a blank page.voidPdfPageEvent.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunkwith a generic tag is written.voidPdfPageEventHelper.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunkwith a generic tag is written.voidAdds a border (complete or partially) to the current path..voidPdfTemplate.setBoundingBox(Rectangle bBox) voidSets the field dimension and position.voidPdfWriter.setBoxSize(String boxName, Rectangle size) Use this method to set the page box sizes.voidPdfWriter.setCropBoxSize(Rectangle crop) Use this method to set the crop box.booleanPdfDocument.setPageSize(Rectangle pageSize) Sets the pagesize.voidBaseField.setRotationFromPage(Rectangle page) Convenience method to set the field rotation the same as the page rotation.voidPdfSignatureAppearance.setVisibleSignature(Rectangle pageRect, int page, String fieldName) Sets the signature to be visible.voidvoidPdfPTable.setWidthPercentage(float[] columnWidth, Rectangle pageSize) Sets the percentage width of the table from the absolute column width.voidPdfContentByte.variableRectangle(Rectangle rect) Adds a variable width border to the current path.Constructors in com.lowagie.text.pdf with parameters of type RectangleModifierConstructorDescriptionCreates a newTextField.PdfAnnotation(PdfWriter writer, Rectangle rect) PdfRectangle(Rectangle rectangle) PdfRectangle(Rectangle rectangle, int rotation) Constructs aPdfRectangle-object with aRectangle-object.PushbuttonField(PdfWriter writer, Rectangle box, String fieldName) Creates a new instance of PushbuttonFieldRadioCheckField(PdfWriter writer, Rectangle box, String fieldName, String onValue) Creates a new instance of RadioCheckFieldCreates a newTextField. -
Uses of Rectangle in com.lowagie.text.pdf.events
Methods in com.lowagie.text.pdf.events with parameters of type RectangleModifier and TypeMethodDescriptionvoidFieldPositioningEvents.cellLayout(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases) voidPdfPCellEventForwarder.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) voidFieldPositioningEvents.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) voidIndexEvents.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) All the text that is passed to this event, gets registered in the indexentry.voidPdfPageEventForwarder.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunkwith a generic tag is written. -
Uses of Rectangle in com.lowagie.text.pdf.internal
Methods in com.lowagie.text.pdf.internal with parameters of type RectangleModifier and TypeMethodDescriptionstatic PdfAnnotationPdfAnnotationsImp.convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect) PdfAnnotationsImp.rotateAnnotations(PdfWriter writer, Rectangle pageSize)