public class ImageRawEPS extends ImageRawStream
ImageRawStream.ByteArrayStreamFactory, ImageRawStream.InputStreamFactory
构造器和说明 |
---|
ImageRawEPS(ImageInfo info,
ImageRawStream.InputStreamFactory streamFactory)
Main constructor.
|
ImageRawEPS(ImageInfo info,
InputStream in)
Main constructor.
|
限定符和类型 | 方法和说明 |
---|---|
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 1999-2016 The Apache Software Foundation. All Rights Reserved.