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 TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.Fields in com.lowagie.text declared as RectangleModifier and TypeFieldDescriptionstatic final RectanglePageSize._11X17Deprecated.This is the 11x17 formatstatic final RectanglePageSize.A0Deprecated.This is the a0 formatstatic final RectanglePageSize.A1Deprecated.This is the a1 formatstatic final RectanglePageSize.A10Deprecated.This is the a10 formatstatic final RectanglePageSize.A2Deprecated.This is the a2 formatstatic final RectanglePageSize.A3Deprecated.This is the a3 formatstatic final RectanglePageSize.A4Deprecated.This is the a4 formatstatic final RectanglePageSize.A5Deprecated.This is the a5 formatstatic final RectanglePageSize.A6Deprecated.This is the a6 formatstatic final RectanglePageSize.A7Deprecated.This is the a7 formatstatic final RectanglePageSize.A8Deprecated.This is the a8 formatstatic final RectanglePageSize.A9Deprecated.This is the a9 formatstatic final RectanglePageSize.ARCH_ADeprecated.This is the archA formatstatic final RectanglePageSize.ARCH_BDeprecated.This is the archB formatstatic final RectanglePageSize.ARCH_CDeprecated.This is the archC formatstatic final RectanglePageSize.ARCH_DDeprecated.This is the archD formatstatic final RectanglePageSize.ARCH_EDeprecated.This is the archE formatstatic final RectanglePageSize.B0Deprecated.This is the b0 formatstatic final RectanglePageSize.B1Deprecated.This is the b1 formatstatic final RectanglePageSize.B10Deprecated.This is the b10 formatstatic final RectanglePageSize.B2Deprecated.This is the b2 formatstatic final RectanglePageSize.B3Deprecated.This is the b3 formatstatic final RectanglePageSize.B4Deprecated.This is the b4 formatstatic final RectanglePageSize.B5Deprecated.This is the b5 formatstatic final RectanglePageSize.B6Deprecated.This is the b6 formatstatic final RectanglePageSize.B7Deprecated.This is the b7 formatstatic final RectanglePageSize.B8Deprecated.This is the b8 formatstatic final RectanglePageSize.B9Deprecated.This is the b9 formatstatic final RectanglePageSize.CROWN_OCTAVODeprecated.This is the Crown Octavo formatstatic final RectanglePageSize.CROWN_QUARTODeprecated.This is the Crown Quarto formatstatic final RectanglePageSize.DEMY_OCTAVODeprecated.This is the Demy Octavo formatstatic final RectanglePageSize.DEMY_QUARTODeprecated.This is the Demy Quarto format.static final RectanglePageSize.EXECUTIVEDeprecated.This is the executive formatstatic final RectanglePageSize.FLSADeprecated.This is the American Foolscap formatstatic final RectanglePageSize.FLSEDeprecated.This is the European Foolscap formatstatic final RectanglePageSize.HALFLETTERDeprecated.This is the halfletter formatstatic final RectanglePageSize.ID_1Deprecated.This is the ISO 7810 ID-1 format (85.60 x 53.98 mm or 3.370 x 2.125 inch)static final RectanglePageSize.ID_2Deprecated.This is the ISO 7810 ID-2 format (A7 rotated)static final RectanglePageSize.ID_3Deprecated.This is the ISO 7810 ID-3 format (B7 rotated)static final RectanglePageSize.LARGE_CROWN_OCTAVODeprecated.This is the Large Crown Octavo formatstatic final RectanglePageSize.LARGE_CROWN_QUARTODeprecated.This is the Large Crown Quarto formatstatic final RectanglePageSize.LEDGERDeprecated.This is the ledger formatstatic final RectanglePageSize.LEGALDeprecated.This is the legal formatstatic final RectanglePageSize.LETTERDeprecated.This is the letter formatstatic final RectanglePageSize.NOTEDeprecated.This is the note formatprotected RectangleDocument.pageSizeDeprecated.The size of the page.protected RectangleDocWriter.pageSizeDeprecated.The pageSize.static final RectanglePageSize.PENGUIN_LARGE_PAPERBACKDeprecated.This is the Penguin large paperback format.static final RectanglePageSize.PENGUIN_SMALL_PAPERBACKDeprecated.This is the Pengiun small paperback format.static final RectanglePageSize.POSTCARDDeprecated.This is the postcard formatstatic final RectanglePageSize.ROYAL_OCTAVODeprecated.This is the Royal Octavo format.static final RectanglePageSize.ROYAL_QUARTODeprecated.This is the Royal Quarto format.static final RectanglePageSize.SMALL_PAPERBACKDeprecated.This is the small paperback format.static final RectanglePageSize.TABLOIDDeprecated.This is the tabloid formatMethods in com.lowagie.text that return RectangleModifier and TypeMethodDescriptionDocument.getPageSize()Deprecated.Gets the pagesize.static RectanglePageSize.getRectangle(String name) Deprecated.This method returns a Rectangle based on a String.Rectangle.rectangle(float top, float bottom) Deprecated.Gets a Rectangle that is altered to fit on the page.Rectangle.rotate()Deprecated.Rotates the rectangle.Methods in com.lowagie.text with parameters of type RectangleModifier and TypeMethodDescriptionvoidSimpleCell.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) Deprecated.voidRectangle.cloneNonPositionParameters(Rectangle rect) Deprecated.Copies each of the parameters, except the position, from aRectangleobjectvoidRectangleReadOnly.cloneNonPositionParameters(Rectangle rect) Deprecated.Copies each of the parameters, except the position, from aRectangleobjectbooleanDocListener.setPageSize(Rectangle pageSize) Sets the pagesize.booleanDocument.setPageSize(Rectangle pageSize) Deprecated.Sets the pagesize.booleanDocWriter.setPageSize(Rectangle pageSize) Deprecated.Sets the pagesize.voidRectangle.softCloneNonPositionParameters(Rectangle rect) Deprecated.Copies each of the parameters, except the position, from aRectangleobject if the value is set therevoidRectangleReadOnly.softCloneNonPositionParameters(Rectangle rect) Deprecated.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 RectangleModifierConstructorDescriptionDeprecated.Constructs a newDocument-object using the given rectangle as page size and default margin of 36.Document(Rectangle pageSize, float marginLeft, float marginRight, float marginTop, float marginBottom) Deprecated.Constructs a newDocument-object.Deprecated.Constructs aRectangle-object.RectangleReadOnly(Rectangle rect) Deprecated.Constructs aRectangleReadOnly-object.TableRectangle(Rectangle rect) Deprecated. -
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 TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.Fields in com.lowagie.text.pdf declared as RectangleModifier and TypeFieldDescriptionprotected RectanglePdfTemplate.bBoxDeprecated.The bounding box of this templateprotected RectangleBaseField.boxDeprecated.protected RectanglePdfDocument.nextPageSizeDeprecated.This is the size of the next page.Methods in com.lowagie.text.pdf that return RectangleModifier and TypeMethodDescriptionabstract RectangleBarcode.getBarcodeSize()Deprecated.Gets the maximum area that the barcode and the text, if any, will occupy.Barcode128.getBarcodeSize()Deprecated.Gets the maximum area that the barcode and the text, if any, will occupy.Barcode39.getBarcodeSize()Deprecated.Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeCodabar.getBarcodeSize()Deprecated.Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeEAN.getBarcodeSize()Deprecated.Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeEANSUPP.getBarcodeSize()Deprecated.Gets the maximum area that the barcode and the text, if any, will occupy.BarcodeInter25.getBarcodeSize()Deprecated.Gets the maximum area that the barcode and the text, if any, will occupy.BarcodePostnet.getBarcodeSize()Deprecated.Gets the maximum area that the barcode and the text, if any, will occupy.PdfTemplate.getBoundingBox()Deprecated.BaseField.getBox()Deprecated.Gets the field dimension and position.PdfReader.getBoxSize(int index, String boxName) Deprecated.Gets the box size.PdfWriter.getBoxSize(String boxName) Deprecated.Use this method to get the size of a trim, art, crop or bleed box, or null if not defined.PdfReader.getCropBox(int index) Deprecated.Gets the crop box without taking rotation into account.static RectanglePdfReader.getNormalizedRectangle(PdfArray box) Deprecated.Normalizes aRectangleso that llx and lly are smaller than urx and ury.PdfSignatureAppearance.getPageRect()Deprecated.Gets the rectangle that represent the position and dimension of the signature in the page.PdfReader.getPageSize(int index) Deprecated.Gets the page size without taking rotation into account.PdfReader.getPageSize(PdfDictionary page) Deprecated.Gets the page from a page dictionaryPdfWriter.getPageSize()Deprecated.Use this method to get the size of the media box.PdfReader.getPageSizeWithRotation(int index) Deprecated.Gets the page size, taking rotation into account.PdfReader.getPageSizeWithRotation(int index, String boxName) Deprecated.Gets the page size, taking rotation into account.PdfReader.getPageSizeWithRotation(PdfDictionary page) Deprecated.Gets the rotated page from a page dictionary.PdfSignatureAppearance.getRect()Deprecated.Gets the rectangle representing the signature dimensions.PdfRectangle.getRectangle()Deprecated.Returns the high level version of this PdfRectangleabstract RectangleBarcode.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Deprecated.Places the barcode in aPdfContentByte.Barcode128.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Deprecated.Places the barcode in aPdfContentByte.Barcode39.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Deprecated.Places the barcode in aPdfContentByte.BarcodeCodabar.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Deprecated.Places the barcode in aPdfContentByte.BarcodeEAN.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Deprecated.Places the barcode in aPdfContentByte.BarcodeEANSUPP.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Deprecated.Places the barcode in aPdfContentByte.BarcodeInter25.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Deprecated.Places the barcode in aPdfContentByte.BarcodePostnet.placeBarcode(PdfContentByte cb, Color barColor, Color textColor) Deprecated.Places the barcode in aPdfContentByte.PdfCell.rectangle(float top, float bottom) Deprecated.Gets a Rectangle that is altered to fit on the page.Methods in com.lowagie.text.pdf with parameters of type RectangleModifier and TypeMethodDescriptionvoidDeprecated.Adds 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) Deprecated.Creates a file attachment annotation.static PdfAnnotationPdfAnnotation.createFileAttachment(PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs) Deprecated.Creates a file attachment annotationstatic PdfAnnotationPdfAnnotation.createFreeText(PdfWriter writer, Rectangle rect, String contents, PdfContentByte defaultAppearance) Deprecated.Add some free text to the document.static PdfAnnotationDeprecated.static PdfAnnotationPdfAnnotation.createLine(PdfWriter writer, Rectangle rect, String contents, float x1, float y1, float x2, float y2) Deprecated.Adds a line to the document.protected static PdfAnnotationPdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight) Deprecated.Creates a link.static PdfAnnotationPdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight, int page, PdfDestination dest) Deprecated.Creates an Annotation with a PdfDestination.static PdfAnnotationPdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight, PdfAction action) Deprecated.Creates an Annotation with an Action.static PdfAnnotationPdfAnnotation.createLink(PdfWriter writer, Rectangle rect, PdfName highlight, String namedDestination) Deprecated.Creates an Annotation with an local destination.static PdfAnnotationPdfAnnotation.createMarkup(PdfWriter writer, Rectangle rect, String contents, int type, float[] quadPoints) Deprecated.static PdfAnnotationPdfAnnotation.createPopup(PdfWriter writer, Rectangle rect, String contents, boolean open) Deprecated.Adds a popup to your document.static PdfAnnotationPdfAnnotation.createScreen(PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, boolean playOnDisplay) Deprecated.Creates a screen PdfAnnotationstatic PdfAnnotationPdfAnnotation.createSquareCircle(PdfWriter writer, Rectangle rect, String contents, boolean square) Deprecated.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) Deprecated.Adds a Stamp to your document.static PdfAnnotationPdfAnnotation.createText(PdfWriter writer, Rectangle rect, String title, String contents, boolean open, String icon) Deprecated.static floatPdfSignatureAppearance.fitText(Font font, String text, Rectangle rect, float maxFontSize, int runDirection) Deprecated.Fits the text to some rectangle adjusting the font size as needed.static PdfAppearanceRadioCheckField.getAppearance(boolean on, PdfWriter writer, int checkType, int rotation, int borderStyle, Rectangle box, float borderWidth, float fontSize, String text, Color textColor, Color backgroundColor, Color borderColor, BaseFont ufont) Deprecated.Gets the field appearance.static PdfAppearanceRadioCheckField.getAppearanceRadioCircle(boolean on, PdfWriter writer, Rectangle box, int rotation, Color backgroundColor, float borderWidth, Color borderColor, Color textColor) Deprecated.Gets the special field appearance for the radio circle.static PdfAppearanceRadioCheckField.getAppearanceRadioCross(boolean on, PdfWriter writer, Rectangle box, int rotation, Color backgroundColor, float borderWidth, Color borderColor, Color textColor) Deprecated.Gets the special field appearance for the radio circle.protected static PdfAppearanceBaseField.getBorderAppearance(PdfWriter writer, Rectangle box, int rotation, Color backgroundColor, int borderStyle, float borderWidth, Color borderColor, int options, int maxCharacterLength) Deprecated.voidPdfStamper.insertPage(int pageNumber, Rectangle mediabox) Deprecated.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) Deprecated.Called when aChunkwith a generic tag is written.voidDeprecated.Adds a border (complete or partially) to the current path..voidPdfTemplate.setBoundingBox(Rectangle bBox) Deprecated.voidDeprecated.Sets the field dimension and position.voidPdfWriter.setBoxSize(String boxName, Rectangle size) Deprecated.Use this method to set the page box sizes.voidPdfWriter.setCropBoxSize(Rectangle crop) Deprecated.Use this method to set the crop box.booleanPdfDocument.setPageSize(Rectangle pageSize) Deprecated.Sets the pagesize.voidBaseField.setRotationFromPage(Rectangle page) Deprecated.Convenience method to set the field rotation the same as the page rotation.voidPdfSignatureAppearance.setVisibleSignature(Rectangle pageRect, int page) Deprecated.voidPdfSignatureAppearance.setVisibleSignature(Rectangle pageRect, int page, String fieldName) Deprecated.Sets the signature to be visible.voidDeprecated.voidPdfPTable.setWidthPercentage(float[] columnWidth, Rectangle pageSize) Deprecated.Sets the percentage width of the table from the absolute column width.voidPdfContentByte.variableRectangle(Rectangle rect) Deprecated.Adds a variable width border to the current path.Constructors in com.lowagie.text.pdf with parameters of type RectangleModifierConstructorDescriptionDeprecated.Creates a newTextField.PdfAnnotation(PdfWriter writer, Rectangle rect) Deprecated.PdfRectangle(Rectangle rectangle) Deprecated.PdfRectangle(Rectangle rectangle, int rotation) Deprecated.Constructs aPdfRectangle-object with aRectangle-object.PushbuttonField(PdfWriter writer, Rectangle box, String fieldName) Deprecated.Creates a new instance of PushbuttonFieldRadioCheckField(PdfWriter writer, Rectangle box, String fieldName, String onValue) Deprecated.Creates a new instance of RadioCheckFieldDeprecated.Creates 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) Deprecated.voidPdfPCellEventForwarder.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) Deprecated.voidFieldPositioningEvents.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Deprecated.voidIndexEvents.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Deprecated.All the text that is passed to this event, gets registered in the indexentry.voidPdfPageEventForwarder.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Deprecated.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) Deprecated.PdfAnnotationsImp.rotateAnnotations(PdfWriter writer, Rectangle pageSize) Deprecated.