Image
public class ImageRawEPS extends ImageRawStream
ImageRawStream.ByteArrayStreamFactory, ImageRawStream.InputStreamFactory
Constructor | Description |
---|---|
ImageRawEPS(ImageInfo info,
java.io.InputStream in) |
Main constructor.
|
ImageRawEPS(ImageInfo info,
ImageRawStream.InputStreamFactory streamFactory) |
Main constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.awt.geom.Rectangle2D |
getBoundingBox() |
Returns the bounding box of the EPS image.
|
getColorSpace, getICCProfile, getInfo, getSize, toString
createInputStream, getFlavor, getMimeType, isCacheable, setInputStreamFactory, writeTo
public ImageRawEPS(ImageInfo info, ImageRawStream.InputStreamFactory streamFactory)
info
- the image info objectstreamFactory
- the InputStreamFactory that is used to create InputStream instancespublic ImageRawEPS(ImageInfo info, java.io.InputStream in)
info
- the image info objectin
- the InputStream with the raw contentCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.