public class ImageRawEPS extends ImageRawStream
ImageRawStream.ByteArrayStreamFactory, ImageRawStream.InputStreamFactory
Constructor and Description |
---|
ImageRawEPS(ImageInfo info,
ImageRawStream.InputStreamFactory streamFactory)
Main constructor.
|
ImageRawEPS(ImageInfo info,
java.io.InputStream in)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
getBoundingBox()
Returns the bounding box of the EPS image.
|
createInputStream, getFlavor, getMimeType, isCacheable, setInputStreamFactory, writeTo, 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, java.io.InputStream in)
info
- the image info objectin
- the InputStream with the raw contentCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.