Imagepublic class ImageRawEPS extends ImageRawStream
ImageRawStream.ByteArrayStreamFactory, ImageRawStream.InputStreamFactory| Constructor | Description |
|---|---|
ImageRawEPS(ImageInfo info,
InputStream in) |
Main constructor.
|
ImageRawEPS(ImageInfo info,
ImageRawStream.InputStreamFactory streamFactory) |
Main constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
Rectangle2D |
getBoundingBox() |
Returns the bounding box of the EPS image.
|
getColorSpace, getICCProfile, getInfo, getSize, toStringcreateInputStream, getFlavor, getMimeType, isCacheable, setInputStreamFactory, writeTopublic 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 © 2018 Apache Software Foundation. All rights reserved.