Uses of Class
com.itextpdf.kernel.pdf.xobject.PdfXObject
-
-
Uses of PdfXObject in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font that return PdfXObject Modifier and Type Method Description PdfXObjectType3Glyph. addImageWithTransformationMatrix(ImageData image, float a, float b, float c, float d, float e, float f, boolean inlineImage)Creates Image XObject from image and adds it to canvas. -
Uses of PdfXObject in com.itextpdf.kernel.pdf.canvas
Methods in com.itextpdf.kernel.pdf.canvas that return PdfXObject Modifier and Type Method Description PdfXObjectPdfCanvas. addImageAt(ImageData image, float x, float y, boolean asInline)CreatesPdfImageXObjectfrom image and adds it to the specified position.PdfXObjectPdfCanvas. addImageFittedIntoRectangle(ImageData image, Rectangle rect, boolean asInline)CreatesPdfImageXObjectfrom image and fitted into specific rectangle on canvas.PdfXObjectPdfCanvas. addImageWithTransformationMatrix(ImageData image, float a, float b, float c, float d, float e, float f)CreatesPdfImageXObjectfrom image and adds it to canvas.PdfXObjectPdfCanvas. addImageWithTransformationMatrix(ImageData image, float a, float b, float c, float d, float e, float f, boolean asInline)CreatesPdfImageXObjectfrom image and adds it to canvas.Methods in com.itextpdf.kernel.pdf.canvas with parameters of type PdfXObject Modifier and Type Method Description private PdfCanvasPdfCanvas. addImageWithTransformationMatrix(PdfXObject xObject, float a, float b, float c, float d, float e, float f)AddsPdfXObjectto canvas.PdfCanvasPdfCanvas. addXObject(PdfXObject xObject)AddsPdfXObjecton canvas.PdfCanvasPdfCanvas. addXObjectAt(PdfXObject xObject, float x, float y)AddsPdfXObjectto the specified position.PdfCanvasPdfCanvas. addXObjectFittedIntoRectangle(PdfXObject xObject, Rectangle rect)AddsPdfXObjectfitted into specific rectangle on canvas.PdfCanvasPdfCanvas. addXObjectWithTransformationMatrix(PdfXObject xObject, float a, float b, float c, float d, float e, float f)AddsPdfXObjectto canvas. -
Uses of PdfXObject in com.itextpdf.kernel.pdf.canvas.wmf
Methods in com.itextpdf.kernel.pdf.canvas.wmf that return PdfXObject Modifier and Type Method Description PdfXObjectWmfImageHelper. createFormXObject(PdfDocument document)Create a PdfXObject based on the WMF image. -
Uses of PdfXObject in com.itextpdf.kernel.pdf.xobject
Subclasses of PdfXObject in com.itextpdf.kernel.pdf.xobject Modifier and Type Class Description classPdfFormXObjectA wrapper for Form XObject.classPdfImageXObjectA wrapper for Image XObject.Methods in com.itextpdf.kernel.pdf.xobject that return PdfXObject Modifier and Type Method Description static PdfXObjectPdfXObject. makeXObject(PdfStream stream)Methods in com.itextpdf.kernel.pdf.xobject with parameters of type PdfXObject Modifier and Type Method Description static RectanglePdfXObject. calculateProportionallyFitRectangleWithHeight(PdfXObject xObject, float x, float y, float height)Calculates a rectangle with the specified coordinates and height, and the width is calculated in such a way that the original proportions of the xObject do not change.static RectanglePdfXObject. calculateProportionallyFitRectangleWithWidth(PdfXObject xObject, float x, float y, float width)Calculates a rectangle with the specified coordinates and width, and the height is calculated in such a way that the original proportions of the xObject do not change. -
Uses of PdfXObject in com.itextpdf.layout.element
Fields in com.itextpdf.layout.element declared as PdfXObject Modifier and Type Field Description protected PdfXObjectImage. xObjectMethods in com.itextpdf.layout.element that return PdfXObject Modifier and Type Method Description PdfXObjectImage. getXObject()Gets the XObject contained in this image object -
Uses of PdfXObject in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as PdfXObject Modifier and Type Field Description private PdfXObjectBackgroundImage.Builder. imageprotected PdfXObjectBackgroundImage. imageMethods in com.itextpdf.layout.properties with parameters of type PdfXObject Modifier and Type Method Description BackgroundImage.BuilderBackgroundImage.Builder. setImage(PdfXObject image)Sets image.Constructors in com.itextpdf.layout.properties with parameters of type PdfXObject Constructor Description BackgroundImage(PdfXObject image, BackgroundRepeat repeat, BackgroundPosition position, BackgroundSize backgroundSize, AbstractLinearGradientBuilder linearGradientBuilder, BlendMode blendMode, BackgroundBox clip, BackgroundBox origin)Creates a newBackgroundImageinstance. -
Uses of PdfXObject in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type PdfXObject Modifier and Type Method Description private voidImageRenderer. calculateImageDimensions(Rectangle layoutBox, AffineTransform t, PdfXObject xObject)private static voidAbstractRenderer. drawPdfXObject(Rectangle imageRectangle, BackgroundImage backgroundImage, DrawContext drawContext, PdfXObject backgroundXObject, Rectangle backgroundArea, Rectangle originBackgroundArea)private static voidAbstractRenderer. drawPdfXObjectHorizontally(Rectangle imageRectangle, BackgroundImage backgroundImage, DrawContext drawContext, PdfXObject backgroundXObject, Rectangle backgroundArea, boolean firstDraw, float xWhitespace) -
Uses of PdfXObject in com.itextpdf.styledxmlparser.resolver.resource
Fields in com.itextpdf.styledxmlparser.resolver.resource with type parameters of type PdfXObject Modifier and Type Field Description private java.util.Map<java.lang.String,PdfXObject>SimpleImageCache. cacheThe cache mapping a source path to an Image XObject.Methods in com.itextpdf.styledxmlparser.resolver.resource that return PdfXObject Modifier and Type Method Description protected PdfXObjectResourceResolver. createImageByUrl(java.net.URL url)Create a iText XObject based on the image stored at the passed location.(package private) PdfXObjectSimpleImageCache. getImage(java.lang.String src)Gets an image from the cache.PdfXObjectResourceResolver. retrieveImage(java.lang.String src)Retrieve image as eitherPdfImageXObject, orPdfFormXObject.protected PdfXObjectResourceResolver. tryResolveBase64ImageSource(java.lang.String src)CreatesPdfXObjectbased on passed base64 encoded string.protected PdfXObjectResourceResolver. tryResolveUrlImageSource(java.lang.String uri)CreatesPdfXObjectbased on the string which defines the path to local image.Methods in com.itextpdf.styledxmlparser.resolver.resource with parameters of type PdfXObject Modifier and Type Method Description (package private) voidSimpleImageCache. putImage(java.lang.String src, PdfXObject imageXObject)Adds an image to the cache. -
Uses of PdfXObject in com.itextpdf.svg.xobject
Subclasses of PdfXObject in com.itextpdf.svg.xobject Modifier and Type Class Description classSvgImageXObjectA wrapper for Form XObject for SVG images.
-