Class PdfImage

  • All Implemented Interfaces:
    java.io.Serializable

    public class PdfImage
    extends PdfStream
    PdfImage is a PdfStream containing an image-Dictionary and -stream.
    See Also:
    Serialized Form
    • Field Detail

      • name

        protected PdfName name
        This is the PdfName of the image.
      • image

        protected Image image
    • Method Detail

      • name

        public PdfName name()
        Returns the PdfName of the image.
        Returns:
        the name
      • getImage

        public Image getImage()
      • importAll

        protected void importAll​(PdfImage dup)