public class ImageRawEPS extends ImageRawStream
ImageRawStream.ByteArrayStreamFactory, ImageRawStream.InputStreamFactory
Constructor and Description |
---|
ImageRawEPS(ImageInfo info,
ImageRawStream.InputStreamFactory streamFactory)
Main constructor.
|
ImageRawEPS(ImageInfo info,
InputStream in)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
getBoundingBox()
Returns the bounding box of the EPS image.
|
createInputStream, getFlavor, getMimeType, isCacheable, setInputStreamFactory, writeTo
getColorSpace, getICCProfile, getInfo, getSize, toString
public ImageRawEPS(ImageInfo info, ImageRawStream.InputStreamFactory streamFactory)
info
- the image info objectstreamFactory
- the InputStreamFactory that is used to create InputStream instancespublic ImageRawEPS(ImageInfo info, InputStream in)
info
- the image info objectin
- the InputStream with the raw contentpublic Rectangle2D getBoundingBox()
Copyright © 2023 Apache Software Foundation. All rights reserved.