Class ImageRawEPS

  • All Implemented Interfaces:
    Image

    public class ImageRawEPS
    extends ImageRawStream
    This class is an implementation of the Image interface exposing EPS file. It provides an InputStream to access the EPS content and the decoded high-res bounding box.
    • Constructor Detail

      • ImageRawEPS

        public ImageRawEPS​(ImageInfo info,
                           ImageRawStream.InputStreamFactory streamFactory)
        Main constructor.
        Parameters:
        info - the image info object
        streamFactory - the InputStreamFactory that is used to create InputStream instances
      • ImageRawEPS

        public ImageRawEPS​(ImageInfo info,
                           java.io.InputStream in)
        Main constructor.
        Parameters:
        info - the image info object
        in - the InputStream with the raw content
    • Method Detail

      • getBoundingBox

        public java.awt.geom.Rectangle2D getBoundingBox()
        Returns the bounding box of the EPS image.
        Returns:
        the bounding box